ggolggoli / delaboratory

Automatically exported from code.google.com/p/delaboratory
GNU General Public License v3.0
0 stars 0 forks source link

Complile error corrent svn #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compile on i686 single core
2. comment line 32 uncomment line 31 of Makefile
3.

What is the expected output? What do you see instead?
Compiling

i see:
~/delab/delaboratory-read-only$ make
g++ -c `wx-config --cxxflags` `xml2-config --cflags` -Ofast -march=i686 
-DNDEBUG -Wno-long-long -Wno-variadic-macros  src/delaboratory.cc
cc1plus: error: invalid option argument ‘-Ofast’
make: *** [delaboratory.o] Fout 1

What version of the product are you using? On what operating system?
latest svn. Ubuntu 11.04

Please provide any additional information below.

Original issue reported on code.google.com by headligh...@gmail.com on 1 Nov 2011 at 12:39

GoogleCodeExporter commented 8 years ago
Ofast is option of new gcc, change the Makefile if you use old gcc, SVN version 
is a development version not for end-user

Original comment by jacekpop...@gmail.com on 1 Nov 2011 at 12:44

GoogleCodeExporter commented 8 years ago
ok i have gcc 4.5.5 will update to 4.6.2

Original comment by headligh...@gmail.com on 1 Nov 2011 at 2:44