|
From: | Andreas Höschler |
Subject: | Re: GNUstep apps no longer start |
Date: | Thu, 22 Sep 2016 17:59:38 +0200 |
Hi all,I have already rebuilt base, gui, back and Terminal. But still no avail!? :-( Thanks a lot! Have it running again. I had to reinstall make as well for whatever reason!? I am still troubled by this installation. After rebuilding base on my dev server base links to libgmp.so.10 -bash-3.2# ldd /opt/GNUstep/System/Library/Libraries/libgnustep-base.so.1.15 libobjc.so.1 => /usr/local/lib/libobjc.so.1 libgmp.so.10 => /usr/local/lib/libgmp.so.10 libxml2.so.2 => /usr/local/lib/libxml2.so.2 libz.so => /usr/local/lib/libz.so libpthread.so.1 => /lib/libpthread.so.1 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libm.so.2 => /lib/libm.so.2 ... which is a problem since the deployment machines have only libgmp.so.3 installed -bash-3.2# ldd /opt/GNUstep/System/Library/Libraries/libgnustep-base.so.1.15 libobjc.so.1 => /usr/local/lib/libobjc.so.1 libgmp.so.3 => /usr/local/lib/libgmp.so.3 and I would rather not change this. Syncing /opt/GNUstep to the deployment machines breaks everything (libgmp.so.10 not found)! :-( Can I with some option force the base build to link to a specific libgmp version (one I know is available on the target machines)? On the dev machine I have -rw-r--r-- 1 root root 751560 Dec 1 2014 libgmp.a -rwxr-xr-x 1 root root 914 Dec 1 2014 libgmp.la lrwxrwxrwx 1 root root 16 Sep 22 12:38 libgmp.so -> libgmp.so.10.2.0 lrwxrwxrwx 1 root root 16 Dec 1 2014 libgmp.so.10 -> libgmp.so.10.2.0 -rwxr-xr-x 1 root root 477020 Dec 1 2014 libgmp.so.10.2.0 lrwxrwxrwx 1 root root 15 Oct 19 2013 libgmp.so.3 -> libgmp.so.3.4.1 -rwxr-xr-x 1 bin bin 247792 Feb 26 2007 libgmp.so.3.4.1 in /usr/local/bin. Thanks a lot!! Andreas |
[Prev in Thread] | Current Thread | [Next in Thread] |