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

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

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

Re: [newbie] C compiler cannot create executables

2000-07-08 Thread Dana
Most likely is that gcc was never installed. Put in your installation disk and tell it you want to do an upgrade in expert mode. Go through and have it install the compiler. Make sure you have it install all the development libraries also. And Bob's your uncle. Dana - Original Message

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
When Compiling! I Don't have The Library Files! Can Someone please tell me where to get them? (ex. - missing iostream.h) Thanks, Julien - Original Message - From: Anthony Huereca [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 06, 2000 7:44 PM Subject: Re: [newbie

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,

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

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

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

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

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

1999-09-03 Thread Ken Wilson
What were the error messages? It might be easier to decipher your problem if we knew them. Also, were you aware that there are two mp3 players that come with the Mandrake distribution. One is x11amp (or something to that effect), which is a WinAmp clone, and another one I can't remember. If

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