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



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to