want to port libtool to AmigaOS4

2005-12-29 Thread Henning Nielsen Lund
Hello I would like to make a new port of libtool, to make it able to support AmigaOS4.0. AmigaOS has now gone PPC, and the library structure has changed a bit. There is even a libdl compatible library available. If You have some good advice, on porting libtool, please post it :-) -- best regar

Re: want to port libtool to AmigaOS4

2005-12-29 Thread Ralf Wildenhues
Hi Henning, * Henning Nielsen Lund wrote on Thu, Dec 29, 2005 at 01:38:21PM CET: > > I would like to make a new port of libtool, to make it able to support > AmigaOS4.0. It has a tiny bit of rusty amigaos/m68k support, but cf. this comment in libtool.m4: # Samuel A. Falvo II <[EMAIL PROTE

Re: adapting for use with TCC

2005-12-29 Thread Ralf Wildenhues
Hi Edward, * Edward Chernenko wrote on Wed, Dec 28, 2005 at 12:34:06PM CET: > Hi, my system is LFS/Linux, C compiler TCC 0.9.23 and > I'm using > > GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) > > This compiler have no support for '-soname' linker > option. I advise you to include the ch

Re: some unexplained messages when using libtool 2.1a

2005-12-29 Thread Ralf Wildenhues
Hi Ed, * Ed Hartnett wrote on Mon, Dec 26, 2005 at 04:24:05PM CET: > > I recently switched to using libtool 2.1a, and now autoreconf gives me > the following output: > > libtoolize: copying file `./ltmain.sh' > libtoolize: You should add the contents of the following files to > `aclocal.m4': >

libltdl examples

2005-12-29 Thread Eric Lemings
Title: Message Hi,   I'm looking for software distributions that use libltdl, especially packages that use libltdl in libraries (as opposed to executables) to load other libraries.   Please post or send me a link if you know of any.   Thanks, Eric.   _

Re: adapting for use with TCC

2005-12-29 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Dec 29, 2005 at 02:46:14PM CET: > * Edward Chernenko wrote on Wed, Dec 28, 2005 at 12:34:06PM CET: > > Hi, my system is LFS/Linux, C compiler TCC 0.9.23 and > > I'm using > > > GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) > All in all, I wonder whether it's

Re: libltdl examples

2005-12-29 Thread Dalibor Topic
Eric Lemings wrote: > Hi, > > I'm looking for software distributions that use libltdl, especially > packages that use libltdl in libraries (as opposed to executables) to > load other libraries. > > Please post or send me a link if you know of any. > Kaffe uses libltdl to load native (JNI/KNI

Re: libltdl examples

2005-12-29 Thread Howard Chu
Eric Lemings wrote: Hi, I'm looking for software distributions that use libltdl, especially packages that use libltdl in libraries (as opposed to executables) to load other libraries. Please post or send me a link if you know of any. www.openldap.org ... servers/slapd/module.c uses libltd

Re: libltdl examples

2005-12-29 Thread Ralf Wildenhues
Hi Eric, Dalibor, * Dalibor Topic wrote on Thu, Dec 29, 2005 at 06:53:14PM CET: > Eric Lemings wrote: > > > > I'm looking for software distributions that use libltdl, especially > > packages that use libltdl in libraries (as opposed to executables) to > > load other libraries. GNU m4, GraphicsM

Re: libltdl examples

2005-12-29 Thread Bob Friesenhahn
On Thu, 29 Dec 2005, Ralf Wildenhues wrote: I'm looking for software distributions that use libltdl, especially packages that use libltdl in libraries (as opposed to executables) to load other libraries. GNU m4, GraphicsMagick, OpenMPI. GraphicsMagick uses libltdl to load simple modules. It

Re: libltdl examples

2005-12-29 Thread Dalibor Topic
Ralf Wildenhues wrote: Kaffe uses libltdl to load native (JNI/KNI) libraries on demand (System.loadLibrary). The functionality is wrapped around by a abstraction header to work on systems without libtool support, That would be DROPS/L4Env, MACH style shared libs, NeXTStep, right? Why not add

Re: libltdl examples

2005-12-29 Thread Kurt Roeckx
On Thu, Dec 29, 2005 at 09:44:33AM -0700, Eric Lemings wrote: > Hi, > > I'm looking for software distributions that use libltdl, especially packages > that use libltdl in libraries (as opposed to executables) to load other > libraries. > > Please post or send me a link if you know of any. On D