[augeas-devel] gnulib update for AIX support

James Conner j.conner at ucl.ac.uk
Tue Mar 8 10:41:14 UTC 2011


> Can you run make again (partial make should be fine) with an 
> additional parameter: 'make V=1'? This will show what command is 
> actually being executed during compilation and linking.

Here you go.

Making all in src
gmake[2]: Entering directory `/home/temp/augeas.git/augeas/src'
echo '#define DATADIR "/usr/local/share"' > datadir.h1
../build/aux/move-if-change datadir.h1 datadir.h
gmake  all-am
gmake[3]: Entering directory `/home/temp/augeas.git/augeas/src'
echo '#define DATADIR "/usr/local/share"' > datadir.h1
../build/aux/move-if-change datadir.h1 datadir.h
/bin/sh ../libtool  --tag=CC   --mode=link gcc -std=gnu99  -Wall 
-Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls 
-Wno-sign-compare -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fasynchronous-unwind-tables  -I ../gnulib/lib -I/opt/freeware/lib  
-L/opt/freeware/lib -o augtool augtool.o libaugeas.la -lreadline 
../gnulib/lib/libgnu.la
gcc -std=gnu99 -Wall -Wformat -Wformat-security -Wmissing-prototypes 
-Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align 
-Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline 
-Wredundant-decls -Wno-sign-compare -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fasynchronous-unwind-tables -I ../gnulib/lib -I/opt/freeware/lib -o 
.libs/augtool augtool.o  -L/opt/freeware/lib -L./.libs -laugeas 
-L/home/temp/augeas.git/augeas/src/.libs -lfa -lreadline 
../gnulib/lib/.libs/libgnu.a 
-Wl,-blibpath:/usr/local/lib:/opt/freeware/lib:/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.2.0:/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.2.0/../../..:/usr/lib:/lib 

ld: 0711-224 WARNING: Duplicate symbol: .bcopy
ld: 0711-224 WARNING: Duplicate symbol: .memmove
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more 
information.
ld: 0711-317 ERROR: Undefined symbol: .aug_span
collect2: ld returned 8 exit status
gmake[3]: *** [augtool] Error 1
gmake[3]: Leaving directory `/home/temp/augeas.git/augeas/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/temp/augeas.git/augeas/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/temp/augeas.git/augeas'
gmake: *** [all] Error 2

Cheers,

Jim






More information about the augeas-devel mailing list