X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Subject: Re: [geda-help] gspiceui From: Stefan Salewski To: geda-help AT delorie DOT com In-Reply-To: <1350136900.45711.YahooMailNeo@web111016.mail.gq1.yahoo.com> References: <1350136900 DOT 45711 DOT YahooMailNeo AT web111016 DOT mail DOT gq1 DOT yahoo DOT com> Content-Type: text/plain; charset="iso-2022-jp" Date: Sat, 13 Oct 2012 18:34:11 +0200 Message-ID: <1350146051.2418.2.camel@AMD64X2.fritz.box> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 2012-10-13 at 07:01 -0700, Vinicius Rodrigues wrote: > >>> begin > > guys, I appreciate everyone's help. > This is the error message, to work around this problem I installed this package gspiceui 0.9.98 in debian repos, just like that of the current version > > > vinicius AT strumbal:/media/92280ac3-eb0c-405e-bb0d-f3ef67b136e0/vinicius/gEDA/gspiceui-v1.0.00$ make > > make config > make[1]: Entrando no diretrio `/media/92280ac3-eb0c-405e-bb0d-f3ef67b136e0/vinicius/gEDA/gspiceui-v1.0.00' > make[1]: Nada a ser feito para `config'. > make[1]: Saindo do diretrio `/media/92280ac3-eb0c-405e-bb0d-f3ef67b136e0/vinicius/gEDA/gspiceui-v1.0.00' > cd /media/92280ac3-eb0c-405e-bb0d-f3ef67b136e0/vinicius/gEDA/gspiceui-v1.0.00/src ; make > make[1]: Entrando no diretrio `/media/92280ac3-eb0c-405e-bb0d-f3ef67b136e0/vinicius/gEDA/gspiceui-v1.0.00/src' > g++ -c -Ofast -pipe -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include -I/usr/X11R6/include -I. App_gSpiceUI.cpp -o obj/App_gSpiceUI.o > cc1plus: error: invalid option argument ‘-Ofast’ > make[1]: ** [obj/App_gSpiceUI.o] Erro 1 > make[1]: Saindo do diretrio `/media/92280ac3-eb0c-405e-bb0d-f3ef67b136e0/vinicius/gEDA/gspiceui-v1.0.00/src' > make: ** [all] Erro 2 > > >>> end Please note that the -Ofast gcc option is a new feature in GCC 4.6 -- it will give an error for older gcc. http://stackoverflow.com/questions/4778895/which-version-of-gcc-support-the-ofast-optimization-level