Follow up: What else....
"Keith Knapp" <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
I need to correct troubleshooting setp 1 below. I get get error message 1 (below) even when running the sample.c file described on the ddd website. Any ideas would be good. Thanks K -----Original Message----- From: Keith Knapp [mailto:[email protected]] Sent: Monday, 15 January 2007 4:32 PM To: '[email protected]' Subject: What else.... Hello, When I start a certain program using DDD I get two error messages: 1. GDB could not be started 2. Could not load VSL Library "vsllib.vsl" My question is what else should I do for troubleshooting... I have done the following without getting a clear idea of where to go next.... 1. Tested ddd with the sample file given, it works fine. 2. Ensured that both the program and ddd where compiled with the same compiler g++ 3.4.6 20060404 (Red Hat 3.4.6-3) 3. My program is compiled with the -g option 4. run 'make clean' and make in the vsllib directory. Regards, Keith