Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dev-lang/gnat-gcc-4.3.5 failed to emerge
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
wobbol
n00b
n00b


Joined: 05 Jul 2013
Posts: 9

PostPosted: Tue Mar 18, 2014 5:21 am    Post subject: dev-lang/gnat-gcc-4.3.5 failed to emerge Reply with quote

gnat-gcc failed to configure because it said that gcc could not make binaries, so i emerged an older version.
I got the same error as before but, it showed that it put my CFLAGS as an argument to gnat-gcc's compiler.

So I commented out my CFLAGS and now it compiles.
My question is ... who do I call about this?
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Tue Mar 18, 2014 11:06 am    Post subject: Re: dev-lang/gnat-gcc-4.3.5 failed to emerge Reply with quote

wobbol wrote:
So I commented out my CFLAGS and now it compiles. My question is ... who do I call about this?

wobbol ... without seeing the CFLAGS in question we can only guess, however, the mistake most often made is having "-02" (zero two) rather than "-O2" (oh two) as optimisation.

Code:
CFLAGS="-O2 -march=native -pipe"

best ... khay
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum