This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: relocation error
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Vincent Torri <torri at math dot u-strasbg dot fr>, gcc-help at gcc dot gnu dot org
- Date: Mon, 19 Jul 2004 07:40:39 -0500
- Subject: Re: relocation error
- References: <Pine.SOL.4.21.0407181055240.21143-100000@irmasrv2>
Hi Vincent,
It appears that this is not defined at link time:
avs::text::Font::Font(_STL::basic_string<char, _STL::char_traits<char>,
_STL::allocator<char> > const&, int)
Check your build process to make sure the source file which contains that
routine is defined, and included in the compile, and being linked in.
HTH,
--Eljay