You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Giulio Troccoli <Gi...@uk.linedata.com> on 2007/03/09 11:00:38 UTC

Compilation error for zlib

I am trying to install Subversion 1.4.3 on an AIX 5.3 system. 

I have downloaded both subversion-1.4.3.tar.gz and subversion-deps-1.4.3.tar.gz.

I have configure to build zlib with

CC="/usr/vac/bin/cc" CFLAGS="-qmaxmem=-1 -O2 -qlanglvl=extended" ./configure --shared

And but I do make I have the following errors:

/usr/vac/bin/cc -qmaxmem=-1 -O2 -qlanglvl=extended -DUSE_MMAP -o example example.o -L. libz.so.1.2.3
/usr/vac/bin/cc: 1501-218 file libz.so.1.2.3 contains an incorrect file suffix

/usr/vac/bin/cc -qmaxmem=-1 -O2 -qlanglvl=extended -DUSE_MMAP -o minigzip minigzip.o -L. libz.so.1.2.3
/usr/vac/bin/cc: 1501-218 file libz.so.1.2.3 contains an incorrect file suffix
 

The zlib builds fine and so do the other dependencies and subversion itself.

Should I be worried anyway? Am I doing something wrong?

Regards,
Giulio


-------------------
Giulio Troccoli
Technical Consultant
 
T +44 (0)20 7360 1914   F +44 (0)20 7360 1974
E giulio.troccoli@uk.linedata.com   W www.linedata.com
MSN Messenger giulio@troccoli.it
 
 
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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org