Hi,

Could somebody please add LynxOS support to libtool.
LynxOS uses GNU toolchain so it shouldn't be too hard.
On LynxOS only one additional parameter (-mshared) is
needed when compiling and linking.

Here is a example how to build a shared lib:

  gcc -fPIC -shared -mshared -o libtest.so libtest.c

And here is a example of linking program against a shared lib:

  gcc -mshared -o main main.c -ltest

If you need more information or help with testing,
please contact me.

Thanks,
Olli



_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to