[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep Back failed
From: |
Adam Fedor |
Subject: |
Re: GNUstep Back failed |
Date: |
Mon, 29 Aug 2005 20:57:00 -0600 |
On Aug 29, 2005, at 7:21 PM, Gregory John Casamento wrote:
Adam's suggestion to look into the compile latency helped - the build
got farther this time. However, the library that was not opened
*does*
exist in the GNUstep tree. Do I need to set my shared lib path to
include the installation directory?
Are you sure you sourced GNUstep.sh before doing this?
Actually it's done as part of Startup, so that is done automatically.
It probably relates to a typical Solaris problem (also on many other
machines). Did you chose option 1 (sudo) to install this? Likely there
is a security setting that is interfering with installation. It might
be a good idea to either run as root, or run the whole thing with sudo
:
su root; ./InstallGNUstep
or
sudo ./InstallGNustep