473,395 Members | 1,458 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Sun CC weird compiling message : is out-of-date and will be regenerated

Hello,

I got weird compiling message similar like following when I compiled my
simple code on Sun 5.8 with CC WorkShop 6 update 2 C++ 5.3.

CC -g -o myclass.o -c myclass.cpp
CC -g -o main.o -c main.cpp
CC -g -L/usr/lib -lsocket -lnsl -o main myclass.o main.o
__1cH__rwstdJ__rb_tree4CpknJmyclassHCSOCKET_nDstdE pair4Ck4n0BNCSOCKEVENTMGRJ
SOCKEVENT___n0AL__select1st4n0G_C4__n0DEless4C4__n 0DJallocator4n0G____Efind6
kMr6_n0KIiterator__ is out-of-date and will be regenerated

These messages didn't stop the compiling, the binary is generated correctly.
But I wonder why these messages displayed?

One thing I have to mention is that, in the code, I use STL map template, I
guess STL could be a suspect. I am thinking maybe my compiling line should
do something for STL?

Thanks in advance for your help.

M.
Jul 23 '05 #1
3 3615
modemer wrote:
I got weird compiling message similar like following when I compiled my
simple code on Sun 5.8 with CC WorkShop 6 update 2 C++ 5.3.
[..]
These messages didn't stop the compiling, the binary is generated correctly.
But I wonder why these messages displayed?
[..]


Messages are compiler-specific and are not defined by the language itself.
You might find it more useful to ask in a newsgroup that deals with your
compiler, where compiler-specific inquiries are on topic.

V
Jul 23 '05 #2
modemer wrote:
Hello,

I got weird compiling message similar like following when I compiled my
simple code on Sun 5.8 with CC WorkShop 6 update 2 C++ 5.3.

CC -g -o myclass.o -c myclass.cpp
CC -g -o main.o -c main.cpp
CC -g -L/usr/lib -lsocket -lnsl -o main myclass.o main.o
__1cH__rwstdJ__rb_tree4CpknJmyclassHCSOCKET_nDstdE pair4Ck4n0BNCSOCKEVENTMGRJ
SOCKEVENT___n0AL__select1st4n0G_C4__n0DEless4C4__n 0DJallocator4n0G____Efind6
kMr6_n0KIiterator__ is out-of-date and will be regenerated

These messages didn't stop the compiling, the binary is generated correctly.
But I wonder why these messages displayed?
Maybe generated template code is stored in separate files, which are
re-generated when the compiler deems so?? Look around, do you see
suspicious files?
One thing I have to mention is that, in the code, I use STL map template, I
guess STL could be a suspect. I am thinking maybe my compiling line should
do something for STL?


Yes, probably: rwstd points to Rogue Wave and rb_tree to a red-black
tree inside map.

Jul 23 '05 #3

"Panjandrum" <pa********@spambob.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
modemer wrote:
Hello,

I got weird compiling message similar like following when I compiled my
simple code on Sun 5.8 with CC WorkShop 6 update 2 C++ 5.3.

CC -g -o myclass.o -c myclass.cpp
CC -g -o main.o -c main.cpp
CC -g -L/usr/lib -lsocket -lnsl -o main myclass.o main.o
__1cH__rwstdJ__rb_tree4CpknJmyclassHCSOCKET_nDstdE pair4Ck4n0BNCSOCKEVENTMGRJ SOCKEVENT___n0AL__select1st4n0G_C4__n0DEless4C4__n 0DJallocator4n0G____Efind6 kMr6_n0KIiterator__ is out-of-date and will be regenerated

These messages didn't stop the compiling, the binary is generated correctly. But I wonder why these messages displayed?


Maybe generated template code is stored in separate files, which are
re-generated when the compiler deems so?? Look around, do you see
suspicious files?

Normally Sun Workshop creates a subdirectory "SunWS_cache" in the current
directory. After I removed this subdirectory, the problem is gone, but the
problem did come back when I touched one of the source file and rebuilt. The
only way I can image is that this subdirectory is refreshed correctly.
One thing I have to mention is that, in the code, I use STL map template, I guess STL could be a suspect. I am thinking maybe my compiling line should do something for STL?


Yes, probably: rwstd points to Rogue Wave and rb_tree to a red-black
tree inside map.


Panjandrum, thank you very much for your help!

M.
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Wolfgang Kaml | last post by:
Hello All, I have been researching newsgroups and knowledgebase all morning and not found a solution that would solve the problem I have. I am having an ASP or ASPX web page that implement a...
11
by: HelLind | last post by:
Hello people, I am having a weird error and don't know what term to search in google. Sorry to bother. There is data in my field "M_BIO" When I run this code...
1
by: Manuel Maria Diaz Gomez | last post by:
Hi everybody, maybe you can give me a hint about the following problem: I have a simple template class that stores pointers to variables in a map, and publish the actual values when requested....
9
by: Steven | last post by:
I am compiling with GCC 3.2, and it works well enough. However, sometimes when I try to link libraries, the linker throws "NOTAD.o(.eh_frame+0x11):NOTAD.C: undefined reference to...
20
by: Pascal Gallois | last post by:
Hi newsgroup, I am new to C and wonder about the following code: #include <stdio.h> int main(void) { double m = 100.45; double n = 200.45;
2
by: Lasse Edsvik | last post by:
Hello I have this code in my project and it doesnt work, what might be wrong? private void Textbox1_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e) { if (e.KeyChar ==...
2
by: Lisa Calla | last post by:
My aspnet web was working perfectly fine, then I added a second datalist to a page. The datalist can be formatted in the designer and everything looks fine. In the codefile, I can see the...
5
by: yezi | last post by:
HI: The code I write is : static int numTrial; static float perCentage; static int gapValue; static int inValue;
4
by: A | last post by:
while compiling my code I get the following message: matfunoperable.cpp: In member function ?virtual void matfunoperable::qrdelete(gsl_matrix*, gsl_matrix*, size_t, char)?:...
6
by: milund | last post by:
I have a "funny" after upgrading to .NET2.0. The following code is placed inside an unsafe method in assembly "A" System.Object myIUnknownObject =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.