Re: contrib compilation probs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: contrib compilation probs
Date: 2003-08-01 14:33:17
Message-ID: 7847.1059748397@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> 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.

I was afraid it was something like that. Can we leave the directory
structure as-is and just make the .o (and .d) files get built in the
upper directory, that is
gcc ... -o english_stem.o snowball/english_stem.c
? Or must we go the full nine yards and make sub-Makefiles in the
subdirectories?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-08-01 14:44:50 Re: python interface
Previous Message Tom Lane 2003-08-01 14:03:21 Re: Version-aware psql?