someone advice me in a french list to do the following thing:

./configure --prefix=/opt
make LANGUAGES=c
make stage1
make CC="stage1/xgcc -Bstage1/" CFLAGS="-O2"
make stage2
make CC="stage2/xgcc -Bstage2/" CFLAGS="-O2"
make compare
make install CC="stage2/xgcc -Bstage2/" CFLAGS="-O2"
i launch the first command and i receive à good answer.But  with the second
i receive  this message:

cc  -DIN_GCC   -g     -I. -I. -I./config \
  -DGCC_INCLUDE_DIR=\"/opt/lib/gcc-lib/i586-unknown-linux/2.7.2/include\" \
  -DGPLUSPLUS_INCLUDE_DIR=\"/opt/lib/g++-include\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
  -DCROSS_INCLUDE_DIR=\"/opt/lib/gcc-lib/i586-unknown-linux/2.7.2/sys-includ
e\" \
  -DTOOL_INCLUDE_DIR=\"/opt/i586-unknown-linux/include\" \
  -c `echo ./cccp.c | sed 's,^\./,,'`
/bin/sh: cc:command not found
make:***[cccp.o] error 127
try to help me.thank you
-----Message d'origine-----
De : Rial Juan <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : jeudi 30 mars 2000 09:50
Objet : Re: [expert] i understand nothing thank you for your help


>
>Hmm... Let me see if I'm guessing correct here...
>
>You have no compiler, so you just went to the gcc homepage, and downloaded
the
>source. In the INSTALL file it says to run ./configure and make, so you
did. But
>it didn't work. Right?
>
>Well, in order to compile _any_ sourcecode, you need a compiler. So in
order to
>compile a compiler you need... a compiler. Sort of chicken & egg problem.
First
>compilers were fairly basic and written in assembler (direct machine code).
>
>Fortunately for you, however, the gcc package comes precompiled on your
mandrake
>CD. I don't know what it's called, but something in the order of "make"
should
>do, I believe.
>
>Good luck installing.
>
>
>On Mar 29 [EMAIL PROTECTED] wrote:
>
>>
>> First, you do *not* want to compile gcc.  compiling a compiler is
>> definately for experts only.
>>
>> You probably just need to install gcc and make (development packages).
>>
>> On Wed, 29 Mar 2000, you wrote:
>> | hi,
>> | i wanted to compile gcc2.72.i launch firstly the script
'./configure.then i
>> | lauch 'make' .nothing goes. On short i don't understand nothing.
Everyone
>> | can tell me how do.Thank you for your help
>> |
>> |
>> |
____________________________________________________________________________
__
>> | Si votre email etait sur iFrance vous pourriez ecouter ce message au
tel !
>> | http://www.ifrance.com : ne laissez plus vos emails loin de vous ...
>> | gratuit sur iFrance :  emails (20 MO, POP, FAX), Agenda, Site perso
>>
>
>--
>
>Rial Juan                        <http://nighty.ulyssis.org>
>                e-mail:              [EMAIL PROTECTED]
>Belgium            tel:                    (++32) 89/856533
>ulyssis system admininstrator       <http://www.ulyssis.org>
>
>The little critters in nature; they don't know they're ugly.
>That's very funny... A fly marying a bumble-bee...
>
>------------------------------------------------------------
>
>Sign the petition at http://www.libranet.com/petition.html
>Help bring us more Linux Drivers
>
>

 
______________________________________________________________________________
Si votre email etait sur iFrance vous pourriez ecouter ce message au tel !
http://www.ifrance.com : ne laissez plus vos emails loin de vous ...
gratuit sur iFrance :  emails (20 MO, POP, FAX), Agenda, Site perso 

Reply via email to