Boost logo

Boost :

From: Dan Nuffer (dnuffer_at_[hidden])
Date: 2001-02-26 11:07:06


boost_at_[hidden] wrote:
>
> Hello,
>
> This email message is a notification to let you know that
> a file has been uploaded to the Files area of the boost
> group.
>
> File : /boost-1.20.2-8.src.rpm
> Uploaded by : dnuffer_at_[hidden]
> Description : Source RPM of boost 1.20.2
>

Hi,
I finally figured out why the regex++ shared library was crashing when
throwing an exception. Somehow the shared library wasn't getting
created correctly by using ld to link it. When using ld with c++ code,
some additional libraries need to be specified on the command line. The
easy fix is to simply call g++ to link the files. g++ then calls ld
with the appropriate commands.
So in this version of the RPM, I now use g++ to create the shared
library, and the regression test program runs flawlessly.

--Dan Nuffer


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk