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 libtes
Hi,
Bob Friesenhahn wrote:
On Mon, 29 Jan 2007, Olli Savia wrote:
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.
As I recall (from
Hi,
Olli Savia wrote:
Hi,
Could somebody please add LynxOS support to libtool.
Since this did not receive great interest I tried to hack
this myself. I think I'm pretty far now. Most of the
tests pass:
10 of 101 tests failed
(5 tests were not run)
P