Re: [GENERAL] Writing C functions
От
Alexey Vyskubov
Тема
Re: [GENERAL] Writing C functions
Дата
Msg-id
20000124023610.A17280@byte-unix.piter-press.ru
Ответ на
Writing C functions (Jeff Davis)
Список
Дерево обсуждения
Writing C functions Jeff Davis <jeff95350@yahoo.com>
Re: [GENERAL] Writing C functions Alexey Vyskubov <alexey@byte-unix.piter-press.ru>
> After you have written a functions.c file, how do you > compile it how postgres wants it with gcc? Well. It depends on your OS. Under OpenBSD works gcc -fpic -c -o file.o file.c ld -Bshareable -o file.so file.c info gcc should help you. -- Alexey
В списке pgsql-general по дате отправления