On Mar 23, 2001, "David Reid" <[EMAIL PROTECTED]> wrote:
> what commands should be required to be passed in to a build to make
> a shared object?
libtool --mode=link $CC $CFLAGS $LDFLAGS objnames.lo -o libname.la $LIBS
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
R
what commands should be required to be passed in to a build to make a shared
object? Sorry if this is a bit 101, bit I want to verify that a project is
passing in the correct command line before I go into too much more effort on
it.
Thanks.
david
__