kdelibs build problem: possibly undefined macro: AC_CHECK_MKDTEMP

2003-06-06 Thread Ross Boylan
I am trying to build KDE on a Debian GNU/Linux testing system (build from cvs head). I keep running into problems that I think are related the versions of the auto* tools I'm using. Do I need particular versions of autoconf to work with particular versions of automake, for example? How do I find

Using AC_C_INLINE blows up C++ tests

2003-06-06 Thread Bob Friesenhahn
If a configure script uses AC_C_INLINE to test the C compiler, and then later switches the current language to C++ in order to perform C++ tests, the C++ tests will fail if AC_C_INLINE re-defines 'inline' to some other string. It would be useful if Autoconf would hide any re-definition of inline i

Re: Library path with AC_CHECK_LIB

2003-06-06 Thread Assar Westerlund
Bill Moseley <[EMAIL PROTECTED]> writes: > I was building our package on a Solaris 2.6 machine and ended up with: > > ld: fatal: library -lz: not found > > On this machine libz is in /usr/local/lib. > > Running truss shows: > > open("/usr/ccs/lib/libz.so", O_RDONLY) Err#2 ENOENT > op