Hello Jared, and sorry for the long delay, * Jared Nance wrote on Tue, May 19, 2009 at 08:47:27PM CEST: > Sorry for the delay, I've just had a lot of work on my plate. The > output from make SHELL="/bin/sh -x" is > + test '!' -f config.h > + : > make all-recursive [...] > + make all > /bin/sh -x ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H > -I. -I.. -L/usr/local/root/Current/lib/root > -I/usr/local/root/Current/include/root -lCore -lRIO -lTree -lcint > -lPhysics -I/src/stlplus -I/include -L/lib -lRATEvent_Darwin-g++ > -g -O2 -MT libTrackAnalysis_la-dictTOP.lo -MD -MP -MF > .deps/libTrackAnalysis_la-dictTOP.Tpo -c -o > libTrackAnalysis_la-dictTOP.lo `test -f 'dictTOP.C' || echo > './'`dictTOP.C
This is still wrong. You need to remove all of -lCore -lRIO -lTree -lcint -lPhysics -L/lib -lRATEvent_Darwin-g++ from the libTrackAnalysis_la_CPPFLAGS variable and add them instead to the libTrackAnalysis_la_LDFLAGS variable, in the lib/Makefile.am. Then rebuild lib/Makefile.in using cd $top_srcdir automake lib/Makefile (this should happen automatically unless you use maintainer mode turned off), and rerun 'make' in the build tree. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool