On 08/03/11 10:41, James Conner wrote:
/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
On my build here, libaugeas.la points to libaugeas.so.0. You'll find
this under src/.libs/libaugeas.so.0. As expected, this contains the
symbol aug_span:
$ nm .libs/libaugeas.so.0 | grep aug_span
0000000000005880 T aug_span
I have no idea what the AIX output of nm looks like, but it would be
interesting to note if:
1. It contains aug_span.
2. It contains any other aug_* symbols.
Matt
--
Matthew Booth, RHCA, RHCSS
Red Hat Engineering, Virtualisation Team
GPG ID: D33C3490
GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490
_______________________________________________
augeas-devel mailing list
augeas-devel@redhat.com
https://www.redhat.com/mailman/listinfo/augeas-devel