[squeak-dev] can't start Squeak on one Ubuntu system anymore

gettimothy gettimothy at zoho.com
Tue Jun 3 19:11:32 UTC 2014



---- On Tue, 03 Jun 2014 12:07:36 -0700 Chris Muller<asqueaker at gmail.com> wrote ----
>>Don't think so, I'm able to run squeak with the -vm display=none option..




Is "squeak" a script? (file command will tell you) If so, does it export a LD_LIBRARY_PATH?



Here is an example from one of my startup scripts:
 
 
$ cat startStackVM32 
#!/bin/bash
export LD_LIBRARY_PATH=/home/wm/usr/local/stackVM32
/home/wm/usr/local/stackVM32/lib/squeak/4.0-2920/squeak -vm-sound-ALSA -vm-display-X11 -xshm Squeak4.6-13700.image
 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140603/5acbb93d/attachment.htm


More information about the Squeak-dev mailing list