libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Libtool LynxOS support


From: Olli Savia
Subject: Libtool LynxOS support
Date: Mon, 29 Jan 2007 09:55:07 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060915)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]