> hey > > playing a bit building livedoc on win2000 using cygwin i run ito two > problems: > > 1. the autoconf (shell) paths are /cygdrive/X format, but the php binary is > vc build (cygwin gcc port is dead for a while) that have nothing to do with > those paths. > > 2. the `ln -sf` is somthing behave very fishy on cygwin so i have to replace > it with `cp -rf` > > on the attachment there is a patch that fix the problems. > > --\moshe.
I'm using cygwin and autoconf really messes the paths... I didn't test your patch, but seems to be a good work-around. Nuno