Hi, In developing a very simple test, I ran into an issue with the library. I linked with libboost_regex-gcc.so and ran into a relocation run time error -- undefined symbol: __dso_handle. I found the symbol in libboost_regex-gcc-mt-d-1_31.so.1.31.0. I linked with that and my test works. So, it seems odd that I would not use one of the more generic library names (ending in .so). Is this perhaps a configuration issue on my part? Mark Helzer ADP Dealer Services 2525 S.W 1st Portland, OR. (503) 402-3481
In developing a very simple test, I ran into an issue with the library. I linked with libboost_regex-gcc.so and ran into a relocation run time error -- undefined symbol: __dso_handle.
I found the symbol in libboost_regex-gcc-mt-d-1_31.so.1.31.0. I linked with that and my test works.
So, it seems odd that I would not use one of the more generic library names (ending in .so). Is this perhaps a configuration issue on my part?
Those two libs should be the same thing, in fact I think one should be a link to the other shouldn't it? John.
participants (2)
-
John Maddock
-
Mark Helzer