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]

Re: linking of inline static methods


> 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

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