On Thu, Nov 27, 2008 at 4:52 PM, herman bastiaens <[EMAIL PROTECTED]> wrote: > is there a way to stop libtool from compiling everything twice? I am > compiling a convenience library, so I add the -static and -prefer-non-pic > flag, but it's still compiling my file twice. The command looks like this:
I usually build everything with --disable-static; that seems to cause libtool to compile files only once. I don't know if this works for convenience libraries specifically, or if they'd still get compiled both ways. _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool