Help with linker problem
Walter Bright
newshound1 at digitalmars.com
Thu May 10 12:59:07 PDT 2007
Frank Benoit wrote:
> i was not sure about these "noi/deb". Are they correct?
noi means case sensitive, yes, it's needed.
I'd use /co rather than /deb.
Do you have only 1.5Gb of free disk space?
Optlink tries to do everything in memory. It is entirely possible that
all this stuff simply exceeds memory. You can try excluding debug info
for some of the modules/libraries.
More information about the Digitalmars-d
mailing list