Re: autconfig problem with HP-UX 11 aCC HP ANSI C++ B3910B A.03.45

2005-03-31 Thread Stepan Kasal
Hello, thank you for your bug report. Please report the bug to the project you tried to compile, ie. cppunit, we cannot do anything about it. Tell them to read the section "Present But Cannot Be Compiled" of the manual to autoconf-2.59. We apologize that our program gave you this errorneous hin

Re: checking for sin in -lm fails

2005-03-31 Thread Paul Eggert
Tim Blechmann <[EMAIL PROTECTED]> writes: > my configure.in file contains: > AC_CHECK_LIB(m,sin) Could you please send a complete, self-contained test case, and mention which version of Autoconf (and other software) you're using?

Re: 'configure' script not supported on AIX 5.2

2005-03-31 Thread Stepan Kasal
Hello, On Thu, Mar 31, 2005 at 04:42:52PM -0800, Chris Fields wrote: > execute the 'configure' script, I get a "Host operating system not supported" I don't know where the message comes from, so I cannot help. Perhaps you could find out who prints it, or perhaps attach a log file. > and I execut

'configure' script not supported on AIX 5.2

2005-03-31 Thread Chris Fields
Hello, I am running Autoconf 2.58 on AIX 5.2 with the GNU 3.3.2 compiler. I am trying to compile Tomcat jsvc from the commons-daemon project and when I perform the 'autoconf' step to create the 'configure' script it works fine. But when I execute the 'configure' script, I get a "Host operating sys

autconfig problem with HP-UX 11 aCC HP ANSI C++ B3910B A.03.45

2005-03-31 Thread Arek Arek
During configure of cppunit-1.10.2 like: ./configure CXX=aCC CXXFLAGS="-AA -mt" on HP-UX 11 aCC HP ANSI C++ B3910B A.03.45 I've got worning: checking whether std::string::compare takes a string in argument 1... no checking whether the compiler has stringstream... yes checking whether the library de

checking for sin in -lm fails

2005-03-31 Thread Tim Blechmann
hi all, there is a bug in autoconf concerning the symbol checking in libraries: my configure.in file contains: AC_CHECK_LIB(m,sin) the specific part in the config.log says: configure:4961: checking for sin in -lm configure:4991: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lm -Wl,-s ha