Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bootstrap error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
danipo
n00b
n00b


Joined: 28 May 2004
Posts: 54
Location: Anchorage Alaska

PostPosted: Fri May 28, 2004 4:07 pm    Post subject: bootstrap error Reply with quote

I'am trying to bootstrap the system now i do the command

Code:
scripts/bootstrap.sh


It seems to be working till I get this error

Code:
ERROR: sys-devel/gettext-0.12.1 failed.
Funchtion econf, Line 365, Exitcode 1
econf failed


Can I just ignore this and go on with the install or is there something I need to fix?
Back to top
View user's profile Send private message
jkt
Retired Dev
Retired Dev


Joined: 06 Feb 2004
Posts: 1250
Location: Prague, Czech republic, EU

PostPosted: Fri May 28, 2004 5:23 pm    Post subject: Reply with quote

`emerge sync`?
Back to top
View user's profile Send private message
danipo
n00b
n00b


Joined: 28 May 2004
Posts: 54
Location: Anchorage Alaska

PostPosted: Fri May 28, 2004 10:50 pm    Post subject: Reply with quote

what?
Back to top
View user's profile Send private message
danipo
n00b
n00b


Joined: 28 May 2004
Posts: 54
Location: Anchorage Alaska

PostPosted: Fri May 28, 2004 11:00 pm    Post subject: Reply with quote

Heres a bit more of the error....

Code:
checking for C compiler default output... configure: error: C compiler cannot create executable
see 'config.log' for more details.
configure: error: /bin/sh './configure' failed for autoconf-lib-link

!!!  ERROR: sys-devel/gettext-0.12.1 failed.
!!!  Function econf, Line 365, Exitcode 1
!!!  econf failed


Any advice?
Back to top
View user's profile Send private message
thechris
Veteran
Veteran


Joined: 12 Oct 2003
Posts: 1203

PostPosted: Fri May 28, 2004 11:23 pm    Post subject: Reply with quote

what cflags do you use?

that error is very common if you use tons of cflags and/or mis-spell some cflags. like -funroll-loop doensn't work, but -funroll-loops does.

i take it it gets this error relatively quickly?
Back to top
View user's profile Send private message
danipo
n00b
n00b


Joined: 28 May 2004
Posts: 54
Location: Anchorage Alaska

PostPosted: Fri May 28, 2004 11:30 pm    Post subject: Reply with quote

yes it does get it really quick. Heres my make.conf file.

Code:
CFLAGS="-march=pentium4m -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
Back to top
View user's profile Send private message
danipo
n00b
n00b


Joined: 28 May 2004
Posts: 54
Location: Anchorage Alaska

PostPosted: Fri May 28, 2004 11:38 pm    Post subject: Reply with quote

forgot the last line to it

Code:
MAKEOPTS="-j2"
Back to top
View user's profile Send private message
danipo
n00b
n00b


Joined: 28 May 2004
Posts: 54
Location: Anchorage Alaska

PostPosted: Fri May 28, 2004 11:43 pm    Post subject: Reply with quote

i took out the m in pentium4m and it seems to be working now..
Back to top
View user's profile Send private message
jkt
Retired Dev
Retired Dev


Joined: 06 Feb 2004
Posts: 1250
Location: Prague, Czech republic, EU

PostPosted: Tue Jun 01, 2004 3:29 pm    Post subject: Reply with quote

"pentium4m" is bad, use pentium4 ir pentium-m (not sure about the last one, look at `man gcc`)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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