Re: contrib Makefile's and OS X - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: contrib Makefile's and OS X
Date
Msg-id 200303060454.h264stu16239@candle.pha.pa.us
Whole thread Raw
In response to Re: contrib Makefile's and OS X  (Joe Conway <mail@joeconway.com>)
Responses Re: contrib Makefile's and OS X  (Joe Conway <mail@joeconway.com>)
List 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@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Kevin Brown
Date:
Subject: Re: Win32 Powerfail testing
Next
From: Joe Conway
Date:
Subject: Re: contrib Makefile's and OS X