Quote:
Originally Posted by nasser
Code:
GNU C compiler 4.7.2-5
GNU C++ compiler 4.7.2-5
GCC, the GNU Compiler Collection (base package) 4.7.2-5
|
That looks like it should work.
Have c++ report where it is looking for externals -
as in (for gcc):
gcc -v -o junk junk.c
Hmm...
I think that will also give you the information you might need if you try compiling /dev/null as the source code.
Compiling /dev/null does have its uses.