Re: Newbie using regex libraries (John Maddock)

In developing a very simple test, I ran into an issue with the
-----------------------------
Message: 3
Date: Fri, 3 Dec 2004 10:57:05 -0000
From: "John Maddock"
Those two libs should be the same thing, in fact I think one should be a link to the other shouldn't it? No, they are not. Although that is what I would have expected... -rwxr-xr-x 1 eoapi clients 4976367 Apr 22 2004 libboost_regex-gcc-mt-d-1_31.so.1.31.0 -rwxr-xr-x 1 root root 629005 Jun 29 06:16 libboost_regex-gcc.so I shall clean it up and try rebuilding John.

On Fri, 3 Dec 2004 09:25:16 -0800, Mark Helzer
Note that one of these is for use with multi-threaded builds (-mt) and one is for single-threaded. Depnding on how you're compiling your code, this may explain the linker error. -- Caleb Epstein caleb dot epstein at gmail dot com
participants (2)
-
Caleb Epstein
-
Mark Helzer