Re: Debugging Native code on Linux II

1999-07-28 Thread Matt Welsh
This is really getting into gdb questions, rather than Java questions. First, it helps if you use both java_g and be sure to compile your native library with gcc -g (so you have debugging information). "Renaming" the library to use the _g suffix isn't the point; such a library is meant to be com

Debugging Native code on Linux II

1999-07-28 Thread Christian Cryder
Hi folks. Thanks to all of you who have responded so far...I've made excellent progress and am almost there. Here's the scoop... 1. I've made sure the library in question is in the $LD_LIBRARY_PATH, and has been renamed to libBlah_g.so... in my case, I'm creating libTest5Native.so, and renaming i