Re: contrib compilation probs

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 15:52:26
Message-ID: Pine.LNX.4.56.0308011751000.881@krusty.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane writes:

> 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

That will fail for a more basic reason: not all compilers support the -o
option.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-01 16:35:35 Re: 7.4 COPY BINARY Format Change
Previous Message Lee Kindness 2003-08-01 15:12:37 7.4 COPY BINARY Format Change