link time error - on SUN with Forte C/Workshop 6

D

Dain Reinhart

I am reciving this error while linking both shared and static libraries

__1c2l4nICStrings__6FrnDstdNbasic_ostream4Ccn0BLchar_traits4Cc____rnFCList3C
TA___2_ is out-of-date and will be regenerated

If I remove one of the objects files from the build the message goes away -
If I rebuild the object file using empty .hand .cpp files I still get the
same error. I am fairly certain it is a problem with the compiler and hopw
it is handling my template list object.

I tried the old trash SunWs_cache directory but that hasn't helped.

Even some help reading the name mangeling would probably be helpful.

Thank's.
 
T

Thomas Matthews

Dain said:
I am reciving this error while linking both shared and static libraries

__1c2l4nICStrings__6FrnDstdNbasic_ostream4Ccn0BLchar_traits4Cc____rnFCList3C
TA___2_ is out-of-date and will be regenerated

If I remove one of the objects files from the build the message goes away -
If I rebuild the object file using empty .hand .cpp files I still get the
same error. I am fairly certain it is a problem with the compiler and hopw
it is handling my template list object.

I tried the old trash SunWs_cache directory but that hasn't helped.

Even some help reading the name mangeling would probably be helpful.

Thank's.
Looks like a platform specific compiler or linker issue.
Try posting to a newsgroup that discusses your platform.
Read the welcome.txt and FAQ links below for more
information.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top