|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[REGEX] seg fault
_______________________________________________ Boost-users mailing list Boost-users@... http://lists.boost.org/mailman/listinfo.cgi/boost-users |
|
|
|
Re: [REGEX] seg fault>When running the credit_card snippet in gdb I get.
> >Program received signal SIGSEGV, Segmentation fault. >0x00002ac3263b38f2 in >boost::re_detail::cpp_regex_traits_implementation<char>::lookup_classname_imp >() >from /usr/lib64/libboost_regex.so.2 Works for me. The only thing I can think of is a binary compatibility issue between the .so and your built application (different boost versions? Different build options?), John. _______________________________________________ Boost-users mailing list Boost-users@... http://lists.boost.org/mailman/listinfo.cgi/boost-users |
|
|
|
Re: [REGEX] seg fault
_______________________________________________ Boost-users mailing list Boost-users@... http://lists.boost.org/mailman/listinfo.cgi/boost-users |
|
|
|
Re: [REGEX] seg fault>But shouldn't there be a
>libboost_regex.a file ? Yes, well an .so anyway :-) >I bjamed in /usr/include/boost_1_39_0/libs/regex/build (where I unzipped >myboost_1_39_0 tarball). >Then did bjam install. > >Shouldn't that put libboost_regex.a in the right location automatically ? I would have thought so. And those libraries with a "-d" in the name appear to be debug versions as well. >If not what can I do? Try a: bjam --with-regex install from the boost root directory. HTH, John. _______________________________________________ Boost-users mailing list Boost-users@... http://lists.boost.org/mailman/listinfo.cgi/boost-users |
| Free embeddable forum powered by Nabble | Forum Help |