From: "bowman" Newsgroups: comp.os.msdos.djgpp References: <7hhj11$s35 AT telerad DOT teleline DOT es> Subject: Re: RSXNTDJ problem Lines: 23 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Sat, 15 May 1999 06:55:55 -0600 NNTP-Posting-Host: 208.4.224.88 X-Trace: newsfeed.slurp.net 926773029 208.4.224.88 (Sat, 15 May 1999 07:57:09 CDT) NNTP-Posting-Date: Sat, 15 May 1999 07:57:09 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Stephen Hicks wrote > > i've never used that library before but it appears tobe another problem with > the long filenames. just make a copy of the librsxntdj.a file (probably in > your \djgpp\lib\ dir) and truncate off the last 2 letters (name it to > librsxnt.a) and it should work fine > > > 'Error: missing stab strings - not linked with rsxnt' This problem has nothing to do with a hypothetical librsxntdj.a file, but rather with the missing stabs debugging information that rsxntdj is attempting to find. See the gcc documentation for further details on the differing formats. You may want to try building with the -gstabs flag instead of just -g. iirc, that will get you to another problem.