chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Chicken on Solaris 9


From: Bruce Hoult
Subject: Re: [Chicken-users] Chicken on Solaris 9
Date: 04 Jul 2003 15:05:20 +1200

On Thu, 2003-07-03 at 19:36, Felix Winkelmann wrote:
> > ./chicken csi.scm -quiet -debug-level 0 -optimize-level 2 -include-path
> > .  -output-file csi.c -prologue ./build.scm -uses posix -uses
> > chicken-setup -uses tcp
> > gmake[1]: *** [csi.c] Segmentation Fault (core dumped)
> > gmake[1]: Leaving directory `/volA/home/bhoult/chicken-1.12'
> > 
> > (gdb) bt
> > #0  0xff216f58 in C_reclaim () from
> > /home/bhoult/chicken-1.12/./.libs/libchicken.so.0
> > #1  0xff216e14 in C_save_and_reclaim () from
> > /home/bhoult/chicken-1.12/./.libs/libchicken.so.0
> > #2  0xff2896e4 in f6013 () from
> > /home/bhoult/chicken-1.12/./.libs/libchicken.so.0

I don't know why, but I did the following and it seems to work fine now:

- deleted everything
- unpacked the tar file again
- ./configure
- edited Makefile so LIBS has -ldl and -lrt and just one copy of -lm
- make


My changes to configure.in made it want to run autoconf again, and that
caused problems including complaining about AM_PROGRAM_LIBTOOL.  I changed
line 20 of configure.in to use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
and the problem went away.

I'm using autoconf-2.57-sol9-sparc-local and automake-1.7.2-sol9-sparc-local
ftp'd from www.sunfreeware.com yesterday.






reply via email to

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