Enrico Forestieri a écrit :
On Sat, Apr 29, 2006 at 06:08:42PM +0200, Abdelrazak Younes wrote:
Just to illustrate my case, try to compile the attached file with the
following commands (adjust to your local paths):
g++ -I/cygdrive/d/program/Aspell-0.60.4/include -c config.C
g++ -Id:/program/Aspell-0.60.4/include -c config.C
The first one won't find aspell.h :-(
But if you use the cygwin g++
g++ -mno-cygwin -I/cygdrive/d/program/Aspell-0.60.4/include -c config.C
will magically work ;-)
I know, I know, but I want to keep my cygwin install as small as possible.
Abdel.