bug-grep
[Top][All Lists]
Advanced

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

[patch #7017] dlopen PCRE


From: Mike Frysinger
Subject: [patch #7017] dlopen PCRE
Date: Wed, 10 Mar 2010 15:30:28 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100304 Gentoo Firefox/3.5.8

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

a configure test wouldnt be useful either.  people building packages will
have libpcre.so on their system so the configure test would pass.  but the
systems where that package gets deployed will fail most of the time because
people arent installing the libpcre development files.  plus, libpcre.so could
be a linker script and not an actual ELF.

so again, this proposed code isnt going to work.

also, the current configure code does a libdl check but then doesnt actually
review the result.  using_dl should not be set to yes if AC_CHECK_LIB([dl],
[dlopen]) fails.

    _______________________________________________________

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]