This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11167] New: Migrating application from solaris 2.5.1 to Solaris8
- From: "vinu_s77 at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2003 01:26:47 -0000
- Subject: [Bug c/11167] New: Migrating application from solaris 2.5.1 to Solaris8
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11167
Summary: Migrating application from solaris 2.5.1 to Solaris8
Product: gcc
Version: 3.2.3
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: vinu_s77@yahoo.com
CC: gcc-bugs@gcc.gnu.org
Hi,
We are migrating our applications from Solaris 2.5.1 to Solaris 8.
Compiler used on 2.5.1 - gcc 2.7.2.2
Compiler used on solaris 8 - gcc 3.2.3.0
Problem:
I have recompiled all the shared libraries and binaries using gcc 3.2.3.0 on
solaris 8. But when I am trying to run my programs it is giving a segmentation
fault. The program is working fine on 2.5.1.
Do I need to do anything extra while compiling on solaris 8 like setting any
compiler options etc. And this has to happen very soon.
Any help is appreciated.
Thanks,
Vinayak