
24 Jul
2005
24 Jul
'05
10:14 a.m.
On 7/23/05, Beman Dawes <bdawes@acm.org> wrote:
"Alo Sarv" <alo.sarv@gmail.com> wrote in message news:14a0620d050717003678007917@mail.gmail.com...
As noted at: http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/output/...
progopt library fails to link on mingw as dll. After some searching around, I found out that using -Wl,--enable-runtime-pseudo-reloc flag during linking, it works properly.
Hum... Sounds like the problem that is affecting Boost.Filesystem on certain mingw builds. Could you see if that same flag allows the filesystem _dll tests to pass?
Tested by hand, had no effect on Boost.Filesystem mingw _dll builds - still failing. Alo