When trying to compile a C++-prog with cout and cin, the compiler complains of an undefined reference to cout when linking my prog.
So, the question is. Where can these be found? Is there an env-variabel to set for this to be found?
On the miggy I'm using geekgadgets.
On my linux machine there's debian running (AOne).
They both produce the exact same error, which actually is rather funny.
The error:
gcc test.cpp -o test
/tmp/ccdPTEKu.o(.text+0x26): In function `main':
: undefined reference to `cout'
and so on...
So, on miggy-side: What package, and what env to set?
And on debian: apt-get install what?