This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Linker problems: dependencies with .a file not resolved?


Christian Convey wrote:
But the symbol really does appear to be in the archive:

cjc@peace:~$ nm --demangle
/home/cjc/csc583-svn/uriVisionLib/trunk/Development/Source/C++/liburiVision.a


| grep "uriVideoSources::ImageReader_gen::getFrame"
        U uriVideoSources::ImageReader_gen::getFrame_(bool)
        U uriVideoSources::ImageReader_gen::getFrame_(bool,
uriBase::RasterImage*)

I think that the 'U' at the start of eack of those output lines means that the symbol is in fact undefined. man page seems to confirm it.


j.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]