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