Re: [pcre-dev] pcre 7.8 pcrecpp linking problem

トップ ページ
このメッセージを削除
著者: Craig Silverstein
日付:  
To: s2ilveszter
CC: pcre-dev
題目: Re: [pcre-dev] pcre 7.8 pcrecpp linking problem
} add libs from .libs dir

What do you mean by this exactly? -- can you say what changes you made
to 'add' these libs? It shouldn't be necessary to touch the .libs dir
after running 'make install'.

Try running 'make check' to see if that works. If so, you can look at
how the pcrecpp_unittest binary was compiled on mingw, and try doing
the same thing for your application. You should not need to change
pcre_stringpiece.h or pcrecpparg.h to remove the PCRECPP_EXP_DFNs.

craig