"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes:
> gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI
> 
> -I. -I. -I./snowball -I./ispell -I./wordparser -I../../src/include   -c -o
> snowball/english_stem.o snowball/english_stem.c -MMD
> cp: snowball/english_stem.d: No such file or directory
> gmake[1]: *** [snowball/english_stem.o] Error 1

> Hmmm...looks like on my system english_stem.d is created in the tsearch2
> dir, NOT in the snowball subdir.

I see no english_stem.d at all.  I speculate that this is a temp file
created during the gcc run, and that your gcc driver is brain-damaged
about compiling files that aren't in the current directory.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to