Eric LEROY wrote:
I tried to install scigraphica 0.8.0 from the source file. I installed via
Fink the required gtk+ libraries and when I launch the ./configure script,
everithing seems OK until I have the following message :

checking for tgoto in -ltermcap... no
configure: error: Termcap not found
It's not quite clear what you are doing. If you are doing a "fink install" using the scigraphica-0.8.0-3 package from the 0.4.1 (10.1) distribution, and you are on 10.2, then you get this error, indeed.

The reason is that there was no separate libtermcap on 10.1, and therefore the patch file removes "-ltermcap" explicitly from configure. On 10.2 there is /usr/lib/libtermcap.dylib (which is actually a symlink to libncurses.dylib), and the patch for configure is not necessary.

I just tried: If you remove from the patch file the first section that concerns scigraphica-0.8.0/configure, then it compiles OK. Dunno if it works (I guess there is some reason why it's not included in 10.2 yet).

--
Martin






-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to