There is the end of the config.log file:
configure:5443: checking for tgoto in -ltermcap
configure:5462: gcc -o conftest -g -O2 -I -I conftest.c -ltermcap -L -L 1>&5
ld: -L: directory name missing
This surely doesn't look good. -I and -L with nothing behind... Maybe you need to specify these things:
--with-readline-path=DIR specify readline library path --with-termcap-path=DIR specify termcap library path --with-readline-include-path=DIR specify readline include path --with-termcap-include-path=DIR specify termcap include path
(from scigraphica configure --help). DIR would be /usr/lib and /usr/include, respectively.
It is certainly a bug in their configure script if it doesn't supply non-empty defaults for these.
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel