Re: contrib compilation probs - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: contrib compilation probs
Date
Msg-id 05cc01c357e3$544a1600$2800a8c0@mars
Whole thread Raw
In response to contrib compilation probs  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: contrib compilation probs
List pgsql-hackers
> >
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.

Chris



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: contrib compilation probs
Next
From: Bruce Momjian
Date:
Subject: Re: python interface