Autor: David Mathog Data: Dla: pcre-dev Temat: Re: [pcre-dev] pcre static build on mingw32, no joy so far.
> Try to build my application (variations of the following work fine on
> linux and solaris, albeit dynamic linking in both of those cases):
> $ gcc -Wall -std=c99 -pedantic -lm -O3 -DMAXINFILE=20 \
> -lpcre -I/usr/local/include -L/usr/local/lib \
> -static -DPCRE_STATIC -o extract extract.c