NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
thanks, I'll take care of that and provide a way for linking against a system-supplied pcre package in the next version of dbg-cli
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 08 Jun 2004
Posts: 6
Reply with quote
It turns out that the problem is libtool. It wants to link in a shared object (libpcre.so) in preference to a old archive (libpcre.a) is ahead in the search path. So, you end up compiling with headers in the db-cli distribution but linking against an installed shared library, which, not surprisingly, leads to disaster.

I don't know if that behaviour of libtool is correct, but the simplest solution is to link against ../pcre/libpcre.a instead of -lpcre.

Of course, the ability to use ready installed pcre would make sense as well.
View user's profileFind all posts by iandallSend private message
Wrong session request passed
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 2 of 2  

  
  
 Reply to topic