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
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
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
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
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
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++
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
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
> 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
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
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
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/
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
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
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
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
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
> >>
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 ..
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
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)
>
>
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
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
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
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
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
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
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
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
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.
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
Where is config.log?
> 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
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.
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
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
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
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
"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
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
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
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
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
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
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
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
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)
thanks for all the reply's to my question.
all working now :)
--
cheers,
paul
"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
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
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
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':
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+
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
53 matches
Mail list logo