bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #7017] dlopen PCRE


From: Paolo Bonzini
Subject: [patch #7017] dlopen PCRE
Date: Thu, 11 Mar 2010 08:49:14 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1

Follow-up Comment #13, patch #7017 (project grep):

Looks nice, but typeof is a GCC extension.  Can you check if it works to do
something like

   #define pcre_exec (*pcre_exec)
   #define pcre_compile (*pcre_compile)

before including pcre.h?

When support is added for gz/bz2, it would makes sense to try autogenerating
the wrapper files at configure time, like

   AC_CHECK_LIB_DYNAMIC([libpcre], [pcre_exec pcre_compile])

etc. This is for later of course

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7017>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]