June 23, 2008 [Issue 1940] Phobos buildscripts do not work on x86_64 | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1940 ------- Comment #20 from andrei@metalanguage.com 2008-06-23 14:13 ------- (In reply to comment #19) > Thanks! :) > > -m32 for linking is needed, yes. > Though i.e. autotools and other buildsystems pass CFLAGS to CC during linking > as well. So you will have to (and should) call CC with both CFLAGS and LDFLAGS > anyway. > So you should rather prepend -m32 just to CFLAGS. > Prepend instead of append, because CrazyUser might want to override that (maybe > while trying to add x86_64 support to dmd or whatever). Sounds great, did all that. Thanks very much. -- |
December 09, 2008 [Issue 1940] Phobos buildscripts do not work on x86_64 | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1940 ------- Comment #21 from bugzilla@digitalmars.com 2008-12-09 00:37 ------- If you compile with -v (verbose) on linux, you can see that dmd calls gcc with the -m32 switch. Is there still a problem? -- |
March 08, 2009 [Issue 1940] Phobos buildscripts do not work on x86_64 | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1940 ------- Comment #22 from lindevel@gmx.net 2009-03-08 08:52 ------- This issue is fixed, but there are a dozen new issues. (Like in the 2.026, src/dmd/, you use CC for where you apparently want CXX instead... Scripts automatically setting CC to the system compiler will make your code break here, because it is not valid C, even though you use .c file name extensions.) -- |
August 27, 2009 [Issue 1940] Phobos buildscripts do not work on x86_64 | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1940 Andrei Alexandrescu <andrei@metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #23 from Andrei Alexandrescu <andrei@metalanguage.com> 2009-08-27 12:02:38 PDT --- I'll close this bug now because I think I've addressed the concerns. If there's anything left, please reopen. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation