David S. wrote:
I attempted to compile Xalan using msys/mingw on XP. The build failed because
msys implements symlinks differently: usually the target is specified
relative to the link, but with msys the target is specified relative to the
working directory. It seems that msys has to copy the file since Windows
doesn't support real symbolic links (from memory cygwin does the same
thing).
Thanks for the patch. I've been working on some similar patches to get mingw/msys working. I hope to avoid doing any copies at all by changing the way we link. Otherwise, we'll be stuck with copying the file.


I hacked a couple of Makefiles & it built O.K. My hacks should be
conditional on the build platform being Windows - a mingw cross-compile
would use the ordinary symlink semantics.
I doubt the current make system will ever support cross-compilation.

Dave

Reply via email to