Shared Object (DLL) creation in Linux

Linux specific forum
gkaizer
User
User
Posts: 40
Joined: Fri Oct 31, 2003 2:57 pm
Location: Italy

Shared Object (DLL) creation in Linux

Post by gkaizer »

Fred, will this be available in the next coming version of PB or should I be more patient? :cry:
--:: Gkaizer ::--
Using PB 3.92 on WinXP SP2 and 3.91 on Mandrake Linux 10.0
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Unfortunately, it's not planned for the next linux version. But another update will probably come quickly.
gkaizer
User
User
Posts: 40
Joined: Fri Oct 31, 2003 2:57 pm
Location: Italy

Post by gkaizer »

ok, I can wait :(, but as I read that in the new 3.80 or 3.81 Linux PB will support PureLibraries, is this feature full as in Windows, I mean the opportunity to create a Purelibrary from a .so file as in Windows you can create a PBLib from a dll, or this is possible just in Windows version and is not scheduled in the Linux one?
--:: Gkaizer ::--
Using PB 3.92 on WinXP SP2 and 3.91 on Mandrake Linux 10.0
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

yes, you can create both with 3.81 like in Windows
FloHimself
Enthusiast
Enthusiast
Posts: 229
Joined: Wed May 14, 2003 3:38 pm
Location: Lüneburg - Germany

Post by FloHimself »

*up*
My favorite numbers: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Uhm but I read somthing in the FASM forums, that you have to change all

CMD <source>, <dest>

to

CMD <dest>, <source>

When linking with gcc and if you want to create a *.so with it.
bye,
Daniel
Post Reply