This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Problem on Solaris8 gcc-3.0.3
- From: jean-frederic clere <jfrederic dot clere at fujitsu-siemens dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 18 Feb 2002 18:33:16 +0100
- Subject: Problem on Solaris8 gcc-3.0.3
- Reply-to: jfrederic dot clere at fujitsu-siemens dot com
Hi,
I have noted that gcc calls the native ld with wrong parameters (resulting a
undefined __floatdisf).
I have build a gnu ld (from binutils-2.10.1) to try to solve the problem but now
I have a core when programs exit:
+++
$ ./toto
Ake coucou
Segmentation Fault(coredump)
$ mdb ./toto core
Loading modules: [ ]
> $c
0x10490(ff29b8d4, 1b6, ff3a054c, ff3e6694, 0, 1)
0x10638(ff33e0b8, ff33e090, ff3a054c, ff3e6694, 21fb8, ff29b948)
libc.so.1`_exithandle+0x8c(ff33a620, 1, 0, ff33b7a9, 40, ff33801c)
libc.so.1`exit+0x24(0, ff33c2cc, ff33fa9c, 0, 21fb8, ff29b8c4)
main+0x18(1, ffbefcf4, ffbefcfc, 207bc, 0, 0)
_start+0x5c(0, 0, 0, 0, 0, 0)
+++
toto.c is:
+++
main()
{
printf("Ake coucou\n");
exit(0);
}
+++
Any hints?
Cheers
Jean-frederic