X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Wed, 16 Jan 2002 12:42:03 -0600 From: JT Williams To: djgpp AT delorie DOT com Cc: Eli Zaretskii Subject: Re: less probed my zip Message-ID: <20020116124203.B14634@kendall.sfbr.org> Mail-Followup-To: djgpp AT delorie DOT com, Eli Zaretskii References: <20020107092245 DOT A22916 AT kendall DOT sfbr DOT org> <20020107093742 DOT B22916 AT kendall DOT sfbr DOT org> <6480-Mon07Jan2002233835+0200-eliz AT is DOT elta DOT co DOT il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <6480-Mon07Jan2002233835+0200-eliz@is.elta.co.il>; from eliz@is.elta.co.il on Mon, Jan 07, 2002 at 11:38:36PM +0200 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Without a debug-enabled libc, `breakpoint _put_path2' in gdb complains that there are no line numbers for the procedure. Can I just compile putpath.c and include it with the object files when linking `less'? Or should I `ar' the new putpath.o into my libc.a? BTW, if I continue to single-step into _put_path, weird stuff happens. My keyboard get strangely remapped, and the machine will frequently hang (cold boot required). -: When you get to this, I suggest to build Less with debug info, run it -: under a debugger, put a breakpoint inside _put_path2, and watch for -: file names on the e: drive. When you see such a file name, look at -: the backtrace of function calls: that should pinpoint the code in -: Less that references e:. The rest should be easy.