Re: MacOS X 10.1.2 libtool

2002-07-10 Thread Sander Temme
> /foo/runtime/build/libtool: parse error: condition expected: xyes = [3183] > But.. this does result in a functional module. This is an issue with stock GNU libtool 1.4.2 on this platform. It affects the binary file type of the linked module which would cause runtime breakage on darwin until, I

Re: MacOS X 10.1.2 libtool

2002-07-10 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Any one seen this error, on a pristine MacOS X 10.1.2 machine with a > freshly cut 2.0.39: > > cd httpd-2.0.39 > ./configure --prefix=/foo > make && make install > cd ../test > apxs -c mod_foo.c > > and then just before then end one gets:

MacOS X 10.1.2 libtool

2002-07-10 Thread dirkx
Any one seen this error, on a pristine MacOS X 10.1.2 machine with a freshly cut 2.0.39: cd httpd-2.0.39 ./configure --prefix=/foo make && make install cd ../test apxs -c mod_foo.c and then just before then end one gets: