This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why does linker fail to resolve dependencies within the same .a file?
- From: Jonathan Adamczewski <jadamcze at utas dot edu dot au>
- To: Christian Convey <christian dot convey at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 28 Feb 2007 16:21:31 +1100
- Subject: Re: Why does linker fail to resolve dependencies within the same .a file?
- References: <6addebae0702272105he9b3a82tc4a2316c47903679@mail.gmail.com>
Christian Convey wrote:
In function `uriVideoSources::ImageReader::getFrame(bool,
uriBase::RasterImage*)':
ImageReader.cpp:(.text+0x90): undefined reference to
If the missing reference is to
`uriVideoSources::ImageReader_gen::getFrame_(bool,
uriBase::RasterImage*)'
Why do you grep for outputFrame?
j.