> > Can I suggest a possible solution for 1, and agree 100% with 2? The > > possible solution, is to use two variables, LIBTOOL_LIBS, and > > NON_LIBTOOL_LIBS. These names are probably wrong, call they what you want > > to. > > > > The idea is that if you use LIBTOOL, you have to add the libraries in > > LIBTOOL_LIBS, if not you have to use NON_LIBTOOL_LIBS. If you don't use > > libtool, you basically have to add the NON_LIBTOOL_LIBS to APR_LIBS. > > > > Does that make sense? > > Somewhat... but it does mean that we'd be looking down into .libs for the > libraries to put into NON_LIBTOOL_LIBS. Not sure what I think about that > one... (reaching into .libs is the basic question: do we or don't we?)
I agree that is painful, but I didn't realize there was an option when not using libtool. I thought you had to look at the .libs stuff in that case. Ryan _______________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------
