>`.L2441' referenced in section
>`.gnu.linkonce.r._ZNSt6vectorIN5gnash8as_valueESaIS1_EE13_M_insert_auxEN9__gnu
>_cxx17__normal_iteratorIPS1_S3_EERKS1_' of .libs/PropertyList.o: defined in
>discarded section
>`.gnu.linkonce.t._ZNSt6vectorIN5gnash8as_valueESaIS1_EE13_M_insert_auxEN9__gnu
>_cxx17__normal_iteratorIPS1_S3_EERKS1_' of .libs/PropertyList.o

>Any advice?  Anybody seen this before?  Know how to fix it?

I'v seen this ".gnu.linkonce" failure on my Fedora6 system many times,
and also fixed it many times.

The general solution from google is upgrading or downgrading the
bin_utilites, which is not a nice way to me.

My fixing was to drop some unnecessay empty inlined dtors or ctors
from the source code. This always worked for me. Just that you don't
have much clue which dtor/ctor is the culprit.

Also, compiling with -O0 could workaround the problem.

I am tired of fixing this annoying problem now, so most of the times,
I just work on another Federa 5 machine.

--zou


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to