On Sun, Sep 02, 2001 at 05:00:03PM -0500, [EMAIL PROTECTED] wrote: > -------------------------- > here's the error messages: > -------------------------- > > [EMAIL PROTECTED]:~/projects/test$ gcc myapp.cpp test1.o
Try using g++ which calls the C++ compiler instead of the C compiler. Pete

