Re: Problem detecting libraries.

2001-01-26 Thread Bob Friesenhahn
Stephen, You need to ensure that your configure script tests for libraries in the order of least dependent to most dependent, and appends each library discovered to the LIBS variable. Unfortunately Autoconf does not understand library dependencies so you must determine these by yourself (use 'ld

Re: Problem detecting libraries.

2001-01-26 Thread Akim Demaille
Man, I must say that your sending config.log.2.13 vs config.log.2.50 makes me extremely proud of the work we've done in the area! Looking at the first failures: configure:2576: checking for notifyAll in -lJTC configure:2603: gcc -o conftest -g -O2 conftest.c -lJTC >&5 /tmp/ccO7oDLg.o: In fun

Problem detecting libraries.

2001-01-26 Thread Stephen Torri
Here is the output from autoconf (v2.19) and (v2.49d). I am sure I am probably got something wrong so I include both complete config.log files. I am sorry if its too long but if there is an common practice for making requests for help let me know. Stephen --- configure.in ---