Re: contrib compilation probs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: contrib compilation probs
Date
Msg-id 4890.1059711137@sss.pgh.pa.us
Whole thread Raw
In response to Re: contrib compilation probs  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> 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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: python interface
Next
From: "Marc G. Fournier"
Date:
Subject: Re: python interface