Date: Thu, 12 Mar 1998 09:57:06 +0200 (EET) From: Andris Pavenis To: Dan Levin cc: djgpp AT delorie DOT com Subject: Re: Rhide: Linking probs ! In-Reply-To: <3506DD44.3E0A698C@mailbox.swipnet.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 11 Mar 1998, Dan Levin wrote: > Hello ! > > When I'm trying to make an .exe - from a single file in Rhide (within > Win95) - with this simple source... > (I'm working in the new 2.8 environment) > .... > > Indeed - that libstdcx.a is missing in \djgpp\lib but shouldn't be > there either !? It has been replaced by > - libstdcxx.a - right !? > > I've tried to do the following in rhide.env (situated in > i:\djgpp\share\rhide\rhide.env) > > RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx Line in rhide.env is OK. Have You enabled support of long filenames? SET LFN=Y This is N in distributed version of DJGPP.ENV (djdev201.zip). With LFN=Y it works OK for me. If You don't want this working both with and without LFN then read DJGPP FAQ how to do this. Andris