Re: [newbie] cc1plus?

2001-04-09 Thread David E. Fox
[cclay@www cclay]$ make test g++ test.cpp -o test Generally, 'test' is not a good name for a test program because there exists a shell builtin / external program also called 'test' which will most likely not do what your test program does. command line: warning: "system" re-asserted

Re: [newbie] cc1plus?

2001-04-09 Thread cyberclay
CTED] Sent: Monday, April 09, 2001 2:02 PM Subject: Re: [newbie] cc1plus? [cclay@www cclay]$ make test g++ test.cpp -o test Generally, 'test' is not a good name for a test program because there exists a shell builtin / external program also called 'test' which will most likely not do what

Re: [newbie] cc1plus?

2001-04-09 Thread David E. Fox
rpm -qf /usr/lib/gcc-lib/i586-mandrake-linux/cc1plus Says gcc-g++-2.95.2-12mdk.i586.rpm . Actually, I goofed a little, there's a 2.95.3 subdirectory underneath /usr/lib/gcc-lib/i586-mandrake-linux/ . Here's what my system reports for 'rpm -qa | grep gcc' gcc-cpp-2.95.2-12mdk

Re: [newbie] cc1plus?

2001-04-09 Thread Len Lawrence
TED] Sent: Monday, April 09, 2001 2:02 PM Subject: Re: [newbie] cc1plus? [cclay@www cclay]$ make test g++ test.cpp -o test Generally, 'test' is not a good name for a test program because there exists a shell builtin / external program also called 'test' which will most likely n

[newbie] cc1plus?

2001-04-08 Thread cyberclay
Hey, When attempting to compile a test c++ program I get the following error when issuing the "make": [cclay@www cclay]$ make test g++ test.cpp -o test command line: warning: "system" re-asserted command line: warning: "cpu" re-asserted command line: warning: "machine" re-asserted cpp: