Experts,

 

  I want to build log4cxx on AIX. As part of that, I am building
apr-util. I am getting following error when I do make of apr-util on AIX
machine. I am using apr-util 1.2.12. My machine configurations are as
follows. Please advice.

 

$ uname -a

AIX pnibm009 3 5 00C7E58A4C00

 

 

chakrava@/u/chakrava/apr-util 92 $ make

Making all in xml/expat

        /bin/sh ../libtool --mode=link  gcc -version-info 1:0:1 -g -O2
-o libexpat.la -rpath /usr/local/apr/lib  xmlparse.lo xmltok.lo
xmlrole.lo

rm -fr  .libs/libexpat.exp

generating symbol list for `libexpat.la'

/usr/bin/nm -B -BCpg  .libs/xmlparse.o .libs/xmltok.o .libs/xmlrole.o  |
awk '{

if ((($2 == "T") || ($2 == "D") || ($2 == "B")) && (substr($3,1,1) !=
".")) { pr

int $3 } }' | sort -u > .libs/libexpat.exp

gcc -shared -o .libs/libexpat.so.0  .libs/xmlparse.o .libs/xmltok.o
.libs/xmlrol

e.o  -lc  -Wl,-bE:.libs/libexpat.exp -Wl,-bnoentry ${wl}-berok

collect2: library libgcc_s not found

make: 1254-004 The error code from the last command is 1.

 

Stop.

make: 1254-004 The error code from the last command is 2.

 

Stop.

make: 1254-004 The error code from the last command is 1.

 

Regards

Krishna

Reply via email to