Hello Greg!
On 1/16/25 21:31, Greg Wooledge wrote:
> On Thu, Jan 16, 2025 at 20:27:17 +, Johannes Krottmayer wrote:
>> $ g++ -lvulkan -o test test.cpp
>
> If I recall correctly, the library options need to be *after* the object
> files that use them. Thus:
>
> g++ -o test test.cpp -lvu
On Thu, Jan 16, 2025 at 20:27:17 +, Johannes Krottmayer wrote:
> $ g++ -lvulkan -o test test.cpp
If I recall correctly, the library options need to be *after* the object
files that use them. Thus:
g++ -o test test.cpp -lvulkan
Hello,
I have encountered an issue when trying to compile and link against
libvulkan with the GNU C++ compiler and GNU ld. Get 'undefined
reference' errors on all library calls with:
$ g++ -lvulkan -o test test.cpp
The related package is installed on my system (also
the developme
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++
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
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
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
> 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 bui
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
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
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
> >>
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
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
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
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
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
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
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-
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
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
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
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
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
-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
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
-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
> >
> > 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
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: $? =
-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
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
-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
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
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
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
-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,
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,
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 insta
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?
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
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
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
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
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'
"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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
. 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
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
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
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
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
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
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 )
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
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
dear friend
do u have any free c compiler 8051 to send me or know about it
Best regards
A.Madinei
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
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
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.
--
1 - 100 of 115 matches
Mail list logo