[Bug other/39573] linking fails when optimizations are enabled

2009-04-04 Thread fpbeekhof at gmail dot com
--- Comment #2 from fpbeekhof at gmail dot com 2009-04-04 16:57 --- The problem is the "-march=native" option. If I remove that, all is fine even on AMD machines. $ make CNF=gcc BACKEND=gsl scons -j 2 CNF=gcc MODE= BACKEND=gsl CVMLCPP_PREFIX=/user/l1/beekhof/ scons: Reading SConscript f

[Bug other/39573] linking fails when optimizations are enabled

2009-04-03 Thread fpbeekhof at gmail dot com
--- Comment #1 from fpbeekhof at gmail dot com 2009-04-03 12:01 --- I've tried compiling the same code on several machines. Outcome: intel machines are fine, AMD machines exhibit this behaviour. The second AMD machine has ubuntu 8.04 on it, and a different compiler version: $ gcc -v Usi