On Feb 14, 2001, Jeremy Slade <[EMAIL PROTECTED]> wrote:
> It seems that what I really what is to create swigShapeUtils.sl
> using the original ../../lib/*.lo files build earlier (and used to
> create libShapeUtils.sl), rather than create swigShapeUtils.sl with
> a run-time dependency on libShapeUtils.sl (which of course isn't
> installed at the time I'm build swigShapeUtils.sl). In short, I
> think I ultimately want:
> ld -b -E -o swigShapeUtils.o swigShapeUtils.lo ../../lib/*.lo
> and not
> ld -b -E -o swigShapeUtils.o swigShapeUtils.lo -L../../lib -lShapeUtils
> But how do I achieve that?
Create ShapeUtils as a libtool convenience library. If you also want
it to be installed as a separate shared library, you can create such a
separate shared library, naming the convenience library differently.
Ditto for MiscContrib.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me