[Lazarus] anyone have a static libpq library for linking?

Aleš Katona almindor at gmail.com
Tue Aug 26 23:03:00 CEST 2008


I'm not sure where you can find them but if you get the sources, try
compiling with -static or -static-libgcc and you should get some .a in
the binary output folder.

Note that just "-static" might end up still depending on libc, with
"-static-libgcc" you MIGHT end up with a pure static solution (will be
quite big I gather).

Ales




More information about the Lazarus mailing list