Enrico Forestieri a écrit :
On Tue, Apr 11, 2006 at 09:28:23AM +0200, Abdelrazak Younes wrote:
I need to set CXXFLAGS for two reasons:
1) the configure step won't work with the
--with-extra-prefix='d:/program/Aspell-0.60.4' option. It complain about
'd' not being a directory, it doesn't work either with a '/cygdrive/d'
style path. So I have to specify it via CXXFLAGS\
Abdel,
this is due to the fact that you could specify more than one dir, i.e.,
you could do --with-extra-prefix='/opt/xxx:/opt/yyy' to specify both
/opt/xxx and /opt/yyy as extra dirs. So, 'd:/program/Aspell-0.60.4'
is interpreted as both the 'd' and '/program/Aspell-0.60.4' dirs.
I am surprised that it doesn't work for you with '/cygdrive/d', as
it does for me.
You are right Enrico, my bad. I got mixed up by MSys "/d" it seems to
configure fine. I am recompiling right now to see if there's no problem
with linking.
Thanks,
Abdel.