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

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 (without an s). -- Vincent Lefèvre - W

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 that you want to build

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 built for DEBIAN Squeeze so I c

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

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
lee writes: > 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. > > savannah.gnu.org? Gack ..

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. savannah.gnu.org? >>> I get the error C compiler cann

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-essentials  (didn't didn't help) > >

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 executables >> [...] >> Can anyone tell me

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 configure... look for the actu

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 the compiler create executables

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 so that I get such a reply ? > > I als

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

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 installed. Please post last 30

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 > > MAY be facilitating exploits.

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 risk. But if someone can

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 to use the local c compiler to buil

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 > exploit. Can you post a

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't allow compiling a

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 for this or is it a > permissions issue

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 there another file necessary for thi

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

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 fi

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

Re: c++ compiler problem

2000-09-09 Thread Johann Spies
On Sat, Sep 09, 2000 at 12:49:16PM -0400, Chris Gray wrote: > On Sat, Sep 09, 2000 at 12:58:54PM +0200, Johann Spies wrote: > > I get the following error when I try to compile a short c++ program: > > > > --- > > c++ allvehic.cpp -o voertuig > > cpp: -lang-c++: linker input file unused sin

Re: c++ compiler problem

2000-09-09 Thread Chris Gray
On Sat, Sep 09, 2000 at 12:58:54PM +0200, Johann Spies wrote: > I get the following error when I try to compile a short c++ program: > > --- > c++ allvehic.cpp -o voertuig > cpp: -lang-c++: linker input file unused since linking not done > c++: installation problem, cannot exec `cc1plus':

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 virtually certain exists). > The C+

Re: C++ compiler and lyx install

1999-01-12 Thread J.H.M. Dassen
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 virtually certain exists). The C++ compiler is not par