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 /dev/null 5
 gcc: '-V' option must have argument
 configure:1596: $? = 1
 configure:1619: checking for C compiler default output file name
 configure:1622: gccconftest.c  5
 /usr/bin/ld: crt1.o: No such file: No such file or directory

This is your error. Install libc6-dev and hopefully that will solve this
problem. If that does not solve, please tell us what your architecture is,
what distribution you are using - stable/testing/unstable?

hth
raju
-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 20061115 (prerelease) (Debian 4.1.1-21)
  configure:1591: $? = 0
  configure:1593: gcc -V /dev/null 5
  gcc: '-V' option must have argument
  configure:1596: $? = 1
  configure:1619: checking for C compiler default output file name
  configure:1622: gccconftest.c  5
  /usr/bin/ld: crt1.o: No such file: No such file or directory

 This is your error. Install libc6-dev and hopefully that will solve this
 problem. If that does not solve, please tell us what your architecture is,
 what distribution you are using - stable/testing/unstable?

 hth
 raju
 --
 Kamaraju S Kusumanchi
 http://www.people.cornell.edu/pages/kk288/
 http://malayamaarutham.blogspot.com/





 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





-- 
Telnet your heart...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH7vQSS9HxQb37XmcRAh7oAJ0U9TSS8SDNo2XqUaPo7AzzOe0VMwCfStb+
qrKUw5lv3JRXc5jeyDVWBLg=
=oqxe
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 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 SIGNATURE-
  Version: GnuPG v1.4.6 (GNU/Linux)

  iD8DBQFH7vQSS9HxQb37XmcRAh7oAJ0U9TSS8SDNo2XqUaPo7AzzOe0VMwCfStb+
  qrKUw5lv3JRXc5jeyDVWBLg=
  =oqxe
  -END PGP SIGNATURE-


  --


 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 [EMAIL PROTECTED] wrote:

  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 SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH7v3lS9HxQb37XmcRAgd+AJ9apmJHSZ4vgA/b0/DhFWozXw/itwCgv6/O
L1nRRfy27hk/iUlk4/70/Xk=
=8OYV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 forget to check that your /etc/apt/sources.lst entries point to 
etch and not testing, otherwise you may end up with a broken system once
etch goes stable.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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, 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 versions of the gcc compiler installed from
 Debian Etch.)
 
 I would appreciate advice on what I need to do to get ./configure to
 run successfully.

What version is that?  Sid has v1.2.2-8.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF1nyMS9HxQb37XmcRAmbDAJ9cT8ymgsPW6fuH9sY8lMtbDlkEdgCcDkJF
X8gabbyeU06E3c1fp0KUi84=
=W/SR
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 versions of the gcc compiler installed from
 Debian Etch.)

This indicates that whentrying to compile a test program errors were
encountered.  To see which errors you'll have to look in the
config.log file that was produced.  If it makes no sense then could
you try putting it online somewhere and posting us a URL for it so
we can look?

Cheers,
Andy

-- 
http://bitfolk.com/ -- No-nonsense VPS hosting
Encrypted mail welcome - keyid 0x604DE5DB


signature.asc
Description: Digital signature


Re: Configure :error: C compiler cannot create executables .

2004-09-09 Thread Leandro Ferreira
On Thu, Sep 09, 2004 at 09:40:47PM -0300, Hélio wrote:
 Olá Lista,
 
 Tentei instalar um programa e ocorreu o seguinte erro:
 Configure:error: C compiler cannot create executables 
 Como faço para resolver ?
 Grato,
 Hélio.

Olá

Provavelmente vc não instalou alguma biblioteca. Tive o mesmo erro na semana 
passada, quando reinstalei 
um desktop. 

Hum, não lembro exatamente, mas acho que é libc6-dev e kernel-headers, ou algo 
assim. É só instalar e 
fica tudo blz.

# apt-get install libc6-dev

Um abraço


Leandro
-- 
 (@_   Leandro Padilha Ferreira - [EMAIL PROTECTED]
 //\
 V_/_  http://androle.pro.brLinux user: #237.744
--
Nada como uma boa dose de outra mulher para fazer um homem 
apreciar mais sua esposa.
-- Clare Boothe Luce 


signature.asc
Description: Digital signature