RE: Boost-users Digest, Vol 389, Issue 2

Today's Topics: 9. Re: Re: Newbie using regex libraries (John Maddock) (Caleb Epstein) ------------------------------ Message: 9 Date: Sat, 4 Dec 2004 19:35:00 -0500 From: Caleb Epstein <caleb.epstein@gmail.com> Subject: Re: [Boost-users] Re: Newbie using regex libraries (John Maddock) To: boost-users@lists.boost.org Message-ID: <989aceac04120416352e161707@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII On Fri, 3 Dec 2004 09:25:16 -0800, Mark Helzer <mark_helzer@adp.com> wrote:
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
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. I rebuilt (and downloaded 1.32 along the way) and now libboost_regex-gcc.so is a hard link to libboost_regex-gcc-1_32.so.1.32.0. I don't believe it was before (could be wrong) Anyway, compiling with the generic name now works great, thanx.
participants (1)
-
Mark Helzer