------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1223 --- Comment #28 from Lawrence Velázquez <[email protected]> 2013-02-16 05:02:00 --- (In reply to comment #26) > Created an attachment (id=614) --> (http://bugs.exim.org/attachment.cgi?id=614) [details] > tweaked patch for 8.30 > > This is an "incorrect" patch, but it might work. I forgot that subroutine > calls > on 8.30 pushes extra data on the stack. Could you try it? % cd ~/Downloads && rm -fR pcre-8.30 ; curl 'http://voxel.dl.sourceforge.net/project/pcre/pcre/8.30/pcre-8.30.tar.bz2' | tar -x && curl 'http://bugs.exim.org/attachment.cgi?id=614' | patch -p0 && cd pcre-8.30 && CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.8' CXX='/usr/bin/clang++' LDFLAGS='-L/opt/local/lib -arch i386' INSTALL='/usr/bin/install -c' CC='/usr/bin/clang' ./configure --enable-pcre16 --enable-jit --enable-unicode-properties --enable-pcregrep-libz --enable-pcregrep-libbz2 && CPATH='/opt/local/include' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.8' /usr/bin/make -j2 -w all [snip output] % ./libtool --mode=execute gdb -q ./pcretest Reading symbols for shared libraries ..... done (gdb) run -q -s+ testdata/testinput1 testtry Starting program: /Users/larryv/Downloads/pcre-8.30/.libs/pcretest -q -s+ testdata/testinput1 testtry Reading symbols for shared libraries ++++......................... done Program exited normally. (gdb) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
