Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Link error - Undefined symbol garbage
Can someone tell me why the linker spews out lots of rubbish when it encounters an undefined symbol. Such as that below: I know it can't resolve the call to the function get_alpha_words(), but why all the odd looking characters ??dmc prog2 get_alpha_words2 && prog2 < text Jul 18 2003
That's the "mangled" name needed for typesafe linking. "jim p" <x y.com> wrote in message news:bf8ons$1ovq$1 digitaldaemon.com...Can someone tell me why the linker spews out lots of rubbish when it encounters an undefined symbol. Such as that below: I know it can't resolve the call to the function get_alpha_words(), but Jul 18 2003
|