Re: C++ compiler g++-4.9

2014-12-12 Thread berenger . morel
Le 10.12.2014 13:23, Nick Mpallas a écrit : Hi guys, I am building a platform and I need to compile apache mesos from sources. The issue is that the guys the require support for specific c++11 features that in the 4.7 compiler currently supported by debian aren't there. Will the g++ compiler wi

RE: C++ compiler g++-4.9

2014-12-12 Thread berenger . morel
Le 11.12.2014 13:20, Bonno Bloksma a écrit : Hi, On 12/10/2014 01:23 PM, Nick Mpallas wrote: I am building a platform and I need to compile apache mesos from sources. The issue is that the guys the require support for specific c++11 features that in the 4.7 compiler currently supported by

RE: C++ compiler g++-4.9

2014-12-11 Thread Bonno Bloksma
Hi, > On 12/10/2014 01:23 PM, Nick Mpallas wrote: >> I am building a platform and I need to compile apache mesos from >> sources. The issue is that the guys the require support for specific >> c++11 features that in the 4.7 compiler currently supported by debian >> aren't there. Will the g++ co

Re: C++ compiler g++-4.9

2014-12-10 Thread Maximiliano Curia
On 12/10/2014 01:23 PM, Nick Mpallas wrote: > I am building a platform and I need to compile apache mesos from sources. The > issue is that the guys the require support for specific c++11 features that in > the 4.7 compiler currently supported by debian aren't there. Will the g++ > compiler will be

Re: C++ compiler g++-4.9

2014-12-10 Thread Kumar Appaiah
On Wed, Dec 10, 2014 at 01:23:31PM +0100, Nick Mpallas wrote: >Hi guys, >I am building a platform and I need to compile apache mesos from sources. >The issue is that the guys the require support for specific c++11 features >that in the 4.7 compiler currently supported by debian aren

Re: C++ compiler g++-4.9

2014-12-10 Thread Florent Peterschmitt
Le 2014-12-10 13:23, Nick Mpallas a écrit : > Hi guys, > I am building a platform and I need to compile apache mesos from sources. The > issue is that the guys the require support for specific c++11 features that > in the 4.7 compiler currently supported by debian aren't there. Will the g++

C++ compiler g++-4.9

2014-12-10 Thread Nick Mpallas
Hi guys, I am building a platform and I need to compile apache mesos from sources. The issue is that the guys the require support for specific c++11 features that in the 4.7 compiler currently supported by debian aren't there. Will the g++ compiler will be updated?We would like to use debian as the

Re: C Compiler

