From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: <366bcb20 DOT 0 AT news DOT uni-rostock DOT de> Subject: Re: RHIDE Bug? (Compiling C++) Lines: 33 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Message-ID: <9oPa2.4564$Z72.1733393@tundra.ops.attcanada.net> Date: Mon, 07 Dec 1998 11:56:53 GMT NNTP-Posting-Host: 142.194.222.209 NNTP-Posting-Date: Mon, 07 Dec 1998 11:56:53 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com It's more a bug that Windows95 causes, but it could be considered a bug in RHIDE. LIBSTDCXX.A has one too many X's on it for the usual 8 + 3 filename rule, so under normal dos the last X is cut off. Under Windows, it succeeds in unzipping because it was made for this type of thing. Your solution works (and may never cause problems again because you have both names now acceptable :) ). -- "DeHackEd" My Email address in the header is fake (spammers). Email me at this address: http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked Joerg Bornemann wrote in message news:366bcb20 DOT 0 AT news DOT uni-rostock DOT de... >Hello, > >everytime I try to build or run a C++ program I get a linker error: > >ld.exe: -stdcx unknown file or directory (ENOENT) > >or similar - I don't remember properly at the moment... > >This error only affects C++ programs. C works and just compiling C++ works too. >I worked around this error by copying lib/libstdxx.a >to lib/libstdcx.a > >Now everything works fine. >Is this a typing error in a configuration file or in RHIDE source code? > >Good bye, Joerg Bornemann