This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: linking of inline static methods
- To: twhall at cuhk dot edu dot hk
- Subject: Re: linking of inline static methods
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 28 Jun 2000 08:32:37 +0200
- CC: gcc at gcc dot gnu dot org
- References: <10006272205.ZM13231@mariana.arch.cuhk.edu.hk>
> I'm new to GNU C++ and to Linux. (I'm coming from IRIX). This may
> fall under the category of "Interoperation trouble" with the Linux
> linker, rather than a strictly GNU C++ compiler bug; I'm not sure.
Thanks for your bug report. This problem is caused by -Bsymbolic; just
remove that option, and it will work. I believe this is a known
problem - please contact the binutils people for further information.
Regards,
Martin