help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] What might cause "No runnable processAbort trap"?


From: Duke Normandin
Subject: Re: [Help-smalltalk] What might cause "No runnable processAbort trap"?
Date: Wed, 6 Jan 2010 20:26:51 -0700 (MST)
User-agent: Alpine 2.01 (OSX 1266 2009-07-14)

On Wed, 6 Jan 2010, Paolo Bonzini wrote:

>
> > git clone git://git.sv.gnu.org/smalltalk.git
>
> This, and then (on OS X you should have autoconf/automake installed, or you
> can install them using ports too).
>
> autoreconf -vi
> ./configure
> make
> make install
>
> and ensure that /usr/local/bin comes in your PATH before the place where you
> installed gst before (for example /opt/local/bin).
>
> It looks indeed like your gst does not have an idle process, this would
> definitely give the error message.
>
> Paolo
>

Had 2 different versions of auto* tools on my system. BAH
humbug. Seems Macports like /opt/local/bin etc. I symlinked
/usr/bin/<autotools> to /opt/local/bin/blah

autoreconf => no problems
./configure => no problems
make => BOOM

dnormandin@ ~/smalltalk
08:12 pm >> make
make  all-recursive
Making all in lib-src
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     
-g -O2 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing 
-Wdeclaration-after-statement -Wno-format -Wno-long-double -Wpointer-arith 
-Wno-pointer-sign -Wwrite-strings -MT qsort.lo -MD -MP -MF .deps/qsort.Tpo -c 
-o qsort.lo qsort.c
../libtool: line 796: X--tag=CC: command not found
../libtool: line 829: libtool: ignoring unknown tag : command not found
../libtool: line 796: X--mode=compile: command not found
../libtool: line 962: *** Warning: inferring the mode of operation is 
deprecated.: command not found
../libtool: line 963: *** Future versions of Libtool will require --mode=MODE 
be specified.: command not found
../libtool: line 1106: Xgcc: command not found
../libtool: line 1106: X-DHAVE_CONFIG_H: command not found
../libtool: line 1106: X-I.: command not found
../libtool: line 1106: X-I..: command not found
../libtool: line 1106: X-g: command not found
../libtool: line 1106: X-O2: command not found
../libtool: line 1106: X-Wall: command not found
../libtool: line 1106: X-Wno-strict-aliasing: command not found
../libtool: line 1106: X-Wno-switch: command not found
../libtool: line 1106: X-fno-gcse: command not found
../libtool: line 1106: X-fstrict-aliasing: command not found
../libtool: line 1106: X-Wdeclaration-after-statement: command not found
../libtool: line 1106: X-Wno-format: command not found
../libtool: line 1106: X-Wno-long-double: command not found
../libtool: line 1106: X-Wpointer-arith: command not found
../libtool: line 1106: X-Wno-pointer-sign: command not found
../libtool: line 1106: X-Wwrite-strings: command not found
../libtool: line 1106: X-MT: command not found
../libtool: line 1106: Xqsort.lo: command not found
../libtool: line 1106: X-MD: command not found
../libtool: line 1106: X-MP: command not found
../libtool: line 1106: X-MF: command not found
../libtool: line 1106: X.deps/qsort.Tpo: No such file or directory
../libtool: line 1106: X-c: command not found
../libtool: line 1157: Xqsort.lo: command not found
../libtool: line 1162: libtool: compile: cannot determine name of library 
object from `': command not found
make[2]: *** [qsort.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Choking on a bone in libtool, but why?
-- 
duke




reply via email to

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