Re: including header files in a C extension

2018-08-20 Thread TalGloz
Hi, Thanks for the reply but this question doesn't describe my problem. I've asked the question again with much more detailed information about my problem and got a solution, please see link below. http://www.postgresql-archive.org/Linker-errors-while-creating-a-PostgreSQL-C-extension-function-td

Re: including header files in a C extension

2018-08-20 Thread Laurenz Albe
TalGloz wrote: > If I have an external library that I install using make install into the > /usr/local/include/libraryname path by default and I want to include it in a > C extension, the Makefile for the .so file includes the headers in > /usr/local/include/libraryname path. > > Can I use #inclu