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
configure: failed program was:
#line 5451 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char tgoto();


int main() {
tgoto()
; return 0; }


On Dec 5, 2003, at 13:31, Martin Costabel wrote:


Darian Lanx wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Olivier Dhez wrote:
I can find how to get termcap.

There is the error I get during the configure

    creating libtool
    checking for tgoto in -ltermcap... no
    configure: error: Termcap not found

If anyone have any idea, to help me

Olivier

tgoto comes from ncurses also as a direct interface tot he termcap's
Try getting it from -lncurses

But since 10.2, /usr/lib/libtermcap.dylib exists, too, as a symlink to libncurses. So -ltermcap should, in principle, work. So Olivier, if he is not on OSX 10.1, may have some other problem. The end of the config.log file often gives further clues.


--
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



-- Olivier Dhez - PostDoc ESRF Beamline ID21 BP 220 F-38043 Grenoble Cedex Ph. +33 (0)4 76 88 29 30 Fax. +33 (0)4 76 88 27 85



-------------------------------------------------------
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

Reply via email to