chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Solaris


From: felix
Subject: Re: [Chicken-users] Solaris
Date: Sun, 05 Jan 2003 23:29:14 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

John Tobey wrote:
Is anyone else having trouble running chicken-0.1082 on Solaris?

My specifics: uname -a
SunOS dbdev-sun 5.7 Generic_106541-18 sun4u sparc SUNW,Ultra-Enterprise

Built with GCC, I get frequent bus errors.  Using Sun CC, I get link
errors due to missing alloca and C_toplevel.  The only thing that
seems to work is GCC with no optimization (I had to hack configure to
turn off -O3).

I'll be happy to provide more info, just wanted to know whether this
is a known issue.


It might be another problem with -fstrict-aliasing. Try:

% CFLAGS="-O3 -fomit-frame-pointer" ./configure
% make CFLAGS="-O3 -fomit-frame-pointer"

(so you don't have to hack the configure script)

If that fails, try the above with CFLAGS="-O2".

If that fails, also, we have to ask gdb...


cheers,
felix






reply via email to

[Prev in Thread] Current Thread [Next in Thread]