| View previous topic :: View next topic |
| Author |
Message |
Dain Reinhart Guest
|
Posted: Wed Jan 28, 2004 6:15 pm Post subject: link time error - on SUN with Forte C/Workshop 6 |
|
|
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.
|
|
| Back to top |
|
 |
Thomas Matthews Guest
|
Posted: Thu Jan 29, 2004 5:30 pm Post subject: Re: link time error - on SUN with Forte C/Workshop 6 |
|
|
Dain Reinhart wrote:
| Quote: | 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
|
|
| Back to top |
|
 |
|