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

_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to