If I had my way
Walter Bright
newshound2 at digitalmars.com
Sat Dec 10 13:32:17 PST 2011
On 12/10/2011 12:53 PM, maarten van damme wrote:
> Could also someone shed some light on creating shared library's on linux? there
> was some news about -fPIC beeing fixed but no real confirmation.
Turns out there was a bug where EBX was not set correctly when calling a
function that existed in a shared library. This bug was fixed. So we're ready to
try again at creating a shared library with dmd.
More information about the Digitalmars-d
mailing list