https://bugs.exim.org/show_bug.cgi?id=2289
Bug ID: 2289
Summary: OpenBSD and undefined reference to pcre_jit_exec
Product: PCRE
Version: 8.42
Hardware: x86-64
OS: OpenBSD
Status: NEW
Severity: bug
Priority: medium
Component: Code
Assignee: ph10@???
Reporter: noloader@???
CC: pcre-dev@???
I'm working on OpenBSD 6 x86_64. I'm building PCRE 8.42 from sources. Wget
still needs it.
/bin/sh ./libtool --tag=CC --mode=link gcc -g2 -O2 -m64 -march=native
-fPIC -L/usr/local/lib -m64 -Wl,-R,/usr/local/lib -Wl,--enable-new-dtags -o
pcre_jit_test pcre_jit_test-pcre_jit_test.o libpcre.la -lpthread
libtool: link: gcc -g2 -O2 -m64 -march=native -fPIC -m64 -Wl,-R
-Wl,/usr/local/lib -Wl,--enable-new-dtags -o .libs/pcre_jit_test
pcre_jit_test-pcre_jit_test.o -L/usr/local/lib -L./.libs -lpcre -lpthread
-Wl,-rpath,/usr/local/lib
pcre_jit_test-pcre_jit_test.o: In function `regression_tests':
/home/build/pcre-8.42/pcre_jit_test.c:1368: undefined reference to
`pcre_jit_exec'
collect2: ld returned 1 exit status
*** Error 1 in . (Makefile:1507 'pcre_jit_test')
*** Error 1 in /home/build/pcre-8.42 (Makefile:1322 'all')
--
You are receiving this mail because:
You are on the CC list for the bug.