Re: libtool shared libraries support on skyos

2006-03-27 Thread Peter Speybrouck
Hi Ralf, Robert, the author of SkyOS had a question regarding your comments: -> regarding libtool, which linker information did he want to have exactly? Could you tell me with a little more details which information is needed? I will pass the info along to Robert so he can provide you with the d

Re: libtool shared libraries support on skyos

2006-03-20 Thread Peter Speybrouck
1) I think you can compare it to cygwin. SkyOS mimics parts of the unix type disk layout (/usr /bin, ...) with symlinks. 2) to make a dll from a static library, I can use the following script: #!/bin/sh i386-skyos-pe-gcc -shared [EMAIL PROTECTED] -o [EMAIL PROTECTED] i386-skyos-pe-dlltool --export

Re: libtool shared libraries support on skyos

2006-03-17 Thread Ralf Wildenhues
Hi Peter, * Peter Speybrouck wrote on Fri, Mar 17, 2006 at 05:24:13PM CET: > > I am actually not familiar with using libtool myself, but there is > something that bothers me and I would like to know how I can fix it. > > Here's the thing: > * Platform: SkyOS, (www.skyos.org), nothing to do with