Re: contrib compilation probs - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: contrib compilation probs
Date
Msg-id Pine.LNX.4.56.0308011138460.1793@krusty.credativ.de
Whole thread Raw
In response to Re: contrib compilation probs  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: contrib compilation probs
List pgsql-hackers
Tom Lane writes:

> > gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI
> > C -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
>
> No idea about this; it doesn't happen here.  Anyone?

These files are created when --enable-depend is on.  The problem appears
to be that the Makefile is trying to create files in a directory not its
own.  You cannot do that; it creates all kinds of problems in complex
installation setups.

-- 
Peter Eisentraut   peter_e@gmx.net


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: 7.4 Pkgconfig
Next
From: Peter Eisentraut
Date:
Subject: Re: Another nasty pg_dump problem