Connecting Tech Pros Worldwide Help | Site Map

stumped: error => ld: fatal: Symbol referencing errors. No outputwritten

Sharron
Guest
 
Posts: n/a
#1: Jul 19 '05
Hello, This problem has me completely stumped...everyone on the net
seems to have this problem but I don't understand what they are talking
about. I know my code is correct it compiles fine but when I try to
create an executable "CC -o myfile.o myfile.cc" it produces the
following error

Undefined first referenced
symbol in file
myClass::myClass (int, int, int) myfile.o
ld: fatal: Symbol referencing errors. No output written to myfile.o

I tried it in Visual C++ 6.0 and it produced some sort of linker error
but I changed my project type to win32 console appliation and it works
fine with Visual C++ 6.0...

Thanks

Closed Thread