Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <10c301c05e62$2c02c980$0200a8c0@voyager> From: "Trevor Forbes" To: "Cygwin-developers" References: <20001019121952 DOT A32628 AT cygnus DOT com> Subject: Problem with error_start Date: Tue, 5 Dec 2000 11:51:06 +0930 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 I am having problem getting error_start=f:\home\bin\gdb.exe to work correctly. It seems that gdb will not start unless it is in the /bin directory. Ok, DJ has answered this before, in that, it is looking for /share/gdbtcl based on where GDB is located. Well, how do I get GDB to work outside the /bin directory which, from what I understand, is the way to use error_start to debug Cygwin using a debug cygwin1.dll?? I have tried setting TCL_LIBRARY=f:/Cygwin/usr/share/gdbtcl and GDBTK_LIBRARY=f:/Cygwin/usr/share/gdbtcl in the windows env but nothing seems to work? I seem to be missing something obvious? I am using gdb-20001125-1 on win2000 and have CYGWIN=binmode ntsec tty error_start=f:\home\bin\gdb.exe Trevor