2012-11-13 Thread Vincent Lefevre
On 2012-11-13 18:22:17 -0600, John Hasler wrote: > Samuel Morgan writes: > > Where do I get a C Compiler built for DEBIAN Squeeze so I can build > > other packages? > > As others have said, install the "build-essentials" package. It [...] build-essential (with

Re: C Compiler

2012-11-13 Thread John Hasler
Samuel Morgan writes: > Where do I get a C Compiler built for DEBIAN Squeeze so I can build > other packages? As others have said, install the "build-essentials" package. It contains the GNU C compiler and other things you need to packages. First, though, tell us what it is

Re: C Compiler

2012-11-13 Thread Dr Beco
> On Tue, Nov 13, 2012 at 8:23 PM, Samuel Morgan wrote: >> Hi- [cut] >> >> Can you help? What is build-essential? >> >> Thanks, >> >> Tom > On Tue, Nov 13, 2012 at 8:44 PM, Dr Beco wrote: [cut] > #sudo apt-get install build-essential > > (without #). > > Good luck! > Beco Sorry guys, for the

Re: C Compiler

2012-11-13 Thread Dr Beco
Hi Samuel, Try open a terminal window and type: #sudo apt-get install build-essential (without #). Good luck! Beco On Tue, Nov 13, 2012 at 8:23 PM, Samuel Morgan wrote: > Hi- > > I as sent to you to answer this question: > > " >> Where do I get a C Compiler bui

C Compiler

2012-11-13 Thread Samuel Morgan
Hi- I as sent to you to answer this question: " > Where do I get a C Compiler built for DEBIAN Squeeze so I can build other > packages? The page(s) GNU > sends me too either are no longer in service or charge fees. Can you help? Those kinds of questions are better asked

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

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
Harry Putnam 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: *** [/usr/local/

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
Tom Furie 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 >>were

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread lee
Harry Putnam writes: > lee 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 install the relevant dev

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

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
Axel Freyn 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 > > th

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 > >>

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
the bzr server on savannah.org where 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? >&g

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread lee
Harry Putnam writes: > lee writes: > >> Harry Putnam 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

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 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-essen

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Harry Putnam
lee writes: > Harry Putnam 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 executable

Re: C compiler cannot create executables no good google answers

2011-06-30 Thread Miles Bader
Harry Putnam 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 c

Re: C compiler cannot create executables no good google answers

2011-06-30 Thread lee
Harry Putnam 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 th

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-

Re: Intel C++ Compiler, Debian Sid and libstdc++5/6

2009-10-16 Thread Micha Feigin
On Wed, 14 Oct 2009 19:57:12 -0300 Ivan Marin wrote: > Hello all, > > I've just installed the Intel C++ compiler on a Debian Sid, amd64, icc > version 11.1.056. Even with the warnings (system not recognized, binutils > not found, etc), the compiler installs correctly. But

Re: Intel C++ Compiler, Debian Sid and libstdc++5/6

2009-10-14 Thread John Hasler
Package: libstdc++5 Priority: optional Section: libs Installed-Size: 944 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-3.3 (1:3.3.6ds1-18) Version: 1:3.3.6-18 Depends: libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1) Filename: pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_amd64.deb Size: 2916

Intel C++ Compiler, Debian Sid and libstdc++5/6

2009-10-14 Thread Ivan Marin
Hello all, I've just installed the Intel C++ compiler on a Debian Sid, amd64, icc version 11.1.056. Even with the warnings (system not recognized, binutils not found, etc), the compiler installs correctly. But when I try to use it, it complains for libstdc++5. I've searched for the li

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

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

C compiler cannot create executables (Ubuntu 8.04)

2009-01-22 Thread Bernard
e program : he sent me a patch that I had to apply 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-use

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
> > > > 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 compiler default outpu

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: $? =

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

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

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

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 d

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,

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: C Compiler?

2005-05-28 Thread Ionut Georgescu
On Sat, 2005-05-28 at 14:51 -0400, David R. Litwin wrote: > I've yet to find config.log. However, this is what the programme > (Konstruct: Make Install) says: > > checking how to run the C++ preprocessor... /lib/cpp > configure: error: C++ preprocessor "/lib/cpp" fails sanity check > See `config.l

Re: C Compiler?

2005-05-28 Thread David R. Litwin
I've yet to find config.log. However, this is what the programme (Konstruct: Make Install) says: checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details.

Re: C Compiler?

2005-05-24 Thread Adam Mercer
On 25/05/05, David R. Litwin <[EMAIL PROTECTED]> wrote: > Where is config.log? In the directory of the package you're trying to build! Cheers Adam

Re: C Compiler?

2005-05-24 Thread David R. Litwin
Where is config.log?

Re: C Compiler?

2005-05-24 Thread Nikita V. Youshchenko
> This message keeps croping up and giving me heck: > > checking for C compiler default output file name... configure: error: C > compiler cannot create executables > See `config.log' for more details. You probablt don't have either C compiler of libc-dev package insta

C Compiler?

2005-05-23 Thread David R. Litwin
This message keeps croping up and giving me heck: checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. Some thing to do with perl? It says that it can't find a language (some thing) C or place?

chmod o-x `which gcc` considered harmful (was Re: C Compiler)

2004-05-29 Thread Jonathan Dowland
On Wed, May 26, 2004 at 10:31:21AM -0700, Bill Moseley wrote: > On Wed, May 26, 2004 at 09:36:52AM -0600, s. keeling wrote: > > Usenix' ;login: had an article recently discussing this sort of > > vulnerability. If you're letting just anyone at your C compiler, you > &g

Re: C Compiler

2004-05-26 Thread Bill Moseley
On Wed, May 26, 2004 at 09:36:52AM -0600, s. keeling wrote: > Usenix' ;login: had an article recently discussing this sort of > vulnerability. If you're letting just anyone at your C compiler, you > MAY be facilitating exploits. I suppose any access is more of a security ri

Re: C Compiler

2004-05-26 Thread s. keeling
Incoming from Bill Moseley: > On Wed, May 26, 2004 at 03:10:54AM +0300, Micha Feigin wrote: > > I could be a permission issue. I know some systems don't allow > > compiling as a regular user for security reasons so that if crackers > > break in they won't be able

Re: C Compiler

2004-05-26 Thread Bill Moseley
On Wed, May 26, 2004 at 03:10:54AM +0300, Micha Feigin wrote: > I could be a permission issue. I know some systems don't allow > compiling as a regular user for security reasons so that if crackers > break in they won't be able to use the local c compiler to build a root > ex

Re: C Compiler

2004-05-25 Thread Micha Feigin
On Tue, May 25, 2004 at 03:15:35PM -0500, Edwards, Thomas W. wrote: > I am attempting to install mysql , while compiling I get an error that > says C Compiler cannot create executables? Does this error sound > familiar? > I could be a permission issue. I know some systems don'

Re: C Compiler

2004-05-25 Thread Martin Dickopp
"Edwards, Thomas W." <[EMAIL PROTECTED]> writes: > I am attempting to install mysql , while compiling I get an error that > says C Compiler cannot create executables? Does this error sound > familiar? > > I put the log below, is there another file necessary fo

Re: C Compiler

2004-05-25 Thread s. keeling
Incoming from Mauricio: > At 15:15 -0500 5/25/04, Edwards, Thomas W. wrote: > >I am attempting to install mysql , while compiling I get an error that > >says C Compiler cannot create executables? Does this error sound > >familiar? > > > >I put the log below, is

Re: C Compiler

2004-05-25 Thread Mauricio
At 15:15 -0500 5/25/04, Edwards, Thomas W. wrote: I am attempting to install mysql , while compiling I get an error that says C Compiler cannot create executables? Does this error sound familiar? I put the log below, is there another file necessary for this or is it a permissions issue. Thanks

C Compiler

2004-05-25 Thread Edwards, Thomas W.
I am attempting to install mysql , while compiling I get an error that says C Compiler cannot create executables? Does this error sound familiar? I put the log below, is there another file necessary for this or is it a permissions issue. Thanks. >From Config Log: configure:2619: checking fo

Re: C compiler logs and history

2004-01-08 Thread Vincent Lefevre
On 2004-01-08 03:13:13 +0100, Florian Ernst wrote: > How about redirecting the output of your gcc invocation like > $ gcc ... > stdout.log 2> stderr.log (see man bash -> REDIRECTION) > or compiling inside a script session (see man script) and using grep > and friends on the logs thereafter. Yes, b

Re: C compiler logs and history

2004-01-07 Thread Florian Ernst
Hello Vincent! On Wed, Jan 07, 2004 at 03:40:30PM +0100, Vincent Lefevre wrote: Does anyone know if there exists a C compiler (gcc) wrapper (or a similar tool) that would provide logs and history on warnings? For instance, I would like to know information such as when a warning appeared for the

C compiler logs and history

2004-01-07 Thread Vincent Lefevre
Hi, Does anyone know if there exists a C compiler (gcc) wrapper (or a similar tool) that would provide logs and history on warnings? For instance, I would like to know information such as when a warning appeared for the first time, when new warnings appeared and things like that. -- Vincent

Re: on ./configure I get a gcc C Compiler error: what am I missing ??

2003-12-29 Thread Bijan Soleymani
On Mon, Dec 29, 2003 at 08:58:43PM +0100, Axel Burwitz wrote: > Now: > when I want to do: "./configure" in the sources directory, I get the error > message > > "error: C compiler cannot create executables" I think this may be because you are missing libc

on ./configure I get a gcc C Compiler error: what am I missing ??

2003-12-29 Thread Axel Burwitz
e "error: C compiler cannot create executables" (following from config.log): configure:1614: checking for C compiler default output file name configure:1617: gccconftest.c >&5 /usr/bin/ld: cannot open crt1.o: No such file or directory collect2: ld returned 1 exit st

Re: apt-get install c-compiler

2003-08-18 Thread Greg Folkert
On Sun, 2003-08-17 at 19:45, Dan Jacobson wrote: > # apt-get install c-compiler > Package c-compiler is a virtual package provided by: > gcc-3.0 1:3.0.4-13 > tcc 0.9.19-1 > gcc272 2.7.2.3-18 > gcc-3.3 1:3.3.1-1 > gcc-3.2 1:3.2.3-7 > gcc-2.95 1:2.95.4-17 > g

Re: apt-get install c-compiler

2003-08-18 Thread Colin Watson
On Mon, Aug 18, 2003 at 07:45:17AM +0800, Dan Jacobson wrote: > # apt-get install c-compiler 2>&-|awk '/^ /{print $1}'|xargs -r dpkg -l|grep ^i > ii gcc-3.03.0.4-13 The GNU C compiler. > ii gcc-3.33.3.1-0pre0The GN

Re: apt-get install c-compiler

2003-08-17 Thread nate
Dan Jacobson said: > Indeed I see I have a "subscription" to every new version, with no > automatic mechanism to get rid of the old. Is this the ideal situation? since they are seperate packages ..they won't remove each other. if you want to maintain just 1 C compiler

apt-get install c-compiler

2003-08-17 Thread Dan Jacobson
# apt-get install c-compiler Package c-compiler is a virtual package provided by: gcc-3.0 1:3.0.4-13 tcc 0.9.19-1 gcc272 2.7.2.3-18 gcc-3.3 1:3.3.1-1 gcc-3.2 1:3.2.3-7 gcc-2.95 1:2.95.4-17 gcc 4:3.3.1-1 bcc 0.16.3-2 altgcc 1:2.7.2.3-2 You should explicitly select one to install

Re: Borland Kylix on Linux - Both Pascal and a C compiler

2003-04-06 Thread Tinus Kotzé
ch includes the functionality in the uses clause. You can use the help file to find the spesific needed units. I have rarely touched that uses clause. Only in some database applications. Tinus On Sun, 2003-04-06 at 08:10, S Yuval wrote: > Actually, Kylix comes with both a Pascal compiler and a

Re: Borland Kylix on Linux - Both Pascal and a C compiler

2003-04-05 Thread S Yuval
Actually, Kylix comes with both a Pascal compiler and a C++ compiler. It's shipped in the same bundle, but the uses different startup scripts (startbcb for a "C++ Builder" like environment and "startdelphi" for a Pascal like environment). - Original Message - F

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 li

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). m

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

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 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 > > m

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 wou

Compiler error: C compiler cannot create executables

2003-01-18 Thread Achton N. Netherclift
. gcc checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. config.log: configure: In function `main': configure:1592: `__MINGW32__' undeclared (first use in this function) ... configure

FYI: Installing the Intel C++ compiler on Debian SID

2002-03-12 Thread Douglas Eck
Hello All, I wanted to play around with the free (as in beer) Intel C++ compiler. It was a bit of work to get it going on Sid. I thought I'd post my experiences to debian-user. These instructions might be invalid in a week. I'm not a glibc pro so I can't say PS Please don&#

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 t

Re: C compiler.

2001-01-02 Thread D-Man
When compiling C/C++ code you must tell the compiler exactly which libraries you are using. The first step is with the preprocessor to include the header files. The second step is with the linker to tell it where the functions/classes are actually implemented. If you really want to use gcc inst

Re: C compiler.

2001-01-02 Thread Ben Collins
On Tue, Jan 02, 2001 at 06:09:56PM -0800, Xucaen wrote: > huh??? it doesn't mention anything about this in > the man pages (man gcc) > why does it do this? I am having similar problems > with iostream.h Uh, iostream.h is part of the C++ library. You need to compile C++ programs using the g++ prog

Re: C compiler.

2001-01-02 Thread Richard Cobbe
Lo, on Tuesday, January 2, Xucaen did write: > huh??? it doesn't mention anything about this in > the man pages (man gcc) Well, not in *that* man page, anyway. Normally, the man page for the library function in question will tell you what libraries you have to link against; pow(3) unfortunately

Re: C compiler.

2001-01-02 Thread Xucaen
huh??? it doesn't mention anything about this in the man pages (man gcc) why does it do this? I am having similar problems with iostream.h --- Ben Collins <[EMAIL PROTECTED]> wrote: > On Tue, Jan 02, 2001 at 11:05:50PM +, paul > wrote: > > hello all, > > i'm trying to compile (gcc filename.c)

Re: C compiler.

2001-01-02 Thread paul
thanks for all the reply's to my question. all working now :) -- cheers, paul

Re: C compiler.

2001-01-02 Thread Moritz Schulte
"paul" <[EMAIL PROTECTED]> writes: > i'm trying to compile (gcc filename.c) the following program, but it seems > math.h isn't being found. The header file math.h is found. But the _function definitions_, which are part of the libc, are not found: [...] > /tmp/ccCw1SMR.o(.text+0x52): undefined r

Re: C compiler.

2001-01-02 Thread Ben Collins
On Tue, Jan 02, 2001 at 11:05:50PM +, paul wrote: > hello all, > i'm trying to compile (gcc filename.c) the following program, but it seems > math.h isn't being found. > > this is the error: > /tmp/ccCw1SMR.o: In function `main': > /tmp/ccCw1SMR.o(.text+0x52): undefined reference to `pow' > co

C compiler.

2001-01-02 Thread paul
hello all, i'm trying to compile (gcc filename.c) the following program, but it seems math.h isn't being found. this is the error: /tmp/ccCw1SMR.o: In function `main': /tmp/ccCw1SMR.o(.text+0x52): undefined reference to `pow' collect2: ld returned 1 exit status #include #include main() { con

Re: c++ compiler problem

2000-09-09 Thread Johann Spies
ang-c++: linker input file unused since linking not done > > c++: installation problem, cannot exec `cc1plus': No such file or > > directory > Somehow your gcc installation has gotten messed up. Perhaps you > compiled gcc on your own and installed it in /usr/local/bin? If s

Re: c++ compiler problem

2000-09-09 Thread Chris Gray
nnot exec `cc1plus': No such file or > directory > - > and the following error when I run configure on wxGTK-sources > - > checking for gcc... gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc )

c++ compiler problem

2000-09-09 Thread Johann Spies
when I run configure on wxGTK-sources - checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to ru

Re: free c compiler 8051

2000-06-30 Thread Vicente
http://sdcc.sourceforge.net/ (from http://www.geda.seul.org/links.html) "A.M" wrote: > dear friend > > do u have any free c compiler 8051 to send me or know about it > > Best regards > A.Madinei > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

free c compiler 8051

2000-06-30 Thread A.M
dear friend do u have any free c compiler 8051 to send me or know about it Best regards A.Madinei

Re: free c compiler 8051

2000-03-09 Thread Wojciech Zabolotny
On Wed, Mar 08, 2000 at 09:17:53PM -0600, Jorge Arturo Colorado wrote: > i will apreciate if you can send me a c compiler(8051) and instruccion > i devoloped project in assembly languaje ,but i think that this c > compiler can help me to develope the program quickly. > Sincerily your

free c compiler 8051

2000-03-09 Thread Jorge Arturo Colorado
i will apreciate if you can send me a c compiler(8051) and instruccion i devoloped project in assembly languaje ,but i think that this c compiler can help me to develope the program quickly. Sincerily yours Jose Antonio Molina

Are there any plans to package the SDCC - freeware C compiler for 8051 and relatives?

1999-10-11 Thread Wojciech Zabolotny
Hi All! I'm interested if there are any plans to package for Debian the sdcc (http://www.geocities.com/ResearchTriangle/Forum/1353) - a very good, rapidly developed freeware C compiler for 8051 and relative microprocs. --

SDCC - a free C compiler for 8051. Is available as deb package?

1999-06-06 Thread Wojciech Zabolotny
Hi! I'm interested if there are any plans to debianize the SDCC, a very good GPL'd C compiler for 8051 (and similar) microcontrollers? It is available at http://www.geocities.com/ResearchTriangle/Forum/1353 -- Wojciech Zabolotny [EMAIL

Recommendations C++ compiler and IDE.

1999-03-24 Thread Person, Roderick
Hey All, I need recommendations for a C++ compiler and IDE. I am an app developer for a health insurance company, pretty small in size. 3 peopl in the IS shop. So far I have been unsuccesful in my attempts to get the higher ups to switch for a NT network to Debian. So, I like to be able to work

Re: C++ compiler and lyx install

1999-01-12 Thread Richard E. Hawkins Esq.
Ray rote, > On Mon, Jan 11, 1999 at 23:30:17 -0600, Brent Hueth wrote: > > I'm (a newbie) trying to do something relatively simple: install lyx on > > debian. When I try to use configure it complains that it's unable to find > > a working C++ compiler (that I'm

  1   2   >