Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
lee l...@yun.yagibdah.de writes: Harry Putnam rea...@newsguy.com writes: I'm trying to compile emacs-24 on a newly installed squeeze system. Where did you get version 24? From the bzr server on savannah.org where emacs devel is done. I get the error C compiler cannot create executables

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Nico Kadel-Garcia
On Thu, Jun 30, 2011 at 4:17 PM, Harry Putnam rea...@newsguy.com wrote: I'm trying to compile emacs-24 on a newly installed squeeze system. I get the error  C compiler cannot create executables Googling on that, gets several different answers. apt-get install build-essentials  (didn't

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread lee
. savannah.gnu.org? I get the error C compiler cannot create executables [...] Can anyone tell me what I need for the compiler to work building emacs? Can the compiler create executables when you compile other software? I don't know what it takes to compile emacs 24. I might try and find out, just

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
emacs devel is done. savannah.gnu.org? Gack ... sorry ... yes. I get the error C compiler cannot create executables [...] Can anyone tell me what I need for the compiler to work building emacs? Can the compiler create executables when you compile other software? I don't know what it takes

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Axel Freyn
Hi Harry, I got past that now... apparently finally got whatever it was installed. But now ./configure complains about X libraries: error: You seem to be running X, but no X development libraries were found. You should install the relevant development files for X and for the

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
Axel Freyn axel-fr...@gmx.de writes: Do you know which packages might be needed? Not yet; give me some more time and I'll try to compile emacs24 and let you know what I find out ... OK, thanks for the effort. The easiest solution might be to run aptitude build-dep emacs23 this

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Tom Furie
On Fri, Jul 01, 2011 at 06:55:22AM -0500, Harry Putnam wrote: I got past that now... apparently finally got whatever it was installed. But now ./configure complains about X libraries: error: You seem to be running X, but no X development libraries were found. You should install the

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread lee
Harry Putnam rea...@newsguy.com writes: lee l...@yun.yagibdah.de writes: I got past that now... apparently finally got whatever it was installed. But now ./configure complains about X libraries: error: You seem to be running X, but no X development libraries were found. You should

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
Tom Furie t...@furie.org.uk writes: On Fri, Jul 01, 2011 at 06:55:22AM -0500, Harry Putnam wrote: I got past that now... apparently finally got whatever it was installed. But now ./configure complains about X libraries: error: You seem to be running X, but no X development libraries

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
Harry Putnam rea...@newsguy.com writes: Still though, I hit a little snap at the end of compile I haven't figured out yet: [...] snipped all but last of `./configure' creating src/epaths.h cd /usr/local/src/bzr/emacs/trunk autoheader /bin/sh: autoheader: not found make: ***

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Osamu Aoki
On Thu, Jun 30, 2011 at 03:17:44PM -0500, Harry Putnam wrote: I'm trying to compile emacs-24 on a newly installed squeeze system. I get the error C compiler cannot create executables Googling on that, gets several different answers. apt-get install build-essentials (didn't didn't

C compiler cannot create executables no good google answers

2011-06-30 Thread Harry Putnam
I'm trying to compile emacs-24 on a newly installed squeeze system. I get the error C compiler cannot create executables Googling on that, gets several different answers. apt-get install build-essentials (didn't didn't help) apt-get install g++ (didn't help) apt-get install libc-dev

Re: C compiler cannot create executables no good google answers

2011-06-30 Thread lee
Harry Putnam rea...@newsguy.com writes: I'm trying to compile emacs-24 on a newly installed squeeze system. Where did you get version 24? I get the error C compiler cannot create executables [...] Can anyone tell me what I need for the compiler to work building emacs? Can the compiler

Re: C compiler cannot create executables no good google answers

2011-06-30 Thread Miles Bader
Harry Putnam rea...@newsguy.com writes: I'm trying to compile emacs-24 on a newly installed squeeze system. I get the error C compiler cannot create executables Since emacs-24 uses autoconf, you can look at the file config.log to see more details about what went wrong running configure

C compiler cannot create executables (Ubuntu 8.04)

