Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Mysterious objectfile name in library

807575Jun 14 2000
I am having a trouble with Forte C++ as it gives undefined symbol error
during link phase and I can't figure out from which file this symbol comes.

I am, however, 110% sure that in the library that compiler claims to have undefined std::copy(....) function, there is definedly no std::copy functions used. Neither there is no STL containers used that contain "unsigned long*" type values. Can any-one tell how I can "demangle" cryptic name of object file "wE6nQgLu6Bb-BQHSTdLQ.o" in the error message below so that I can really try to find from where this comes.

Undefined first referenced
symbol in file
__type_1 std::copy<const unsigned long*,unsigned long*>(__type_0,__type_0,__type_1) /home/wise/sparc-sun-solaris2.6/CC/lib/libWSParameters-0.86-CC6.a(wE6nQgLu6Bb-BQHSTdLQ.o)
ld: fatal: Symbol referencing errors. No output written to ../bin.SunOS-5.6/SMART-2000.1

This same library is used in another program of ours and there is no such problem at all. Also HP's aCC and gnu g++ compile this same program OK.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 12 2000
Added on Jun 14 2000
0 comments
114 views