GCC problems

2004-08-04 Thread Alexander Belck
A few days ago I removed gcc from the underlying OS. Today I tryed to rebuild apache in openpkg-2.1 and got following error: ./configure:Error: Building of 'patch' tool failed: - patch/rename.c patch/util.c patch/util.h patch/version.c

Re: GCC problems

2004-08-04 Thread Michael Schloh von Bennewitz
On Wed, Aug 04, 2004, Alexander Belck wrote: A few days ago I removed gcc from the underlying OS. Today I tryed to rebuild apache in openpkg-2.1 and got following error: [...] Some links that you might like to study are: -- Note 'Solaris and HPUX users... --

Re: GCC problems

2004-08-04 Thread alexb
I don't understand why I need 2 compilers. If I have gcc in openpkg (to compile it the 1st time I used the RH gcc), isn't this gcc used for further compilations ? Thanks, Alex Citando Michael Schloh von Bennewitz [EMAIL PROTECTED]: On Wed, Aug 04, 2004, Alexander Belck wrote: A few days ago

Re: GCC problems

2004-08-04 Thread Michael Schloh von Bennewitz
Ah, I fear my previous answer to you did not hit the target. (reading your question again) On Wed, Aug 04, 2004, Alexander Belck wrote: A few days ago I removed gcc from the underlying OS. Today I tryed to rebuild apache in openpkg-2.1 and got following error: ./configure:Error: Building of

Re: GCC problems

2004-08-04 Thread Michael Schloh von Bennewitz
On Wed, Aug 04, 2004, [EMAIL PROTECTED] wrote: I don't understand why I need 2 compilers. If I have gcc in openpkg (to compile it the 1st time I used the RH gcc), isn't this gcc used for further compilations ? You don't need two compilers, and OpenPKG will indeed use the GCC in the OpenPKG

Re: GCC problems

2004-08-04 Thread Alexander Belck
Looking for crt1.o (found in config.log from m4 --rebuild) I notice that it realy was missing. Comparing with other RedHat instalation I found that this comes from glibc-devel, that I also de-installed ;-( So, after reinstalling glibc-devel I could rebuild m4 and my conclusion is that I need to