[GiNaC-list] problem installing ginac on windows via cygwin

Sheplyakov Alexei varg at theor.jinr.ru
Thu Dec 15 21:25:13 CET 2005


On Tue, Dec 13, 2005 at 12:00:21AM -0600, Matthew Smith wrote:
> Here is my configure.log file,
> 
> Note that there appear to be two problems; configure cannot find tgetent (see 
> the line labeled configure: 21027)

Actually, tgetent and friends were detected (in libncurses, not in
libc).

>nor readline in -lreadline (configure:  21269).

That's correct, the linker could not find readline library. Setting
LDFLAGS and LD_LIBRARY_PATH should fix this, e.g. (assuming that
libreadline is localed in /usr/local/lib)
 
./configure LDFLAGS='-L/usr/local/lib' LD_LIBRARY_PATH='/usr/local/lib' [whatever]

-- 
All science is either physics or stamp collecting.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.cebix.net/pipermail/ginac-list/attachments/20051215/8b30a117/attachment.pgp


More information about the GiNaC-list mailing list