Re: [pcre-dev] pcre-7.x issue

Pàgina inicial
Delete this message
Autor: Christoph Mende
Data:  
A: Craig Silverstein
CC: pcre-dev
Assumpte: Re: [pcre-dev] pcre-7.x issue
On Mon, 16 Jul 2007 10:11:04 -0700 (PDT)
csilvers@??? (Craig Silverstein) wrote:

> on the pcre trunk (on goobuntu), I see commands like
>    gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -MT pcre_config.lo -MD -MP -MF .deps/pcre_config.Tpo -c pcre_config.c  -fPIC -DPIC -o .libs/pcre_config.o

>
> So it sure seems like stuff is being compiled with PIC, at least for
> me. Are others saying this isn't the case for them?
>

AFAIK I've seen those lines too, but -fPIC wasn't applied to all files,
our patch adds -fPIC -DPIC to libpcre_la_CFLAGS, libpcrepsoxi_la_CFLAGS
and libpcrecpp_la_CXXFLAGS