RE: Global Objects Problem NOT SOLVED!!!

2005-05-05 Thread Dave Korn
Original Message >From: Ian Lance Taylor >Sent: 05 May 2005 16:38 > "Dave Korn" <[EMAIL PROTECTED]> writes: > >> CONSTRUCTORS is only valid for formats such as ECOFF and XCOFF. Read >> the bit in the ld manual more closely: >> >> --- >> `CON

Re: Global Objects Problem NOT SOLVED!!!

2005-05-05 Thread Ian Lance Taylor
"Dave Korn" <[EMAIL PROTECTED]> writes: > CONSTRUCTORS is only valid for formats such as ECOFF and XCOFF. Read the > bit in the ld manual more closely: > > --- > `CONSTRUCTORS' > [ ... ] When linking object file formats which do not support >

Re: Global Objects Problem NOT SOLVED!!!

2005-05-05 Thread Ian Lance Taylor
Satendra Pratap <[EMAIL PROTECTED]> writes: > I can not control the disclaimer that is being appended by our office > mailserver . Hence resending the mail from my gmail account. Thanks. > After all this I got down to breaking the problem into a > compiler/linker (or my understanding) issue. Aft

RE: Global Objects Problem NOT SOLVED!!!

2005-05-05 Thread Dave Korn
Original Message >From: Satendra Pratap >Sent: 05 May 2005 15:23 > Hi > I can not control the disclaimer that is being appended by our office > mailserver . Hence resending the mail from my gmail account. Very considerate of you, thanks! > I am building GCC 3.2 for target=sparclet-aout

Global Objects Problem NOT SOLVED!!!

2005-05-05 Thread Satendra Pratap
Hi I can not control the disclaimer that is being appended by our office mailserver . Hence resending the mail from my gmail account. Please help. -- I am building GCC 3.2 for target=sparclet-aout. Though there is no issue with C howev

Re: Global Objects Problem NOT SOLVED!!!

2005-05-05 Thread Ian Lance Taylor
"Satendra Pratap " <[EMAIL PROTECTED]> writes: Please don't send mail to so many mailing lists. In particular [EMAIL PROTECTED] is not a mailing list, and I've dropped it from the CC. > ** Legal Disclaimer > "This email may contain confidential an

Global Objects Problem NOT SOLVED!!!

2005-05-05 Thread Satendra Pratap
I am building GCC 3.2 for target=sparclet-aout. Though there is no issue with C however the C++ global objects are not getting initialized. I have posted a mail to libstdc++ mailing list and have tried all that was suggested. http://gcc.gnu.org/ml/libstdc++/2005-04/msg00238.html I have trie