Re: contrib Makefile's and OS X

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Adam Witney <awitney(at)sghms(dot)ac(dot)uk>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: contrib Makefile's and OS X
Date: 2003-03-06 04:54:55
Message-ID: 200303060454.h264stu16239@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway wrote:
> Adam Witney wrote:
> >
> > PL/R compiles and installs ok on my OS X 10.2.4, the corresponding line is
> >
> > gcc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes
> > -Wmissing-declarations -flat_namespace -bundle -undefined suppress plr.o
> > pg_conversion.o pg_backend_support.o pg_userfuncs.o pg_rsupport.o -L/sw/lib
> > -L/sw/lib/R/bin -lR -o libplr.so.0.0
> >
>
> Thanks Adam, Peter, and Tom for your replies. I'll make the minor change
> Tom recommended, try to find out what distribution the person is using,
> and recommend they switch to the standard one.

This gets into the problem if distributing PL/R outside our tarball.
Are you still able to use our Makefile.shlib in your build?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2003-03-06 05:03:48 Re: contrib Makefile's and OS X
Previous Message Kevin Brown 2003-03-06 04:37:03 Re: Win32 Powerfail testing