On Fri, Jun 29, 2012 at 3:14 PM, Atri Sharma <atri.j...@gmail.com> wrote:
> On Fri, Jun 29, 2012 at 2:37 PM, John R Pierce <pie...@hogranch.com> wrote:
>> On 06/29/12 1:43 AM, raghu ram wrote:
>>>
>>>
>>> and then you can build both from scratch and install them independently
>>
>>
>>
>> in case noone has made this clear, use different --prefix= paths on the
>> ./configure line, and when you're running initdb and starting the database
>> server, specify different $PGPORT and $PGDATA values.
>>
>>
>>
>> --
>> john r pierce                            N 37, W 122
>> santa cruz ca                         mid-left coast
>>
>>
>> --
>> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-general
>
> Hi John,
>
> What values should I be setting in PGDATA and PGPORT?
>
> Atri
> --
> Regards,
>
> Atri
> l'apprenant

Another thing,I am using the PGXN build in my project but I want the
additional flag '-ljvm'  also when gcc compiles my project.

I added these lines to my makefile:

export CFLAGS="$CFLAGS -ljvm"
export CXXFLAGS="$CXXFLAGS -ljvm"export CFLAGS="$CFLAGS -ljvm"
export CXXFLAGS="$CXXFLAGS -ljvm"

This was working before,but now,when I have reinstalled PostgreSQL
9.1.3 from source,I am not able to see the -ljvm flag in my project's
compilation and I am getting an error when I am runnning it.How can I
include the flag?

Atri


-- 
Regards,

Atri
l'apprenant

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to