View previous topic :: View next topic |
Author |
Message |
nasher Tux's lil' helper
Joined: 21 Feb 2003 Posts: 125
|
Posted: Thu May 10, 2007 11:04 am Post subject: make: i686-pc-linux-gnu-gcc: Command not found |
|
|
i'm installing gentoo on a
Code: |
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Celeron(R) CPU 2.60GHz
stepping : 9
cpu MHz : 2593.605
cache size : 128 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
|
Code: |
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
|
gcc config gives me ;
Code: |
gcc-config -c
* gcc-config: No gcc profile is active!
and when im emerging udhcp i get;
|
Code: |
* Adding user 'dhcp' to your system ...
* - Userid: 101
* - Shell: /sbin/nologin
* - Home: /var/lib/dhcp
* - Groups: dhcp
* - Creating /var/lib/dhcp in /
>>> Unpacking source...
>>> Unpacking udhcp-0.9.9_pre20041216.tar.bz2 to /var/tmp/portage/net-misc/udhcp-0.9.9_pre20041216-r4/work
* Applying udhcp-0.9.9_pre20041216-env.patch ... [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/net-misc/udhcp-0.9.9_pre20041216-r4/work/udhcp ...
i686-pc-linux-gnu-gcc -c -march=pentium4 -O2 -pipe -fomit-frame-pointer -DCOMBINED_BINARY -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer dhcpd.c
make: i686-pc-linux-gnu-gcc: Command not found
make: *** [dhcpd.o] Error 127
|
when i remerge bin utils i get :
Code: |
find: //usr/i686-pc-linux-gnu/i486-pc-linux-gnu/lib: No such file or directory
|
how can i fix this problem? |
|
Back to top |
|
|
AgentMat Apprentice
Joined: 03 Apr 2007 Posts: 161
|
Posted: Thu May 10, 2007 11:06 am Post subject: |
|
|
what is your chost ? |
|
Back to top |
|
|
nasher Tux's lil' helper
Joined: 21 Feb 2003 Posts: 125
|
Posted: Thu May 10, 2007 11:10 am Post subject: |
|
|
just default from the .example / stage3
Code: |
CHOST="i686-pc-linux-gnu"
|
|
|
Back to top |
|
|
nasher Tux's lil' helper
Joined: 21 Feb 2003 Posts: 125
|
Posted: Thu May 10, 2007 11:11 am Post subject: |
|
|
Code: |
(chroot) livecd usr # ls
bin i486-pc-linux-gnu include lib libexec local portage sbin share src tmp
|
Code: |
-rw-r--r-- 1 root root 103M May 10 09:16 stage3-x86-2007.0.tar.bz2
-rw-r--r-- 1 root root 151 May 10 09:16 stage3-x86-2007.0.tar.bz2.DIGESTS
|
Code: |
(chroot) livecd usr # binutils-config -c
* binutils-config: No binutils profile is active!
(chroot) livecd usr # gcc-config -c
* gcc-config: No gcc profile is active!
|
|
|
Back to top |
|
|
Jaglover Watchman
Joined: 29 May 2005 Posts: 8291 Location: Saint Amant, Acadiana
|
|
Back to top |
|
|
nasher Tux's lil' helper
Joined: 21 Feb 2003 Posts: 125
|
Posted: Thu May 10, 2007 11:51 am Post subject: |
|
|
o-m-f-g
thanks |
|
Back to top |
|
|
|