From: Sam on
Ramon F Herrera writes:

>
> I created one *.o file from a C source, using gcc
>
> I created another *.o file from a C++ source, using g++.
>
> The linking pass is failing.
>
> Should I use gcc, g++ or ld for linking? I am guessing the latter.

Nope. g++.