This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Run time error on Sol8 x86
- From: Suphi Cenk Agar <suphi at bilten dot metu dot edu dot tr>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 30 Jan 2002 15:23:13 +0200
- Subject: Run time error on Sol8 x86
- Organization: TUBITAK-BILTEN
- Reply-to: suphi at bilten dot metu dot edu dot tr
Hi,
When I compile a program with gcc, compilation ends succesfully
but when I try to run the program it gives a warning :
> warning: Lowest section in /usr/lib/libintl.so.1 is .dynamic at
00000074
Then the program core dumps. I debug with gdb and it says :
> 0x080c17aa in _init () at ../../gcc/cp/new.cc:41
Is that something wrong with gcc ?
I am using gcc-2.95.3 on Solaris 8 x86.