[newbie] C++ Compiler?

2003-07-23 Thread Cody Harris
Will gcc compile C++ code? -Cody Harris Linux Rox My Sox! Check out HCHS! http://vectec.net Proud to use Mandrake Linux 8.1 as a server. Not proud to use Windows as a primary server. Registered Linux user #315598 Registered Linux Computer #200951 Wrote on a Windoze Computer :( Want to buy

Re: [newbie] C++ Compiler?

2003-07-23 Thread Charles A Edwards
On Wed, 23 Jul 2003 14:51:50 -0300 Cody Harris [EMAIL PROTECTED] wrote: Will gcc compile C++ code? Yes, as long as you have gcc-c++ and its assoc. libs installed Charles -- You can go anywhere you want if you look serious and carry a clipboard -- Murphy's Laws on Work

Re: [newbie] C++ Compiler?

2003-07-23 Thread Cody Harris
Why is yout message blank? - Original Message - From: Charles A Edwards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 4:42 PM Subject: Re: [newbie] C++ Compiler? Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] C++ Compiler?

2003-07-23 Thread Paul
On Wed, 2003-07-23 at 19:51, Cody Harris wrote: Will gcc compile C++ code? Yes, no problem. Paul -- The tongue is but three inches long, yet it can kill a man six feet high. -Japanese Proverb http://nlpagan.net - Linux Mandrake - Ximian Evolution Want to buy your Pack or Services from

Re: [newbie] C++ Compiler?

2003-07-23 Thread Anne Wilson
On Wednesday 23 Jul 2003 8:43 pm, Cody Harris wrote: Why is yout message blank? Possibly Outlook Express doesn't display signed messages correctly? Anne Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] C++ Compiler?

2003-07-23 Thread Tom Brinkman
On Wednesday July 23 2003 04:10 pm, Cody Harris wrote: Maybe...it says all messages have an attachment...but it won't let me see it. I believe Anne already surmised your bigger problem. Your 'X-Mailer: Microsoft Outlook Express 6.00.2800.1158' is the problem. Possibly Outlook Express

RE: [newbie] C-compiler

2002-02-01 Thread Robert Todd
The one that ships with Linux, GCC. =) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of ege7 Sent: Thursday, January 31, 2002 12:12 PM To: [EMAIL PROTECTED] Subject: [newbie] C-compiler Hi! What is the best c-compiler? Regards! Want to buy

[newbie] C-compiler

2002-01-31 Thread ege7
Hi! What is the best c-compiler? Regards! Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] c compiler and its problem in 8.0

2002-01-01 Thread Len Lawrence
On Mon, 31 Dec 2001, Pen Gwynne wrote: Eric, Please do gcc -v or cc -v and tell us what it says. I have the following 4 line program: int main() { printf(Hello World!); } - snip -- Now let me say this. My prompt is the normal, or

Re: [newbie] c compiler and its problem in 8.0

2002-01-01 Thread Lee Roberts
What warnings are you getting? Anyway, you need to add a return value unless you change to function from int main() to void main(). void main() is considered to be bad programming though. Add return 0; as your last line in the main() function. That will return the integer value of 0 (zero) to

Re: [newbie] c compiler and its problem in 8.0

2001-12-31 Thread Pen Gwynne
Eric, Please do gcc -v or cc -v and tell us what it says. I have the following 4 line program: int main() { printf(Hello World!); } It compiles and run properly, even without the normal #include files. I am using a straight Mandrake 8.1 installation

Re: [newbie] c compiler and its problem in 8.0

