Re: Linker errors while creating a PostgreSQL C extension function.

Поиск
Список
Период
Сортировка
От TalGloz
Тема Re: Linker errors while creating a PostgreSQL C extension function.
Дата
Msg-id 1534680422044-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: Linker errors while creating a PostgreSQL C extension function.  (Dmitry Igrishin <dmitigr@gmail.com>)
Ответы Re: Linker errors while creating a PostgreSQL C extension function.  (Dmitry Igrishin <dmitigr@gmail.com>)
Re: Linker errors while creating a PostgreSQL C extension function.  ("Daniel Verite" <daniel@manitou-mail.org>)
Список pgsql-general
Do you mean this command:

seal_diff_cpp.so: seal_diff_cpp.o
        $(CXX) -Wl,--no-undefined -shared -o seal_diff_cpp.so
seal_diff_cpp.o $(LDFLAGS)

If yes then the -lseal is added with the $(LDFLAGS) at the end of the
command.



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


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

Предыдущее
От: Dmitry Igrishin
Дата:
Сообщение: Re: Linker errors while creating a PostgreSQL C extension function.
Следующее
От: Dmitry Igrishin
Дата:
Сообщение: Re: Linker errors while creating a PostgreSQL C extension function.