is there a way to build multiple libraries with different compiler flags in the same directory.
Example. i have some library which is made up of SRCS = a.c b.c c.c d.c I want to make a library libFoo.a from this then i want to compile the sources with the flag -DSPECIAL=1 and make a second library libFOOx.a from the same sources. i would like to do this at the same time without doing an install then a configure then another build. Is it possible? jim _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool