Linker issue Ubuntu

in Help Center
Would anyone know why even with gcc 4.1 (including devs) and libstdc++6.4.1 using Ubuntu, I would get tons of ...
undefined reference to `std::ya da da (lines and lines)
?
Something is awry when I "make".
David
undefined reference to `std::ya da da (lines and lines)
?
Something is awry when I "make".
David
0
Comments
It sounds like a problem with your developpment environment installation. Before trying to compile Ice, I would try to compile a sample C++ program using the C++ standard library to see if it works.
Cheers,
Benoit.
Benoit:
Thanks for the help :-)
David