
22 Mar
2009
22 Mar
'09
4:42 a.m.
AMDG Robert Ramey wrote:
I'm trying use gdb under cygwin to debug one of the tests in the serialization library.
I've done the before but only with static linking. This time, the failure only occurs when using the serialization library as a shared library. So I want to trap/trace inside the boost_serialization DLL. Using the cygwin bash shell, I get the following.
$ set | grep LD LD_LIBRARY_PATH=C:/BoostRelease/bin.v2/libs/serialization/build/gcc-3.4.4/debug OLDPWD=/cygdrive/c/boostrelease
Doesn't cygwin use PATH instead of LD_LIBRARY_PATH?
I realize that his might be off topic - but I'm sort of desparate. Any help appreciated.
Patch attached. In Christ, Steven Watanabe