X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Alex Traud" Newsgroups: comp.os.msdos.djgpp Subject: Debugging with rhide Date: Mon, 12 Jan 2004 17:17:20 +0100 Organization: T-Online Lines: 33 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1073924078 06 13894 dyHOG6k1a0vpDJb 040112 16:14:38 X-Complaints-To: usenet-abuse AT t-online DOT de X-ID: XdSSf2ZZ8euTQ+Bh3wpZnF8yjdqkadfmF3OYIiVeTH8n3elUNfQ0sh X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello NG! I'm trying to debug a c++ program with rhide v1.4 My Configuration: D:\cpp\src\matrix>gcc -v Reading specs from d:/cpp/lib/gcc-lib/djgpp/3.32/specs Configured with: /devel/gnu/gcc/3.3/gnu/gcc-3.32/configure i586-pc-msdosdjgpp -- prefix=/dev/env/DJDIR --disable-nls Thread model: single gcc version 3.3.2 D:\cpp\src\matrix>ld -v GNU ld version 2.14 20030612 D:\cpp\src\matrix>as --version GNU assembler 2.14 20030612 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This assembler was configured for a target of `i586-pc-msdosdjgpp'. I Compile with the -g switch and with gdb (from command line) there's no problem, but rhide complains, that there's no usable debug info. what am i doing wrong? greetings && thanks in advance. alex