discuss-gnustep
[Top][All Lists]
Advanced

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

README.Mingw not quite right


From: Stephen Brandon
Subject: README.Mingw not quite right
Date: Thu, 27 Sep 2001 16:01:28 +0100

I just re-read gnustep-make/Documentation/README.MinGW and
saw what I thought might be the answer to my questions:

/***********************************/
export GNUSTEP_SYSTEM_ROOT=//c/mingw/GNUstep/System

I also install a special script in the file
~/GNUstep/GNUstep.sh with the
lines:

if [ $GNUSTEP_HOST_OS = "mingw32" ]; then
  GNUSTEP_SYSTEM_ROOT=`cygpath -w $GNUSTEP_SYSTEM_ROOT | tr
'\\\' '/'`
fi
/************************************/

Unfortunately this does not work either. It simply changes
the forward slashes to back slashes, then back to forward
ones again with 'tr'. The resulting paths don't work for
MinGW or Cygwin.

:-(

Stephen



reply via email to

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