This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
egcs on hpux 10.20
- To: egcs at cygnus dot com
- Subject: egcs on hpux 10.20
- From: Arvind Sankar <arvind at cse dot iitb dot ernet dot in>
- Date: Wed, 11 Mar 1998 20:06:49 +0530
I am using egcs (980302 snapshot) on an hppa1.0-hp-hpux10.20 system.
Does egcs support shared libs on the hp or not? While building X11R6.3,
I am experiencing major problems using egcs: programs segfaulting during
calls to system functions like select(). As far as I can see, the
parameters before the call are correct, but the select() function is
unable to access them properly. As I am not too familiar with HP
assembly language, I am unable to find exactly what is happening. Has
somebody had similar experiences and is there a fix?
BTW, I was able to build properly using gcc-2.7.2.3. Should I try
compiling with -fno-exceptions?
-- arvind