Re: I'm newbie

From: "Mohsen Pahlevanzadeh" <mohsen(at)pahlevanzadeh(dot)org>
To: "Richard Huxton" <dev(at)archonet(dot)com>
Cc: mohsen(at)pahlevanzadeh(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: I'm newbie
Date: 2005-02-19 16:27:57
Message-ID: 32791.81.91.153.7.1108830499.squirrel@81.91.153.7
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Mohsen Pahlevanzadeh wrote:
>> Dear Richard:
>> 1.Thank you for reply
>> 2.Dear Richard,I must write a Makefile for my client packge.But i don't
>> know on pgsql's library & path of its include-files.
>
> Depends on how you installed PostgreSQL. If it's via RPM then you can
> see what files are installed with "rpm -ql"
> rpm -ql postgresql
> rpm -ql postgresql-libs
> If you installed via source, the files you want are probably somewhere
> like /usr/local/pgsql/...
>
>> Please guide me on writting a Makefile for a client packege with pgsql.
>
> Well, if you want a guide to developing software, you might start with:
> http://www.tldp.org/HOWTO/Software-Building-HOWTO.html
>
> Some questions for you:
> 1. Do you know how to write a Makefile for your C++ application without
> PostgreSQL?
Yes,I know.
> 2. Are you linking to other databases at the moment?
yes.
> 3. Do you know how/where you installed PostgreSQL?
I don't know,Becuase RH9 has it default.
> 4. Have you read the documentation on libpq in the manuals?
yes,But i haven't found any on Makefile.
> 5. Did you download/read and documentation from the libpqxx/pp links I
> provided yesterday?
no,Because i think it no related to my topic.

>
> --
> Richard Huxton
> Archonet Ltd
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2005-02-19 16:40:35 Re: PostgreSQL scaleability question
Previous Message Reuben D. Budiardja 2005-02-19 15:02:45 Client lib v. 7.3 to access 8.0 db server. Compatible ?