deeps1 wrote: > Hello pgsql-committers, > > > > How I can compiling and linking Dynamically-Loaded Functions on Win32? > > In Docs describe all platforms BSD , FreeBSD, > > > Linux for example > The compiler flag to create PIC is -fpic. On some platforms in some situations -fPIC must be used if -fpic does not work.Refer to the GCC manual for more information. The compiler flag to create a shared library is -shared. A complete examplelooks like this: > > cc -fpic -c foo.c > cc -shared -o foo.so foo.o > > but no describe under Win32 for Postges 8.0.1 under Win32 [ Moved to 'general'.] Take a look at how the regression tests link regress.so using the MinGW tools and that will show the flags to use. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера