|
From: Kittenberger, A. <Axe...@da...> - 2000-12-11 08:01:50
|
Hi, I'm trying to profile an application compiled with mingw. I'm figured out that I've to compile and link it with the -pg option. However at linking stage I got hundrets of error like this: Main.o(.text$__tf12BufferReader+0x0):Main.cpp: first defined here Formats/BinLoader.o(.text$__tf12StringReader+0x0):BinLoader.cpp: multiple definition of `StringReader type_info function' All have multiple definition of "<objectname> type_info function" I don't know if this a mingw specific issue, or if i'm simply doing something completly wrong. Any ideas on this? - Axel |