Hello Michel, * Michel Briand wrote on Tue, Feb 03, 2009 at 06:09:11PM CET: > > I wonder if it's possible to tell libtool to generate .lo file > elsewhere than in source directory (where Makefile resides).
Yes: libtool --mode=compile $CC -o some/where/foo.lo -c else/where/foo.c If you're using Automake, then you're probably looking for the Automake option subdir-objects, which causes objects to put in directories along the subdir of the source files provided. Hope that helps. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool