Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 17775 invoked by uid 500); 28 Dec 2002 01:57:56 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 17764 invoked from network); 28 Dec 2002 01:57:56 -0000 Received: from shawidc-mo1.cg.shawcable.net (HELO pd2mo2so.prod.shaw.ca) (24.71.223.10) by daedalus.apache.org with SMTP; 28 Dec 2002 01:57:56 -0000 Received: from pd2mr2so.prod.shaw.ca (pd2mr2so-ser.prod.shaw.ca [10.0.141.109]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H7T00F1N44SE1@l-daemon> for users@httpd.apache.org; Fri, 27 Dec 2002 18:58:04 -0700 (MST) Received: from pn2ml8so.prod.shaw.ca (pn2ml8so-qfe0.prod.shaw.ca [10.0.121.152]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H7T00GR644S07@l-daemon> for users@httpd.apache.org; Fri, 27 Dec 2002 18:58:04 -0700 (MST) Received: from shaw.ca (h24-80-110-238.vf.shawcable.net [24.80.110.238]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H7T00ATV44QDW@l-daemon> for users@httpd.apache.org; Fri, 27 Dec 2002 18:58:04 -0700 (MST) Date: Fri, 27 Dec 2002 17:55:39 -0800 From: "J. Greenlees" To: users@httpd.apache.org Message-id: <3E0D049B.5000503@shaw.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 References: <003201c2ae10$8c717230$fa00a8c0@espen> <006701c2ae10$66d155e0$0900a8c0@thinkpad> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] C compiler cannot create executables yup, it's specifically a gcc problem, red hat suport list is the right place for this problem. (since you have red hat.) though the problem stemms from the error package list during install. no errors, then no problems. Chris Taylor wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I'd suggest you find a general Linux list if you need help installing > gcc, as this isn't an Apache-specific problem. :) > > Chris Taylor - chris@x-bb.org - The guy with the PS2 WebServer - > http://www.x-bb.org/chris.asc > > - ----- Original Message ----- > From: "Espen" > To: > Sent: Saturday, December 28, 2002 1:29 AM > Subject: Re: [users@httpd] C compiler cannot create executables > > > >>Hello >> >>I'm relatively new to linux, and I'm trying to install Apache >>2.0.43 on redhat 7.3. >> >>I get the same problem when trying to configure: >>"checking for C compiler default output... configure: error: C >>compiler cannot create executables" >> >>I can't seem to find any errorlogs, so this is the only debug info >>I can provide at the moment >> >>Does this then mean my C compiler isn't correctly installed? >> >>How would I go about and re-install the compiler on my already >>installed system? >>Or is there any 3rd party ones you would recommend instead? >> >>Thanks alot, >>Espen >> >> >>>If both sun's cc and gnu gcc give the same error, can that mean >>>that >> >>Solaris >> >>>2.8 as installed may be missing something? >>>Mike >>> >>>-----Original Message----- >>>From: J. Greenlees [mailto:jaqui@shaw.ca] >>>Sent: Wednesday, November 20, 2002 10:07 AM >>>To: users@httpd.apache.org >>>Subject: Re: [users@httpd] C compiler cannot create executables >>> >>> >>>I have had that error myself, it does mean there are missing >>>dependancies for the compiler. ( at least it did for me. ) >>>you will probably have to re-install the compiler completely, >>>forcing it to get the packages in. >>> >>>Adolf, Michael F wrote: >>> >>> >>> >>>>Solaris 2.8. >>>>Mike >>>> >>>>-----Original Message----- >>>>From: Werner Schalk [mailto:werner_schalk@gmx.de] >>>>Sent: Wednesday, November 20, 2002 10:03 AM >>>>To: users@httpd.apache.org >>>>Subject: RE: [users@httpd] C compiler cannot create executables >>>> >>>> >>>>Hello, >>>> >>>>which system are you using? I suppose you >>>>are lacking support of essential build >>>>programs like make, gcc and so on. Try >>>>to (re)-install them. For instance >>>>under Debian they are called build-essentials. >>>> >>>>Bye, >>>>Werner. >>>> >>>> >>>> >>>> >>> >>> >>>------------------------------------------------------------------- >>>-- The official User-To-User support forum of the Apache HTTP >>>Server Project. See >>>for more info. >>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >>> " from the digest: users-digest-unsubscribe@httpd.apache.org >>>For additional commands, e-mail: users-help@httpd.apache.org >>> >>>------------------------------------------------------------------- >>>-- The official User-To-User support forum of the Apache HTTP >>>Server Project. See >>>for more info. >>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >>> " from the digest: users-digest-unsubscribe@httpd.apache.org >>>For additional commands, e-mail: users-help@httpd.apache.org >>> >>> >>> >> >> >>[Attachment #3 (text/html)] >> >> >> >> >> >content="text/html;charset=ISO-8859-1"> >> >> >> >>yeah, this sort of error has been posted before, it's possible that >>your system is corrupt, e.g., header files are missing, etc.
>>
>>are you mixing Sun compilers, linkers & opensource compilers >>& linkers. >>i've had to be very explicit about my paths when building on >>solaris. you don't want to accidently pick up one compiler toolset >>and another linker toolset,
>>
>>cheers,
>>andy
>>
>>Adolf, Michael F wrote:
>>
> >>cite="mid667ED598F8A2D311981D00508B12238010631F66@emss02m04.ems.lmco >>.com"> >>
If both sun's cc and gnu gcc give the same error,
>>can that mean that \
>>Solaris 2.8 as installed may be missing something?
>>Mike
>>
>>-----Original Message-----
>>From: J. Greenlees [>               
>>href="mailto:jaqui@shaw.ca">mailto:jaqui@shaw.ca] Sent:
>>Wednesday, November 20, 2002 10:07 AM
>>To: >
>>href="mailto:users@httpd.apache.org">users@httpd.apache.org
>>Subject: Re: [users@httpd] C compiler cannot create executables
>>
>>
>>I have had that error myself, it does mean there are missing
>>dependancies for the compiler. ( at least it did for me. )
>>you will probably have to re-install the compiler completely,
>>forcing it to get the packages in.
>>
>>Adolf, Michael F wrote:
>>  
>>
>>
Solaris 2.8.
>>Mike
>>
>>-----Original Message-----
>>From: Werner Schalk [>
>>href="mailto:werner_schalk@gmx.de">mailto:werner_schalk@gmx.de]
>>Sent: Wednesday, November 20, 2002 10:03 AM
>>To: >
>>href="mailto:users@httpd.apache.org">users@httpd.apache.org
>>Subject: RE: [users@httpd] C compiler cannot create executables
>>
>>
>>Hello,
>>
>>which system are you using? I suppose you
>>are lacking support of essential build
>>programs like make, gcc and so on. Try
>>to (re)-install them. For instance
>>under Debian they are called build-essentials.
>>
>>Bye,
>>Werner.
>>
>>
>>    
>>
>>

>>
>>--------------------------------------------------------------------
>>- The official User-To-User support forum of the Apache HTTP Server
>>Project. See >href="http://httpd.apache.org/userslist.html"><URL:http://httpd.a
>>pache.or g/userslis \
>>t.html> for more info. To unsubscribe, e-mail: >class="moz-txt-link-abbreviated" \
>>href="mailto:users-unsubscribe@httpd.apache.org">users-unsubscribe@h
>>ttpd.apa che.org>
>>> "   from the digest: >>
>>
>>href="mailto:users-digest-unsubscribe@httpd.apache.org">users-digest
>>-unsubsc ribe@htt \
>>
>>>pd.apache.org
>>
>>For additional commands, e-mail: >class="moz-txt-link-abbreviated" \
>>href="mailto:users-help@httpd.apache.org">users-help@httpd.apache.or
>>g  
>>
>>--------------------------------------------------------------------
>>- The official User-To-User support forum of the Apache HTTP Server
>>Project. See >href="http://httpd.apache.org/userslist.html"><URL:http://httpd.a
>>pache.or g/userslis \
>>t.html> for more info. To unsubscribe, e-mail: >class="moz-txt-link-abbreviated" \
>>href="mailto:users-unsubscribe@httpd.apache.org">users-unsubscribe@h
>>ttpd.apa che.org>
>>> "   from the digest: >>
>>
>>href="mailto:users-digest-unsubscribe@httpd.apache.org">users-digest
>>-unsubsc ribe@htt \
>>
>>>pd.apache.org
>>
>>For additional commands, e-mail: >class="moz-txt-link-abbreviated" \
>>href="mailto:users-help@httpd.apache.org">users-help@httpd.apache.or
>>g  
>>
>>  
>>
>>
>> >> >> >>--Boundary_(ID_PZneropo/eiiMuxX6Kxl7w)-- >> >> >>-------------------------------------------------------------------- >>- The official User-To-User support forum of the Apache HTTP Server >>Project. See for more >>info. >>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >> " from the digest: users-digest-unsubscribe@httpd.apache.org >>For additional commands, e-mail: users-help@httpd.apache.org > > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use > > iQA/AwUBPgz+Hiqf8lmE2RZkEQJnBgCg1JT6jcZkx9OY81CAys9tFkWSIboAn3x/ > WnjoXs8pPByQ2inNZ5NbYHRm > =RBds > -----END PGP SIGNATURE----- > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org