Re: Srf function : missing library on PostgreSQL 8.3.6 on Windows?

From: Ben Ali Rachid <souliman239(at)yahoo(dot)fr>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Srf function : missing library on PostgreSQL 8.3.6 on Windows?
Date: 2009-03-20 17:56:02
Message-ID: 395843.14011.qm@web28512.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Thanks for your help. I try "extern C" for the inclusions and everything is OK. But now I have execution error (server crash), but it's another problem that I will try to solve.

--- En date de : Ven 20.3.09, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> a écrit :

De: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Objet: Re: [GENERAL] Srf function : missing library on PostgreSQL 8.3.6 on Windows?
À: "Ben Ali Rachid" <souliman239(at)yahoo(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Date: Vendredi 20 Mars 2009, 16h37

Ben Ali Rachid <souliman239(at)yahoo(dot)fr> writes:
> I have this link error : "undefined reference to 'init_MultiFuncCall(FunctionCallInfoData*)'".

The fact that the linker knows the argument data type indicates that
you're trying to compile your code as C++.  Postgres is written in C,
not C++.

You can try putting extern "C" { ... } around your inclusions of
Postgres header files, but you're likely to run into other problems
later on.  On the whole I'd recommend using plain C for backend
functions if you possibly can.

            regards, tom lane

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Will Rutherdale (rutherw) 2009-03-20 18:15:22 Re: Is there a meaningful benchmark?
Previous Message Oleg Bartunov 2009-03-20 17:44:00 Re: Fulltext - multiple single column indexes