Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bootstrap fails
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
bsulzer
n00b
n00b


Joined: 20 Apr 2005
Posts: 6

PostPosted: Sat Apr 23, 2005 9:01 pm    Post subject: bootstrap fails Reply with quote

HILFE!!!! ich habe folgendes problem beim bootstrapen:

emerge (1 of 10)
...
checking whether build environment is sane ... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
// und hier beginnen die probleme :cry:
for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x68_64-pc-linux-gnu-gcc... x68_64-pc-linux-gnu-gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See 'config.log' for more details.

meine Fragen: wo ist dieses Sche*** config.log?
und was kann ich gegen diese verf***te Meldung unternehmen?
ausserdem: gibt's auch eine use-flag icewm? diese graphische oberflaeche hat es mir angetan.... :oops:

uebrigens: hier ist noch mein make.conf:
CFLAGS="march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="{CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://gentoo.ynet.sk/pub http://mirror.pudas.net/gentoo"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="-gtk -gnome -kde dvd alsa cdr"
/etc/make.conf(END)
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Sat Apr 23, 2005 9:07 pm    Post subject: Reply with quote

Should have posted it in the german forum. And watch your mouth.
Back to top
View user's profile Send private message
bsulzer
n00b
n00b


Joined: 20 Apr 2005
Posts: 6

PostPosted: Sat Apr 23, 2005 9:40 pm    Post subject: Reply with quote

thank you, that's the help i'm looking for

i try to watch my mouth, but i've been sitting for three days without sleep in front of my computer, and i don't find any answer, that helps me (just comments to watch my mouth.....)
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sat Apr 23, 2005 9:42 pm    Post subject: Reply with quote

[url]C compiler cannot create executables [/url]
That usually means wrong cflags. Post your make.conf and tell us what cpu your system has.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
bsulzer
n00b
n00b


Joined: 20 Apr 2005
Posts: 6

PostPosted: Sat Apr 23, 2005 9:52 pm    Post subject: Reply with quote

here is my make.conf:
CFLAGS="march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="{CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://gentoo.ynet.sk/pub http://mirror.pudas.net/gentoo"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="-gtk -gnome -kde dvd alsa cdr"
/etc/make.conf(END)
Back to top
View user's profile Send private message
Deranger
Veteran
Veteran


Joined: 26 Aug 2004
Posts: 1215

PostPosted: Sat Apr 23, 2005 10:29 pm    Post subject: Reply with quote

Your /etc/make.conf needs some corrections:

CFLAGS="march=k8 -O2 -pipe" :arrow: CFLAGS="-march=k8 -O2 -pipe"
CXXFLAGS="{CFLAGS}" :arrow: CXXFLAGS="${CFLAGS}"
Back to top
View user's profile Send private message
bsulzer
n00b
n00b


Joined: 20 Apr 2005
Posts: 6

PostPosted: Sat Apr 23, 2005 10:47 pm    Post subject: Reply with quote

i didn't type it properly....
sorry. the corretions are useless, cuz the flags are written as in the corrections, but thanks anyway
sorry for the bad writing
Back to top
View user's profile Send private message
bsulzer
n00b
n00b


Joined: 20 Apr 2005
Posts: 6

PostPosted: Sat Apr 23, 2005 11:42 pm    Post subject: [solved] Reply with quote

a friend of mine solved my proplem over ssh.
new make.conf
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="$CFLAGS"
USE="-gtk -gnome -kde dvd alsa cdr"
GENTOO_MIRRORS and SYNC are still the same. thanks for all hints
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