Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > stumped: error => ld: fatal: Symbol referencing errors. No outputwritten

Reply
Thread Tools

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

 
 
Sharron
Guest
Posts: n/a
 
      08-19-2003
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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
(Encryption Package) error: cannot find symbol symbol: class BaseNCode clusardi2k@aol.com Java 6 08-29-2012 08:33 PM
what's differnece between #ifdef symbol and #if defined(symbol) baumann@pan C Programming 1 04-15-2005 08:25 AM
Symbol Referencing Error in Fortran 90 student Python 1 04-04-2005 06:40 PM
Python 2.3.4 under AT&T MP RAS SVR4: ld: Symbol referencing errors. Alexander Landgraf Python 1 10-20-2004 10:19 PM
Stumped: ld: fatal: Symbol referencing errors. No output writtento myfile.o Sharron C++ 1 08-19-2003 01:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57