[Issue 3564] Rdmd failing to link external C libraries
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 5 16:23:15 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3564
Andrei Alexandrescu <andrei at metalanguage.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WORKSFORME
--- Comment #4 from Andrei Alexandrescu <andrei at metalanguage.com> 2011-06-05 16:18:46 PDT ---
I can't reproduce this, seems to be a simple inversion of arguments. Use this:
rdmd -L-lsomelib somefile.d
NOT
rdmd somefile.d -L-lsomelib
Trying it with a couple of C libraries does not show any symptoms.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list