Yo Qpopper gang, The addition of the following lines in configure.in: dnl dnl ---------- Make sure /usr/local/include gets searched ---------- dnl CFLAGS="$CFLAGS -idirafter /usr/local/include" CPPFLAGS="$CPPFLAGS -idirafter /usr/local/include" has broken configuration for non-gcc compilers in a big way. When I just do "./configure" (let it use gcc), the configure step works fine. If I specify another compiler (eg, CC=cc ./configure) then the configure step basically doesn't find any of the necessary include files, computes the size of an unsigned long int as zero, etc, etc. Then the compile bombs right away. When I comment out the two lines above and autoconf, things start working. ** Jeff A. Earickson, Ph.D PHONE: 207-872-3659 ** Senior UNIX Sysadmin, Information Technology EMAIL: [EMAIL PROTECTED] ** Colby College, 4214 Mayflower Hill, FAX: 207-872-3555 ** Waterville ME, 04901-8842 ----------------------------------------------------------------------------
