Re: problems with egcc
Pierfrancesco Caci wrote:
> I've installed egcc as in potato, I get this error message, while
> trying to compile linux:
>
> root@penny:/usr/src/linux # make xconfig
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts kconfig.tk
> make[1]: Entering directory `/scratch/usr/src/linux-23/scripts'
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o tkparse.c
> gcc: installation problem, cannot exec `cc1': No such file or directory
> make[1]: *** [tkparse.o] Error 1
>
> Also I wonder why egcc reports itself as 2.7.2.3:
>
> root@penny:~ $ egcc --version
> 2.7.2.3
>
> Pf
>
> --
>
> -------------------------------------------------------------------------------
> Pierfrancesco Caci | mailto:p.caci@flashnet.it - http://gusp.infogroup.it
> ik5pvx | http://www.geocities.com/SoHo/Lofts/8999
> Firenze - Italia | Office for the Complication of Otherwise Simple Affairs
> Linux penny 2.2.10 #1 Tue Jun 15 21:03:12 CEST 1999 i586 unknown
>
> --
> Unsubscribe? mail -s unsubscribe debian-user-request@lists.debian.org < /dev/
Sounds like you have a bad symlink. What I do is make a symlink in /usr/bin from
egcc to gcc, after moving gcc to gcc-old just in case I want to use the old compiler,
which I never have. You also might want to check to make sure you have the latest
version of tk and tcl.
Personally, I've had troubles with menu config working while I was running as root.
So I usually use the sudo command from a user account.
Reply to: