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. _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
