| Graham Dumpleton 2006-08-18, 1:13 am |
| Justin Erenkrantz wrote ..
> On Thu, Aug 17, 2006 at 06:58:52PM -0400, Graham Dumpleton wrote:
> in
> else is
>
> What version of gcc are you using? I'm at:
>
> % gcc -v
> ...
> gcc version 4.0.1 (Apple Computer, Inc. build 5363)
>
> (This is the latest XCode release, IIRC.)
>
> This isn't really a libtool or httpd issue as the compiler is the one barfing
> on the invalid argument. Are you using gcc 3.3? -- justin
The "libtool" script uses just 'gcc' which is:
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5341.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c
++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5341)
I am not using the XCode released at Mac WWDC just past but prior version
as far as I know. Therefore must be something to do with more recent
XCode, which means we will need to fix this pronto before the complaints
start rolling in. Will also need to backport any change for it to 3.2.X branch
since that will be primary version for a while yet.
Graham
|