[Issue 2961] some sets of files compiled with (-w -inline -release) cause the linker error /PAGESIZE:16 is too small
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun May 10 20:04:38 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2961
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2009-05-10 20:04:37 PDT ---
There are two solutions.
One is to use the /p switch on lib.exe to make it larger, see
http://www.digitalmars.com/ctg/lib.html
The other is to use dmd -lib to create the library. See
http://www.digitalmars.com/d/2.0/dmd-windows.html
--
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