2009-01-22 Thread Bernard
to a indiseq.c sourcefile, and then recompile it all... It did work on Debian Sarge on my desktop, it wont on my laptop if the c compiler cannot create executables ! Thanks in advance for any help -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe

Re: C compiler cannot create executables (Ubuntu 8.04)

2009-01-22 Thread Jeff D
On Thu, 22 Jan 2009, Bernard wrote: However, it failed to work here. In the appropriate directory, I first typed './configure'. Things seemed to start all-right, but after a short while it said : C compiler cannot create executables What do I miss so that I get such a reply ? I also get

Re: C compiler cannot create executables (Ubuntu 8.04)

2009-01-22 Thread Bob Cox
On Thu, Jan 22, 2009 at 19:49:10 +0100, Bernard (bdebr...@teaser.fr) wrote: Hi to Everyone, With Debian (and Ubuntu as well), implementation of new software by means of ready-to-install packages, is a most convenient feature. However, time comes when a package is not available, and then

configure error: C compiler cannot create executables

2008-03-29 Thread andy baxter
-3.3.1# ./configure checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. this is what seems to be the relevant part of config.log: gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1

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

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

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

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

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

C Compiler cannot create executables

2008-02-26 Thread Rich Healey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think i did something stupid accidentally apt-get dist-upgrade'd for the first time in 6 months with a compile going in the background, and now when i go to build E the autogen script tells me that gcc can't create executables...? What else CAN it

Re: C Compiler cannot create executables

2008-02-26 Thread Eduardo M KALINOWSKI
On Tue, Feb 26, 2008 at 8:00 AM, Rich Healey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think i did something stupid accidentally apt-get dist-upgrade'd for the first time in 6 months with a compile going in the background, and now when i go to build E the

Re: C Compiler cannot create executables

2008-02-26 Thread Daniel Burrows
On Tue, Feb 26, 2008 at 10:00:13PM +1100, Rich Healey [EMAIL PROTECTED] was heard to say: I think i did something stupid accidentally apt-get dist-upgrade'd for the first time in 6 months with a compile going in the background, and now when i go to build E the autogen script tells me that gcc

Re: Debian Etch : configure: error: C compiler cannot create executables .

2007-07-26 Thread Bruno Schneider
Você está tentando compilar o brasero? Se for está faltando o gcc para compilar, pode instalar usando aptitude install build-essential. Ele instalará o básico de programas para compilar. E já que a Luciana disse que quer instalar, vale lembrar que ela pode instalar um já compilado. -- Bruno

Debian Etch : configure: error: C compiler cannot create executables .

2007-07-25 Thread Luciana Sousa
Olá Gente, Ao tentar instalar o brasero-0.6.0 no Debian Etch, dá o seguinte erro: configure: error: C compiler cannot create executables Como se resolve isso ? -- Grata, Luciana

Re: Debian Etch : configure: error: C compiler cannot create executables .

2007-07-25 Thread Fernando Ike de Oliveira
Em Wed, 25 Jul 2007 10:14:23 -0400 Luciana Sousa [EMAIL PROTECTED] escreveu: Olá Gente, Ao tentar instalar o brasero-0.6.0 no Debian Etch, dá o seguinte erro: configure: error: C compiler cannot create executables Como se resolve isso ? Olá! Você está tentando compilar o brasero? Se

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

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

Configure error: C compiler cannot create executables

2007-02-16 Thread Ken Heard
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,

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

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

Configure :error: C compiler cannot create executables .

2004-09-09 Thread Hélio
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.

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

Re: Compiler error: C compiler cannot create executables

2003-01-21 Thread Rob Weir
On Sun, Jan 19, 2003 at 05:02:31PM +0100, Achton N. Netherclift wrote: Isildur:/home/public/incoming# dpkg -i libc6-dev_2.2.5-11.2_i386.deb Selecting previously deselected package libc6-dev. (Reading database ... 22250 files and directories currently installed.) Unpacking libc6-dev (from

Re: Compiler error: C compiler cannot create executables

2003-01-19 Thread Achton N. Netherclift
At 17:45 18-01-2003 -0500, Stephen Gran wrote: Are you, by any chance, running a mixture of testing and unstable? It seems like you have sources for one version, and another version installed. Explicitly tell apt which version you want to install (or download and dpkg -i the right version).

