On Tue, 2011-03-08 at 10:41 +0000, James Conner wrote: > > 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 >
Do you have a libaugeas.so* in /opt/freeware/lib ? That will be searched before ./.libs and therefore ld would use a (possibly old) version of libaugeas instead of the new one that make just built. David _______________________________________________ augeas-devel mailing list augeas-devel@redhat.com https://www.redhat.com/mailman/listinfo/augeas-devel