Re: configure error: C compiler cannot create executables

2008-03-29 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 No problem. Just wanted to clarify... On 03/29/08 21:31, Axqd wrote: > Sorry, english is not my mother tongue. > Actually, what I mean is that: > *I have encountered this issue before, under ubuntu* > > On Sun, Mar 30, 2008 at 9:59 AM, Ron Johnson

Re: configure error: C compiler cannot create executables

2008-03-29 Thread Axqd
Sorry, english is not my mother tongue. Actually, what I mean is that: *I have encountered this issue before, under ubuntu* On Sun, Mar 30, 2008 at 9:59 AM, Ron Johnson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > On 03/29/08 20:45, Axqd wrote: > > I've eve

Re: configure error: C compiler cannot create executables

2008-03-29 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/29/08 20:45, Axqd wrote: > I've ever run into this problem under ubuntu. I fixed it with: Do you mean "even" or "never"? > #apt-get install build-essential - -- Ron Johnson, Jr. Jefferson LA USA We want... a Shrubbery!! -BEGIN PGP SIGNAT

Re: configure error: C compiler cannot create executables

2008-03-29 Thread Axqd
I've ever run into this problem under ubuntu. I fixed it with: #apt-get install build-essential On Sun, Mar 30, 2008 at 9:24 AM, Kamaraju S Kusumanchi <[EMAIL PROTECTED]> wrote: > > andy baxter wrote: > > > this is what seems to be the relevant part of config.log: > > > > gcc version 4.1.2 200611

Re: configure error: C compiler cannot create executables

2008-03-29 Thread Kamaraju S Kusumanchi
andy baxter wrote: > this is what seems to be the relevant part of config.log: > > gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) > configure:1591: $? = 0 > configure:1593: gcc -V &5 > gcc: '-V' option must have argument > configure:1596: $? = 1 > configure:1619: checking for C compile

Re: Configure error: C compiler cannot create executables

2007-02-21 Thread Chris Bannister
On Mon, Feb 19, 2007 at 03:15:26PM -0500, Ken Heard wrote: > I found the answer to my own problem. I only had gcc installed; whereas > it seems that g++ was also needed for the configuration. It seems that > g++ and gcc are dependent on each other. man g++ man gcc -- Chris. == Don't forg

Re: Configure error: C compiler cannot create executables

2007-02-19 Thread Ken Heard
I found the answer to my own problem. I only had gcc installed; whereas it seems that g++ was also needed for the configuration. It seems that g++ and gcc are dependent on each other. Regards, Ken Heard -- To UNSUBSCRI

Re: Configure error: C compiler cannot create executables

2007-02-16 Thread Andy Smith
On Fri, Feb 16, 2007 at 10:44:45PM -0500, Ken Heard wrote: > Now that I am using Debian Etch, I want to install the latest dosemu > version. After downloading the tarball and unpacking it, I ran > "./configure". The result was the error message quoted in the subject > line above. (I have several

Re: Configure error: C compiler cannot create executables

2007-02-16 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/16/07 21:44, Ken Heard wrote: > For over a year, following the instructions of J. Stumpel in his very > useful "Dosemu for Dummies", I have been using dosemu in Debian Sarge, > which I installed from source. > > Now that I am using Debian Etch,