473,473 Members | 1,888 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

cannot create 'c' executables

mac
when a c program is compiled using 'gcc test.c'

'cannot create c executables is thrown'

I cannot able to figure out the problem

could anyone help me.

Thanks.

Nov 14 '05 #1
9 1394

mac wrote:
when a c program is compiled using 'gcc test.c'

'cannot create c executables is thrown'

I cannot able to figure out the problem

could anyone help me.


Um, that's not very helpful [or ontopic for the group btw]... um what
distro of GCC are you using [i.e. where did it come from].

Tom

Nov 14 '05 #2
mac <ap*****@ici.comneti.com> wrote:
when a c program is compiled using 'gcc test.c'
First of all, this group is _not_ about how to get a certain compiler
to work. It's only about the language C, not the tools you may be using.
'cannot create c executables is thrown' I cannot able to figure out the problem


Neither can we since you don't even give the slightest hint what's
really going wrong. The text 'cannot create c executables is thrown'
is rather unlikely to be even the error message you got. Perhaps you
should read a bit of

http://www.catb.org/~esr/faqs/smart-questions.html

Regards, Jens
--
\ Jens Thoms Toerring ___ Je***********@physik.fu-berlin.de
\__________________________ http://www.toerring.de
Nov 14 '05 #3
"mac" <ap*****@ici.comneti.com> writes:
when a c program is compiled using 'gcc test.c'

'cannot create c executables is thrown'

I cannot able to figure out the problem


<OT>
Did you really get that message from gcc itself? My best guess (based
on inadequate information) is that "gcc test.c" was invoked from a
configure script. Was that the exact message, including the "is
thrown"?
</OT>

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 14 '05 #4
mac
No sorry.. I misplaced the qoutes. 'is thrown ' is not included in that
error message.

I am getting this message when trying to compile the c file using gcc.

Thanks

Nov 14 '05 #5
mac
Thanks.

I know that this group is _not_ about how to get a certain compiler to
work. Eventhough posting this question here is beacuse I thought that
still somebody will be able to help me.

Nov 14 '05 #6
"mac" <ap*****@ici.comneti.com> writes:
Thanks.

I know that this group is _not_ about how to get a certain compiler to
work. Eventhough posting this question here is beacuse I thought that
still somebody will be able to help me.


Try gnu.gcc.help.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 14 '05 #7
"mac" <ap*****@ici.comneti.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
No sorry.. I misplaced the qoutes. 'is thrown ' is not included in that
error message.

I am getting this message when trying to compile the c file using gcc.


If you want any useful help, you're going to need to paste the invocation
and exact error messages you get, and probably the source file as well.

S

--
Stephen Sprunk "Stupid people surround themselves with smart
CCIE #3723 people. Smart people surround themselves with
K5SSS smart people who disagree with them." --Aaron Sorkin

Nov 14 '05 #8
In article <1109345060.5b7c344b3d8942fa8d5ae65b1cfe825c@teran ews>,
Stephen Sprunk <st*****@sprunk.org> wrote:
"mac" <ap*****@ici.comneti.com> wrote in message
news:11**********************@z14g2000cwz.googleg roups.com...
No sorry.. I misplaced the qoutes. 'is thrown ' is not included in that
error message.

I am getting this message when trying to compile the c file using gcc.


If you want any useful help, you're going to need to paste the invocation
and exact error messages you get, and probably the source file as well.


My first impression was that he was trying to compile in a directory w/o
write permission, but then I realized something. That particular error
message means that gcc is mis-configured (or not configured at all) on the
particular system.

(So, I don't think it is either a source file issue or a command line
issue. And it is, of course, completely OT here...)

Nov 14 '05 #9
see if you have libcdev installed?

Nov 14 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Fie Fie Niles | last post by:
At our client site, they are using IIS 5.0. We created a virtual directory that points to a directory on the IIS server, and gave the execute permissions as "Scripts and Executables". When we...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
1
by: code_wrong | last post by:
Hi, I'm reading this: http://www.catch22.net/tuts/selfdel.asp (Self Deleting Executables) and playing around with the batch file method .. trouble is I always get a command box at the end with...
1
by: TM | last post by:
I am trying to create an asp.net web application in Visual Studio.Net 2003 and when I try to create it on my windows 2003 server, I get this error "The web server reported the following error when...
3
by: raja_svks | last post by:
Hi Group, I just want to develop a language of my own. Not a big one.. Just I want to write a line like printme("Hello World"); I want to create a compiler to compile this and convert into...
7
by: dinamointer | last post by:
Could you help me in this problem: I want to launch an exe file(executable jar file) from a web page. I use jsp...and i cannot use vbScript...? could u tell me how should i do it? Thanks
1
by: Daniel Mark | last post by:
Hello all: I have following code that works well under command line, but it doesn't work after I convert it as exe application. ############### file: testPath.py import getopt, math, sys,...
0
by: A W | last post by:
Hello, I am encountering the following scenario while compiling a project under Visual Studio 2005 with the floating point model set as precise. Two executables A and B share a common dll C. ...
6
by: =?Utf-8?B?Q2hhcmxlcyBS?= | last post by:
I have two different executables that I want to build w/ the same source but in 2 different compilers, vs60 and vs2008. I have 2 different configurations w/ different options etc, but I want one...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.