Libtool LynxOS support

2007-01-28 Thread Olli Savia
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

Re: Libtool LynxOS support

2007-01-29 Thread Olli Savia
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

Re: Libtool LynxOS support

2007-02-07 Thread Olli Savia
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