Re: Compiler error: C compiler cannot create executables

2003-01-18 Thread Eric G. Miller
On Sat, Jan 18, 2003 at 12:07:24PM +0100, Achton N. Netherclift wrote: [snip] According to packages.debian.org, the file that is missing according to the config.logs (crt1.o) is contained in the libc6-dev package. The file is missing on my system, so I attempt to install it: AFAIK crt1.o would

Re: Compiler error: C compiler cannot create executables

2003-01-18 Thread Richard Cobbe
Lo, on Saturday, January 18, Eric G. Miller did write: On Sat, Jan 18, 2003 at 12:07:24PM +0100, Achton N. Netherclift wrote: [snip] According to packages.debian.org, the file that is missing according to the config.logs (crt1.o) is contained in the libc6-dev package. The file is missing

Re: Compiler error: C compiler cannot create executables

2003-01-18 Thread Achton N. Netherclift
At 10:45 18-01-2003 -0500, Richard Cobbe wrote: crt1.o is, I think, an object file containing a big chunk of the C/C++ runtime. In particular, it contains the startup code that does a bunch of initialization, then calls main(). After main() returns, it does a bunch of OS-specific cleanup, like

Re: Compiler error: C compiler cannot create executables

2003-01-18 Thread Stephen Gran
This one time, at band camp, Achton N. Netherclift said: But when I get the error already when ./configure is run, could that mean that I am missing certain libraries? How do I figure out which ones? Yes, probably libc6-dev. I've run apt-get update and apt-get dist-upgrade several times and

C compiler cannot create executables.

2002-10-29 Thread Yevgen Reznichenko
checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables Na ja was nun, ihm fehlt was entscheidendes. Ein Bilck in config.log zeigt: This file contains any messages produced

Re: C compiler cannot create executables.

2002-10-29 Thread Michael Koch
Am Dienstag, 29. Oktober 2002 12:13 schrieb Yevgen Reznichenko: configure:620: checking for gcc configure:733: checking whether the C compiler (gcc ) works configure:749: gcc -o conftestconftest.c 15 /usr/bin/ld: cannot open crt1.o: No such file or directory collect2: ld returned 1

Re: C compiler cannot create executables.

2002-10-29 Thread Andreas Metzler
Yevgen Reznichenko [EMAIL PROTECTED] wrote: [...] Na ja was nun, ihm fehlt was entscheidendes. Ein Bilck in config.log zeigt: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:620: checking for gcc

gcc problem: C compiler cannot create executables.

2002-06-27 Thread Elias Gerber
cannot create executables. ich denke mir fehlt irgendeine package oder so.. ich habe von woody nur das minimum installiert und dann mit apt-get noch verschiedene packages gezogen (samba, tcl, sshd), unter anderem auch 'gcc'. nur scheint das leider nicht ganz zu genügen. hat mir jemand einen

Re: gcc problem: C compiler cannot create executables.

2002-06-27 Thread Eduard Bloch
Moin Elias! Elias Gerber schrieb am Friday, den 28. June 2002: ich denke mir fehlt irgendeine package oder so.. ich habe von woody nur das minimum installiert und dann mit apt-get noch verschiedene packages gezogen (samba, tcl, sshd), unter anderem auch 'gcc'. nur scheint das leider nicht

gcc problems in Woody C Compiler cannot create executables

2001-12-29 Thread Rachel Andrew
Hi I have a new Woody install and need to try and get my soundblaster card working with the alsa drivers, I downloaded these and tried to compile them but get the following error from gcc when I do ./configure C compiler cannot create executables I installed gcc via apt from the testing

Posible causa de C compiler cannot create executables

1999-10-04 Thread Tejada Lacaci, Antonio
Alguna gente de la lista se ha encontrado con el problema de que los programas de instalación les decía C Compiler cannot create executables. El problema está cuando ejecutas el ./configure y no tienes acceso al compilador de C, probad a ejecutar simplemente gcc en línea de comandos y si os da