Re: contrib compilation probs - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: contrib compilation probs
Date
Msg-id Pine.LNX.4.56.0308011751000.881@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
Re: contrib compilation probs
List 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@gmx.net


pgsql-hackers by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: ACCESSING POST GRESQL DATABASE THRU MFCOBOL
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: python interface