[MASSMAIL]Cant link libpq with a pg extension using cmake

Поиск
Список
Период
Сортировка
От Tony Wayne
Тема [MASSMAIL]Cant link libpq with a pg extension using cmake
Дата
Msg-id CAAW5B8zyBjeV02yiWeu3iX7=CJfJDybTnmpP88DPaWMtcqpiPw@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
i am getting linking issues when trying to link libpq with my pg extension and i am using pg's libpq ,so libpq is built along with pg,so i did this in my extension's cmakelists.txt

file (GLOB storage_SRC CONFIGURE_DEPENDS "*.cpp" )
add_library(storage OBJECT ${storage_SRC})
target_link_libraries(storage PRIVATE pq) 

btw included all required include dirs in my toplevel cmakelists.txt

then i got undefined symbol: pqsecure_write but don't know why if i give the pg_config --libdir/libpq.a path in target_link_libraries instead of lib name then it links but walreceiver process cant start and i get FATAL: could not connect to the primary server: libpq is incorrectly linked to backend functions

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Statistics Import and Export
Следующее
От: "Zhijie Hou (Fujitsu)"
Дата:
Сообщение: RE: Synchronizing slots from primary to standby