| From: | HS <mhossein(at)gmail(dot)com> |
|---|---|
| To: | pgsql-ports(at)postgresql(dot)org |
| Subject: | Re: compilation problem |
| Date: | 2005-10-13 03:53:23 |
| Message-ID: | e9adaa70510122053i2998f0aduee5c901d06286edd@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-ports |
The problem is that I have to use a statistical library which is written in
C++. My own code is in plain C.
If I compile the library source code separately and make the object file
using gcc, is there a way that I can change the postgres make files to link
that .o file to postgres (considering teh fact that the .o file's source
file was in C++)?
Thanks,
Hossein
On 10/12/05, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> HS <mhossein(at)gmail(dot)com> writes:
> > I'd appreciate it if anyone could help me with this problem (adding a
> > C++ file that uses some C++ libraries to postrges).
>
> Learn to write plain C --- the backend is not a C++ program and cannot
> readily be turned into one.
>
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-10-13 04:02:56 | Darwin compile fixes |
| Previous Message | Tom Lane | 2005-10-12 23:12:49 | Re: compilation problem |