Paul Pluzhnikov wrote:
Most likely you do something like this:

  g++ -ldec -lmascot main.cpp

Read the link below to understand why you shouldn't do that:
http://webpages.charter.net/ppluzhnikov/linker.html

        I brought the code home to finish up on it, and it fails to
        compile w/ g++ (unchanged).

It doesn't fail to compile. It fails to link. There is a big
difference between the two.

That worked. It's odd that it works fine with IBM xlC compiler and Visual C++.

Yes, sorry I said compile, I meant to say link which I said below that snippet you took.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to