[Rust-users] Query : gcc fails in the rust shell
Status: Beta
Brought to you by:
psychogenic
From: Anoop K. <ak...@no...> - 2004-05-18 05:35:32
|
Hi all: I am using rust-0.1-8 I was trying the option od sandbox $ su #crust --chroot /home/anoopkumar/newroot I get bin/sh-2.05b# shell bin/sh-2.05b# ls AUTHORS README config.h depcomp mkinstalldirs COPYING README.in config.h.in doc reconf ChangeLog THANKS config.h.in~ include src INSTALL aclocal.m4 config.log install-sh stamp-h Makefile autom4te.cache config.status ipmgmt.rust stamp-h.in Makefile.am bin configure lib stamp-h1 Makefile.in config configure.ac.org m4 NEWS config.cache configure.in missing bin/sh-2.05b# make install Making install in src make[1]: Entering directory `/build/ipmgmt1.1/src' Making install in xml make[2]: Entering directory `/build/ipmgmt1.1/src/xml' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I../../include -I../../include - g -O2 -MT xmlparse.o -MD -MP -MF ".deps/xmlparse.Tpo" \ -c -o xmlparse.o `test -f 'xmlparse.c' || echo './'`xmlparse.c; \ then mv -f ".deps/xmlparse.Tpo" ".deps/xmlparse.Po"; \ else rm -f ".deps/xmlparse.Tpo"; exit 1; \ fi gcc: installation problem, cannot exec `cc1': No such file or directory make[2]: *** [xmlparse.o] Error 1 make[2]: Leaving directory `/build/ipmgmt1.1/src/xml' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/build/ipmgmt1.1/src' make: *** [install-recursive] Error 1 bin/sh-2.05b# make also will not succed in the shell. I am able to do make install from outside the bin/sh-2.05b shell. Is this a known issue with crust or am I doing anything wrong. Any lead , any info will be helpful Thanks Anoop |