From: "Stephen Hicks" Newsgroups: comp.os.msdos.djgpp References: <7hhj11$s35 AT telerad DOT teleline DOT es> Subject: Re: RSXNTDJ problem Lines: 30 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Sat, 15 May 1999 06:04:30 GMT NNTP-Posting-Host: 24.28.38.238 X-Complaints-To: abuse AT tampabay DOT rr DOT com X-Trace: newse2.tampabay.rr.com 926748270 24.28.38.238 (Sat, 15 May 1999 02:04:30 EDT) NNTP-Posting-Date: Sat, 15 May 1999 02:04:30 EDT Organization: RoadRunner - TampaBay To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 Trom wrote in message news:7hhj11$s35 AT telerad DOT teleline DOT es... > Hello, > > I've installed RSXNTDJ (RSXNT with DJGPP port of GNU-C), but > I have a problems with C++ applications. When I try to link > a C++ program I have this error message: > > 'Error: missing stab strings - not linked with rsxnt' > > When I compile a C program I don't have any problem. For example, > I've compiled sucessfully all the sample programs in the RSXNTDJ 1.31 > distribution (in the directory ...sample/gui and ...sample/console) > except the program named 'cplus' (in ...sample/gui/cplus/cplus.cpp) > because is the only C++ program. I always received the same error > message. > > Somebody can help me? Thanks in advance. > > Trom > omolap AT iname DOT com > >