2001-12-31 Thread eric
Dear Pen: I tried your 4 lines program, it still not print out even I use gcc -v or cc -v to compile, actually after the gcc -v I got a lot of junks waring. Same thing, at bash it is not be printed, but it can be shown at csh. rpm -q gcc 2.96-0.48mdk (probably straight from 8.0 standard

Re: [newbie] c compiler and its problem in 8.0

2001-12-29 Thread tester
eric wrote: Dear mandrake 8.0 standard user: I used simple c program hello world, in printf(hello world) it did not print at all, until I add \n\n at the end of the line of hello world, then it print as what it should be. but that kind of result is not correct. it never happen at redhat 7.1

Re: [newbie] c compiler and its problem in 8.0

2001-12-29 Thread eric
Dear tester: Thanks your fast replay, but whether put \n or not put \n at string will violate the c syntax so it wont print in printf still worth to discuss-I will check my c programming book later to discuss with our community. /* I actually download and install many new gcc and its related

[newbie] c compiler and its problem in 8.0

2001-12-28 Thread eric
Dear mandrake 8.0 standard user: I used simple c program hello world, in printf(hello world) it did not print at all, until I add \n\n at the end of the line of hello world, then it print as what it should be. but that kind of result is not correct. it never happen at redhat 7.1 or

Re: [newbie] C Compiler

2001-07-22 Thread George Baker
civileme wrote: On Friday 20 July 2001 20:56, George Baker wrote: A V Flinsch wrote: On Wednesday 18 July 2001 17:03, you wrote: Trying to install koffice 2.0.1 and kfinance 0.2.0 and keep getting the message that the C Compiler can't create executables. I have installed gcc

Re: [newbie] C Compiler

2001-07-20 Thread civileme
On Friday 20 July 2001 20:56, George Baker wrote: A V Flinsch wrote: On Wednesday 18 July 2001 17:03, you wrote: Trying to install koffice 2.0.1 and kfinance 0.2.0 and keep getting the message that the C Compiler can't create executables. I have installed gcc and gcc -c++. This is the

[newbie] C Compiler

2001-07-18 Thread George Baker
Trying to install koffice 2.0.1 and kfinance 0.2.0 and keep getting the message that the C Compiler can't create executables. I have installed gcc and gcc -c++. This is the config.log I get: Thanks George Baker South Africa This file contains any messages produced by compilers while running

[newbie] c++ compiler question

2001-05-04 Thread Barbara
I am trying to compile ddd. When I run the configure, I get this error: checking whether the C compiler (gcc) compiles and links a simple C program... yes checking for c++... c++ checking whether the C++ compiler (c++ /usr/bin/c++ ) works... yes checking whether the C++ compiler (c++

Re: [newbie] C compiler cannot create executables

2000-07-08 Thread Dana
- From: Steven Cook [EMAIL PROTECTED] To: Linux-Mandrake [EMAIL PROTECTED] Sent: Friday, July 07, 2000 4:42 PM Subject: [newbie] C compiler cannot create executables *This message was transferred with a trial version of CommuniGate(tm) Pro* Hi, This is my first post as I just subscribed, so

[newbie] C compiler cannot create executables

2000-07-07 Thread Steven Cook
Hi, This is my first post as I just subscribed, so I'm sorry if I'm going over old ground. I recently installed Mandrake 7.0 on a new disk in a PII 233Mhz machine. I am trying to learn how to install packages from a "tarball" but run into a problem when I try to run ./configure, it fails

Re: [newbie] C compiler cannot create executables

2000-07-07 Thread Victor Richardson
Linux-Mandrake actually has extremely detailed documentation on practically everything dealing with Mandrake, including compiling and installing new kernels. The overall Reference guide is at: http://www.linux-mandrake.com/guides71/en/mdkrefguide/index.html And the section specifically

Re: [newbie] C compiler cannot create executables

2000-07-07 Thread Victor Richardson
Please forgive my previous post, I accidentally sent it to the wrong message. Victor Steven Cook wrote: Hi, This is my first post as I just subscribed, so I'm sorry if I'm going over old ground. I recently installed Mandrake 7.0 on a new disk in a PII 233Mhz machine. I am trying to

Re: [newbie] C++ Compiler Help

2000-03-08 Thread Emanuele La Rosa
] C++ Compiler Help Here's how I do it: g++ -o executable_name source_code.cpp That should compile it. I personally have that all set up into a script so it takes less time to type. Put #!/bin/bash g++ -o $1 $1.cpp; ./$1 into a text file, like "compile", chmod it

Re: [newbie] C++ Compiler Help

2000-03-08 Thread ChOPpY C. Chipper
Hey, What is the name of The RPM On The Mandrake 7.0-2 ISO? Which Inlcudes The Header Filez For C++? Thanks, Julien - Original Message - From: Emanuele La Rosa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 08, 2000 5:00 AM Subject: Re: [newbie] C++ Compiler Help Il

Re: [newbie] C++ Compiler Help

2000-03-08 Thread Anthony Huereca
http://rpmfind.net/linux/RPM/mandrake/7.0/Mandrake/RPMS/libstdc++-devel-2.95.2-3mdk.i586.html http://rpmfind.net/linux/RPM/mandrake/7.0/Mandrake/RPMS/libstdc++-2.95.2-3mdk.i586.html Hey, What is the name of The RPM On The Mandrake 7.0-2 ISO? Which Inlcudes The Header Filez For C++? Thanks,

Re: [newbie] C++ Compiler Help

2000-03-07 Thread ChOPpY C. Chipper
: Re: [newbie] C++ Compiler Help Here's how I do it: g++ -o executable_name source_code.cpp That should compile it. I personally have that all set up into a script so it takes less time to type. Put #!/bin/bash g++ -o $1 $1.cpp; ./$1 into a text file, like "compile", chmod it

Re: [newbie] C++ Compiler Help

2000-03-06 Thread Anthony Huereca
Here's how I do it: g++ -o executable_name source_code.cpp That should compile it. I personally have that all set up into a script so it takes less time to type. Put #!/bin/bash g++ -o $1 $1.cpp; ./$1 into a text file, like "compile", chmod it (chmod u+x compile), and move it in your path,

[newbie] C++ Compiler Help

2000-03-06 Thread ChOPpY C. Chipper
hey, this is an easy question: How do I compile a program under g++ I just can't figure it out lets say, I have a file called "test.cpp" under / the dir how would I compile it? when i try, it does not return anything on the command line and just makes a new command line, just like when i

Re: [newbie] C++ compiler problem

1999-12-30 Thread John Aldrich
On Wed, 29 Dec 1999, you wrote: hi all i seem to be having problems installing programs. I am pretty new to all this,but have downloaded ZZplayer an mpeg player and untarred and ungzipped it but then cannot get it to compile with ./configure keep getting error no acceptable C++-compiler

[newbie] C++ compiler problem

1999-12-29 Thread duncan
hi all i seem to be having problems installing programs. I am pretty new to all this,but have downloaded ZZplayer an mpeg player and untarred and ungzipped it but then cannot get it to compile with ./configure keep getting error no acceptable C++-compiler found in$path. Is this simply that C++

Re: [newbie] c++ Compiler problem

1999-12-24 Thread Axalon Bloodstone
On Thu, 23 Dec 1999, Dana wrote: I am trying to install MySQL on my Mandrake 6.0 machine. I start the /configure file and it does some checking of the system. When it checks the c++ compiler it returns this error message and stops. anytime a ./configure fails you can look in config.log to

Re: [newbie] c++ Compiler problem

1999-12-24 Thread Dana
On Thu, 23 Dec 1999, Dana wrote: I am trying to install MySQL on my Mandrake 6.0 machine. I start the /configure file and it does some checking of the system. When it checks the c++ compiler it returns this error message and stops. anytime a ./configure fails you can look in

Re: [newbie] c++ Compiler problem

1999-12-24 Thread Axalon Bloodstone
On Fri, 24 Dec 1999, Dana wrote: On Thu, 23 Dec 1999, Dana wrote: I am trying to install MySQL on my Mandrake 6.0 machine. I start the /configure file and it does some checking of the system. When it checks the c++ compiler it returns this error message and stops. anytime

Re: [newbie] c++ Compiler problem

1999-12-24 Thread Tom Brinkman
http://www.mandrakeuser.org/ has a great section under 'Linux' Basics' for what files you need to have to use the compiler, and how to compile from source. Merry Christmas y'all -- .. Tom Brinkman[EMAIL PROTECTED] . On Fri, 24 Dec

[newbie] C++ compiler broken?

1999-10-14 Thread Gerry Marcelo
Greetings to all: I have a "Workstation" default install of Mandrake 6.1, and loving it! However, I have attempted to compile a few games and have run into a problem: when I run "./configure" the process runs for a while and then returns an error with my C++ compiler. The process checks to see

Re: [newbie] C++ compiler broken?

1999-10-14 Thread John Aldrich
On Thu, 14 Oct 1999, you wrote: Greetings to all: I have a "Workstation" default install of Mandrake 6.1, and loving it! However, I have attempted to compile a few games and have run into a problem: when I run "./configure" the process runs for a while and then returns an error with my

Re: [newbie] C Compiler

1999-09-30 Thread Richard Adams
On Thu, 30 Sep 1999, you wrote: I don't have a cc installed on my sys, and for the life of me cannot find one. Is there a list that describes that packages on the mandrake cd so that i can identify which one to install, or do i have to go through them one at a time... Still I have not much of an

[newbie] C Compiler

1999-09-29 Thread Regional Webmaster
I don't have a cc installed on my sys, and for the life of me cannot find one. Is there a list that describes that packages on the mandrake cd so that i can identify which one to install, or do i have to go through them one at a time... Still I have not much of an idea of what i am doing, but

Re: [newbie] C Compiler

1999-09-29 Thread Steve Philp
Regional Webmaster wrote: I don't have a cc installed on my sys, and for the life of me cannot find one. Is there a list that describes that packages on the mandrake cd so that i can identify which one to install, or do i have to go through them one at a time... Still I have not much of an

X11Amp (was --Re: [newbie] C++ compiler error when loading programs)

1999-09-05 Thread John Aldrich
On Sat, 04 Sep 1999, you wrote: Johnwe're talking about the Linux Mandrake distribution here, mostly about version 6.0. On the GPL distribution CD of mdk 6.0 there is an rpm called x11amp-0.9beta1.1-1mdk.i586.rpm. On that CD there is no package called XMMS (or Xmms or xmms). x11amp

Re: X11Amp (was --Re: [newbie] C++ compiler error when loading programs)

1999-09-05 Thread Paul Benjamin
Take a look at http://www.freeamp.org/ they claim to support streaming. I haven't tried this yet but I have been meaning to. PBen On Sun, 05 Sep 1999 10:48:25 -0400, Steve Philp [EMAIL PROTECTED] wrote: Does it support streaming via URL? I like to listen to Geeks In Space, but don't want to

Re: X11Amp (was --Re: [newbie] C++ compiler error when loading programs)

1999-09-05 Thread John Aldrich
On Sun, 05 Sep 1999, you wrote: The reason they didn't include xmms is because it wasn't even a glimmer in anyone's eye when 6.0 came out. You can't ship what hasn't been created yet! :) Ahhthat explains it. :-) Does it support streaming via URL? I like to listen to Geeks In Space,

Re: X11Amp (was --Re: [newbie] C++ compiler error when loading programs)

1999-09-05 Thread Alan Shoemaker
John Aldrich wrote: On Sat, 04 Sep 1999, you wrote: Johnwe're talking about the Linux Mandrake distribution here, mostly about version 6.0. On the GPL distribution CD of mdk 6.0 there is an rpm called x11amp-0.9beta1.1-1mdk.i586.rpm. On that CD there is no package called XMMS

Re: [newbie] C++ compiler error when loading programs

1999-09-04 Thread Alan Shoemaker
John Aldrich wrote: On Fri, 03 Sep 1999, you wrote: It was still called X11Amp in the Mandrake 5.3 release. Brian Yeah...they renamed it a couple months back to XMMS... :-) John John (Brian too)I don't think that the above is true. My mdk 6.0 installation has an icon in

Re: [newbie] C++ compiler error when loading programs

1999-09-04 Thread John Aldrich
On Sat, 04 Sep 1999, you wrote: John (Brian too)I don't think that the above is true. My mdk 6.0 installation has an icon in Application Starter/Multimedia named X11Amp.kdelnk which links to an executable called /usr/X11R6/bin/x11amp. Then it's an older version. Go to www.xmms.org

RE: [newbie] C++ compiler error when loading programs

1999-09-04 Thread Ken Wilson
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Aldrich Sent: Saturday, September 04, 1999 4:38 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] C++ compiler error when loading programs On Sat, 04 Sep 1999, you wrote: John (Brian too)I don't think that the above is true. My

Re: [newbie] C++ compiler error when loading programs

1999-09-04 Thread Alan Shoemaker
John Aldrich wrote: On Sat, 04 Sep 1999, you wrote: John (Brian too)I don't think that the above is true. My mdk 6.0 installation has an icon in Application Starter/Multimedia named X11Amp.kdelnk which links to an executable called /usr/X11R6/bin/x11amp. Then it's an older

[newbie] C++ compiler error when loading programs

1999-09-03 Thread Jim Snyder
Hi I tried to load a couple programs last night for MP3 players and extracted the files into another folder before installation. They were supposed to install with the ./configure command and then 'make' and then 'make install'. I saw some action on the screen as if things were proceeding fine

RE: [newbie] C++ compiler error when loading programs

1999-09-03 Thread Ken Wilson
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Snyder Sent: Friday, September 03, 1999 6:28 AM To: [EMAIL PROTECTED] Subject: [newbie] C++ compiler error when loading programs Hi I tried to load a couple programs last night for MP3 players and extracted the files

Re: [newbie] C++ compiler error when loading programs

1999-09-03 Thread Martin White
- Original Message - From: John Aldrich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 03, 1999 8:16 PM Subject: RE: [newbie] C++ compiler error when loading programs On Fri, 03 Sep 1999, you wrote: Also, were you aware that there are two mp3 players that come

Re: [newbie] C++ compiler error when loading programs

1999-09-03 Thread Ripcrd6
It was still called X11Amp in the Mandrake 5.3 release. Brian -Original Message- From: John Aldrich [EMAIL PROTECTED] On Fri, 03 Sep 1999, you wrote: Also, were you aware that there are two mp3 players that come with the Mandrake distribution. One is x11amp (or something to that

[newbie] c compiler doesnt work!

1999-08-23 Thread pete moss
i am trying to install some new software by compiling source. when i run the configure script that comes with the source, it checks for several things. one of the things it checks for is whether i have gcc, then it says ok. next it says 'checking whether c compiler worksno' then it wont