[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Subversion on AIX

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Thu, 14 Oct 2010 08:55:21 +0100

>

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.