function compiled with g++

From: Boris Pran <boris(dot)pran(at)finteh(dot)hr>
To: pgsql-general(at)postgresql(dot)org
Subject: function compiled with g++
Date: 2001-09-24 06:03:45
Message-ID: 01092408034500.01089@bart.finteh.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Why the same function writen in C, compiled with gcc works OK, but compiled
with g++, doesn't even load? Not mentioning those written in C++.

i.e. loader reports undefined symbol: pg_detoast_datum__FP7varlena or some
other undefined symbol...

I would actually need to know should I forget C++ for writing functions or
am I just doing something wrong ?

Thanks.
Boris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2001-09-24 06:08:29 Re: function compiled with g++
Previous Message Thomas Lockhart 2001-09-24 06:03:41 Re: function compiled with g++