>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-----Original Message-----
> From: David Weintraub [mailto:qazwart_at_gmail.com]
> Sent: 13 October 2010 18:03
> To: Giulio Troccoli
> Cc: Subversion
> Subject: Re: Subversion on AIX
>
> I was able to build everything until neon. There I get
>
> $ ./configure --with-expat=/app/fms/build/lib/libexpat.la
> --enable-shared=yes --prefix=/app/fms/build
> checking for a BSD-compatible install... ./install-sh -c
> checking for gcc... gcc
> checking for C compiler default output file name...
> configure: error: in `/app/fms/build/subversion-1.6.13/neon':
> configure: error: C compiler cannot create executables
> See `config.log' for more details.
> cmuser_at_fmsdwbap01:~/subversion-1.6.13/neon
> $
>
> Can you give me any help? It looks like it's crapping out
> when it is trying to determine the default link output.
> However, apr, apr-util, and expat all worked.
>
I didn't use gcc but cc
CC="/usr/vac/bin/cc" \
CFLAGS="-qmaxmem=-1 -O2 -qlanglvl=extended" \
CPPFLAGS="-I/usr/local/include" \
LDFLAGS="-brtl" \
./configure \
--with-expat=/usr/local/lib/libexpat.la \
--enable-shared=yes
Can you try that? Adjust paths for expat according to your previous build
G
Received on 2010-10-14 09:56:10 CEST