Re: [nhc-bugs] PC_base.z.o(.data+0x8): undefined reference to `TM_PC_95base'

PC_base.z.o(.data+0x8): undefined reference to `TM_PC_95base' PC_base.z.o(.data+0x3c): undefined reference to `TMSUB_PC_95base'
I suspect this is a fault in the name-mangling part of our time profiler. Try renaming the module so that it does not have an underscore in it! (both the filename and the module name I guess.) Regards, Malcolm

On Fri, Sep 14, 2001 at 06:05:05PM +0100, malcolm@cs.york.ac.uk wrote:
PC_base.z.o(.data+0x8): undefined reference to `TM_PC_95base' PC_base.z.o(.data+0x3c): undefined reference to `TMSUB_PC_95base'
I suspect this is a fault in the name-mangling part of our time profiler. Try renaming the module so that it does not have an underscore in it! (both the filename and the module name I guess.)
Forgot to mention this, just a quick note to say you were right. Thanks Ian
participants (2)
-
Ian Lynagh
-
malcolm@cs.york.ac.uk