Thread overview
compiler options
Jun 29, 2006
llee
Jun 29, 2006
Derek Parnell
Jul 10, 2006
llee
Jun 30, 2006
Stewart Gordon
Jul 10, 2006
llee
June 29, 2006
can anyone pass along a list of the D compiler's linker options and library?


June 29, 2006
On Thu, 29 Jun 2006 14:55:09 +0000 (UTC), llee wrote:

> can anyone pass along a list of the D compiler's linker options and library?

Linker (OptLink)...

http://www.digitalmars.com/ctg/optlink.html http://www.digitalmars.com/ctg/ctgLinkSwitches.html http://www.digitalmars.com/ctg/ctgDefFiles.html http://www.digitalmars.com/ctg/ctgLinkOps.html http://www.digitalmars.com/ctg/OptlinkErrorMessages.html

Librarian ...
http://www.digitalmars.com/ctg/lib.html



-- 
Derek
(skype: derek.j.parnell)
Melbourne, Australia
"Down with mediocrity!"
30/06/2006 9:15:35 AM
June 30, 2006
llee wrote:
> can anyone pass along a list of the D compiler's linker options and library?

Both of you, this is the old D newsgroup.  Everyone else now hangs around in digitalmars.D and its descendants.

Stewart.
July 10, 2006
In article <e839k0$4e9$1@digitaldaemon.com>, Stewart Gordon says...
>
>llee wrote:
>> can anyone pass along a list of the D compiler's linker options and library?
>
>Both of you, this is the old D newsgroup.  Everyone else now hangs around in digitalmars.D and its descendants.
>
>Stewart.
ok.


July 10, 2006
In article <1sihc59z6s72o$.crqnghf8qhpb.dlg@40tude.net>, Derek Parnell says...
>
>On Thu, 29 Jun 2006 14:55:09 +0000 (UTC), llee wrote:
>
>> can anyone pass along a list of the D compiler's linker options and library?
>
>Linker (OptLink)...
>
>http://www.digitalmars.com/ctg/optlink.html http://www.digitalmars.com/ctg/ctgLinkSwitches.html http://www.digitalmars.com/ctg/ctgDefFiles.html http://www.digitalmars.com/ctg/ctgLinkOps.html http://www.digitalmars.com/ctg/OptlinkErrorMessages.html
>
>Librarian ...
>http://www.digitalmars.com/ctg/lib.html
>
>
>
>-- 
>Derek
>(skype: derek.j.parnell)
>Melbourne, Australia
>"Down with mediocrity!"
>30/06/2006 9:15:35 AM

Thanks. This should help a lot.