Marc:
I can't compile Meroon on darwin-ppc (I require more then 2GB of memory) with gcc after configuring gambit with the configure line
env CC='gcc -mcpu=970 -m64' ./configure
I could use an option to pull back the gcc compiler options to what they were before beta 20.
Also, you make the default compiler options pretty fancy now, but still -D___SINGLE_HOST is not the default. I'm wondering whether the default should be the previous set of compiler options and --enable- single-host. I think this would probably still give the best set of default options for both gcc and gsc.
Brad
Afficher les réponses par date
On Oct 25, 2006, at 10:26 PM, Bradley Lucier wrote:
I can't compile Meroon on darwin-ppc (I require more then 2GB of memory) with gcc after configuring gambit with the configure line
env CC='gcc -mcpu=970 -m64' ./configure
I can compile it when I add '-D___OPTIMIZE_SPACE' in the compile line of gsc-cc-o.
Brad
On Oct 27, 2006, at 11:16 AM, Bradley Lucier wrote:
On Oct 25, 2006, at 10:26 PM, Bradley Lucier wrote:
I can't compile Meroon on darwin-ppc (I require more then 2GB of memory) with gcc after configuring gambit with the configure line
env CC='gcc -mcpu=970 -m64' ./configure
I can compile it when I add '-D___OPTIMIZE_SPACE' in the compile line of gsc-cc-o.
Without -D___OPTIMIZE_SPACE, with --enable-single-host, and without -- enable-gcc-opts, it takes 10.1GB for gcc-4.1.1 to compile Meroon on x86_64-unknown-linux-gnu.
Something's gotta give with the configure options.
Brad