help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] GNU Smalltalk 3.2.4 for windows


From: leledumbo
Subject: Re: [Help-smalltalk] GNU Smalltalk 3.2.4 for windows
Date: Sun, 24 Apr 2011 06:39:46 -0700 (PDT)

http://forum.world.st/file/n3471464/find.txt Here  is the result of "find .".

Anyway, I found another thing when trying relocatable install through
inexistent prefix (e.g. /nonexistent as in the instruction). msys
automatically expands the first* / to real directory in windows
(C:\MinGW\msys\1.0 in my case) that's why when using that prefix the
command:

./gst-tool.exe gst-package ... --destdir=/e/Sources/smalltalk-3.2.4 ...
--target-directory=/nonexistent/share/smalltalk/kernel ...

fails because when --destdir and --target-directory are combined they
produce:

e:\Sources\smalltalk-3.2.4C:\MinGW\msys\1.0\nonexistent\share\smalltalk\kernel

instead of

e:\Sources\smalltalk-3.2.4\nonexistent\share\smalltalk\kernel

do you have any idea how to solve this?

* an exception when / is followed by a drive letter. In this case, using
/c/nonexistent makes the compilation succeeds.

--
View this message in context: 
http://forum.world.st/GNU-Smalltalk-3-2-4-for-windows-tp3430554p3471464.html
Sent from the Gnu mailing list archive at Nabble.com.



reply via email to

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