discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Building GNUstep on Solaris


From: Andreas Höschler
Subject: Re: Building GNUstep on Solaris
Date: Thu, 21 Jan 2010 16:13:16 +0100

Hi all,

./InstallGNUstep: make: does not exist

Any further ideas?

Yes. Edit scripts/common.sh. There is a lone occurrence of make in the
command
  make distclean
I assume that changing this line into
  $MAKE distclean
should get you going.

I filled asas with logs and found that the problem occurs in

echo "log2 ..."

if [ $GNUSTEP_INSTALLED = yes -a $do_upgrade_make = no ]; then
  echo GNUstep Make already installed >&5
  echo GNUstep Make already installed
else
  gs_build_package
fi
echo "log3 ..."

log2 ... ist still printed out, then I get the error. So it must be gs_build_package!? What is gs_build_package??

Thanks,

 Andreas





reply via email to

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