[Issue 10729] Some exception symbols undefined

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 19 23:39:37 PDT 2013


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



--- Comment #21 from Nick Sabalausky <cbkbbejeap at mailinator.com> 2013-09-19 23:39:29 PDT ---
Andre: Rainer mentioned something in
<http://forum.dlang.org/post/l10vtc$76o$1@digitalmars.com> that solved my
problem. Turns out that optlink actually reads sc.ini to get the LIB var.

Looking at the dmd zip you posted I'm pretty sure you're having the same
problem. Your "dmd/bin" doesn't include link.exe (or sc.ini for that matter,
but that's not the main issue here). Because of that, DMD is probably invoking
a different optlink somewhere else on your PATH. That OPTLINK likely has it's
*OWN* sc.ini which it read instead of yours, and therefore uses the wrong
phobos.lib (or none at all).

So stick a correct sc.ici *and* OPTLINK into the same dir as dmd.exe (and make
sure you don't have another dmd on the PATH), and it should work fine.

-- 
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