|
From: | Andreas Höschler |
Subject: | Re: signal SIGSEGV, Segmentation fault |
Date: | Wed, 30 May 2018 13:02:27 +0200 |
Hi Josh,
Thanks so much. That was the solution for my problem. The following lines extracted from your script got me a working GNUstep environment: apt-get install git-core git --version cd /usr/src/GNUstep cd tools-make git checkout `git rev-list -1 --first-parent --before=2017-04-06 master` ./configure --enable-debug-by-default --with-layout=gnustep . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh cd libs-base-master make distclean ./configure make make install cd .. cd libs-gui-master make distclean ./configure make make install cd .. cd libs-back-master make distclean ./configure make make install cd .. The standard installation without the make hack simply does not work at all on Ubuntu 16! :-( Thanks so much, Andreas |
[Prev in Thread] | Current Thread | [Next in Thread] |