This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: libstdc++-v3 error similar to Gnats PR 248


>>>>> "David" == David Edelsohn <dje@watson.ibm.com> writes:

  FYI, PR 248 in the GCC Gnats database looks very similar to a
  problem affecting v3 on AIX.  The PR is an extremely small testcase which
  produces the linker error:

  ld: 0711-317 ERROR: Undefined symbol: PropertySet::Value<int> virtual table

But the test case with that bug consists only of:

  #include <string>
  #include <map>
  #include <memory>
  #include <typeinfo>

The rest of the code is missing!

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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