[Issue 7044] Missing a way to control the order of arguments passed to the linker makes impossible to link some programs
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 8 12:44:19 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=7044
--- Comment #7 from Walter Bright <bugzilla at digitalmars.com> 2013-01-08 12:44:18 PST ---
This is getting complex enough that I have to go back to basics and point out
that all dmd is doing is building a command line that is sent to gcc to do the
actual work.
So I suggest, why not, when your needs for the command line are this complex,
simply use gcc to do the link step instead of passing through dmd as an
intermediary?
To see what command dmd formulates and passes to gcc, compile with -verbose.
--
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