Boost logo

Boost Users :

From: Mark Helzer (Mark_Helzer_at_[hidden])
Date: 2004-12-06 13:21:21


 

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_at_[hidden]>
Subject: Re: [Boost-users] Re: Newbie using regex libraries (John
        Maddock)
To: boost-users_at_[hidden]
Message-ID: <989aceac04120416352e161707_at_[hidden]>
Content-Type: text/plain; charset=US-ASCII

On Fri, 3 Dec 2004 09:25:16 -0800, Mark Helzer <mark_helzer_at_[hidden]>
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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net