>

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851    VAT Reg No 778499447

-----Original Message-----


> From: dig1tal.coo...@gmail.com
> [mailto:dig1tal.coo...@gmail.com] On Behalf Of Robert Cooper
> Sent: 28 April 2010 15:23
> To: Giulio Troccoli; users@subversion.apache.org
> Subject: Re: Compiling Subversion on AIX
>
> Thanks for the help Giulio.  Using that configure statement
> (with gcc):
> CC="gcc" LDFLAGS="-L/usr/local/lib" ./configure -C
> --disable-shared --without-ssl \
>  --without-berkeley-db
> --prefix=/usr/local/svn--with-apr=/usr/local/apr
> --with-apr-util=/usr/local/apr-util \
> --without-apxs --without-serf --disable-nls
>
>  helped me get to the make install but now I'm getting the
> following error:
> /usr/svn/subversion-1.6.11/build/install-sh -c -m 644
> ./subversion/svnsync/svnsync.1 /usr/local/svn/share/man/man1/svnsync.1
> /usr/svn/subversion-1.6.11/build/install-sh -c -m 644
> ./subversion/svnversion/svnversion.1
> /usr/local/svn/share/man/man1/svnver
> sion.1
>         subversion/svnversion/svnversion . /repos/svn/trunk >
> /usr/local/svn/include/subversion-1/svn-revision.txt
> Could not load program
> /usr/svn/subversion-1.6.11/subversion/svnversion/.libs/lt-svnversion:
> Could not load module
> /usr/svn/subversion-1.6.11/subversion/libsvn_subr/.libs/libsvn
> _subr-1.so.
>         Dependent module
> /usr/local/apr-util/lib/libexpat.a(libexpat.so.1) could not be loaded.
>         Member libexpat.so.1 is not found in archive Could
> not load module lt-svnversion.
>         Dependent module
> /usr/svn/subversion-1.6.11/subversion/libsvn_subr/.libs/libsvn
> _subr-1.so
> could not be loaded.
> Could not load module .
> make: The error code from the last command is 255.
> Stop.
>
>
> Any ideas on what might be stopping the install?  expat?

Did you use my exact configure? Because that was just the last part of a 
process where I built other things manually, e.g. expat that in your case make 
can't find.

I was only suggesting to use CC, CFLAGS, etc. to specify another compiler and 
options.

G

Reply via email to