help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Wait for 3.2.4 then?


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Wait for 3.2.4 then?
Date: Wed, 23 Mar 2011 10:08:13 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

On 03/23/2011 04:33 AM, Travis Griggs wrote:
I did as you said Paolo.

./configure informed me i needed awk, so i installed gawk. Then I did a make, 
and it did the following:

make[3]: Entering directory `/home/travis/GST324/smalltalk-3.2.4/libgst'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src   
-I../snprintfv -I../snprintfv   -I../lightning -I../lightning -I.. -I..   -g -O2 -Wall 
-Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 
-Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing  -MT gstpub.lo -MD -MP -MF 
.deps/gstpub.Tpo -c -o gstpub.lo gstpub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. 
-DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I../snprintfv 
-I../snprintfv -I../lightning -I../lightning -I.. -I.. -g -O2 -Wall 
-Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign 
-Wwrite-strings -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -MT 
gstpub.lo -MD -MP -MF .deps/gstpub.Tpo -c gstpub.c  -fPIC -DPIC -o .libs/gstpub.o
In file included from gstpub.c:57:
gstpriv.h:110: fatal error: sigsegv.h: No such file or directory
compilation terminated.
make[3]: *** [gstpub.lo] Error 1
make[3]: Leaving directory `/home/travis/GST324/smalltalk-3.2.4/libgst'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/travis/GST324/smalltalk-3.2.4/libgst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/travis/GST324/smalltalk-3.2.4'
make: *** [all] Error 2

I'm running pretty much stock Ubuntu 10.10, couple extra packages
loaded, not too many. Any ideas? I looked for a package that might
provide something like sigsegv, but didn't find anything. I'll keep looking.

You probably have binary packages installed, but lack the development packages. Looking at the Debian package source, you need:

autotools-dev, libreadline-dev, libgmp3-dev, libgdbm-dev, libgtk2.0-dev, libpq-dev, libsigsegv-dev, libffi-dev, zip, libsqlite3-dev, unzip, pkg-config, libltdl-dev, gawk

Hope this helps.

Paolo



reply via email to

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