[Issue 2378] Win32 OPTLINK crashes when it links some kind of static library into a executeable.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 2 06:33:50 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2378





------- Comment #2 from hskwk at inter7.jp  2008-10-02 08:33 -------
(In reply to comment #1)
> Please include what commands you used to generate the problem.
> 

Commands I used in the first report

dmd -c test.d
lib -c -p32 test.lib test.obj
dmd main.d test.lib

causes crash described before.
following commands

dmd -lib test.d
dmd main.d test.lib

causes this error, regardless of importing std.random:
test.lib
 Warning 140: Library probably needs FIXLIB
--- error level 1



Only std.random causes this error, as I tested.


-- 



More information about the Digitalmars-d-bugs mailing list