I'm currently trying to install a program from source it's a GPS tool called gpsdrive.

as tols in the readme I run ./configure which went well an then make, which gave the error message

fly.c:83: header file 'libintl.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make[2]: *** [fly.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

which means AFAIK the file "libintl.h" could not be found in the usual place. But it is there, namely

[theophany:Current/GPS/gpsdrive-1.32] kuddel% locate libintl.h
/sw/include/libintl.h


It should be possible to use the header file. How can that be told. Is it possible to set a symbolic link from /sw/include to the place make looks at?

And, how can I figure out to which package a given file (e.g. libintl.h) belongs, in case I have to set up fink new and what to ensure to have that file again.

Thanks a lot

hs



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to