Re: Linker errors while creating a PostgreSQL C extension function. - Mailing list pgsql-general

From TalGloz
Subject Re: Linker errors while creating a PostgreSQL C extension function.
Date
Msg-id 1534773365391-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Linker errors while creating a PostgreSQL C extension function.  ("Daniel Verite" <daniel@manitou-mail.org>)
List pgsql-general
My CXXFLAGS has the -fPIC flag in it. As I understood from Tom Lane's previos
post, I have to recompile the libseal.a if the -fPIC flag or turn the
libseal.a into a libseal.so.

Best regars,

Tal



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html


pgsql-general by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: Linker errors while creating a PostgreSQL C extension function.
Next
From: Luca Ferrari
Date:
Subject: help defining a basic type operator