On Sat, Apr 29, 2006 at 06:47:56PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri a écrit : > > On Sat, Apr 29, 2006 at 06:30:38PM +0200, Abdelrazak Younes wrote: > > > > Abdel, > > > > Please try the following (set the env var on the same configure line) > > > > PATH_SEPARATOR=';' ../configure > > --with-extra-prefix="d:/mingw;d:/program/Aspell-0.60.4" ... > > > > and tell me if that works. > > No:
Sorry, my fault. You should also set your PATH using ';' as a separator. Please try PATH="`echo $PATH|sed 's/:/;/g'`" PATH_SEPARATOR=';' ../configure --with-extra-prefix="d:/mingw;d:/program/Aspell-0.60.4" ... all in a line. Failing that, I have other ideas specifically for --with-extra-prefix, if you are interested. -- Enrico
