On Wed, Jul 16, 2014 at 04:49:49PM +1000, James Brown wrote: > So change to: > > AUXLIBS=?-L/usr/local/lib -llber -lresolv -L/usr/lib ? ?
Something like that. Since you're using headers from /usr/local/include, you need the libpcre from /usr/local/lib. > > Is there a libpcre in /usr/lib? > > In /usr/lib there is: > > -rwxr-xr-x 1 root wheel 390528 3 Jul 2011 libpcre.0.dylib > lrwxr-xr-x 1 root wheel 15 3 Jul 2011 libpcre.dylib -> > libpcre.0.dylib > -rwxr-xr-x 1 root wheel 34672 3 Jul 2011 libpcreposix.0.dylib > lrwxr-xr-x 1 root wheel 20 3 Jul 2011 libpcreposix.dylib -> > libpcreposix.0.dylib That explains it, I'm on 10.9.4, and there is no libpcre in /usr/lib. Did you install a previous libpcre into /usr/lib? I doubt that Apple would remove libpcre from the system if they used to ship it. -- Viktor.