X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Thu, 28 Jan 1999 10:00:44 +0200 (WET) From: Andris Pavenis To: Artur Zaroda cc: djgpp AT delorie DOT com Subject: Re: cxxfilt.exe in bnu281b.zip and gxx.exe in djdev202.zip In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 27 Jan 1999, Artur Zaroda wrote: > > Hello, > > There is a file named cxxfilt.exe in bnu281b.zip and gxx.exe in > djdev202.zip. I'm not sure, why they are needed there since I believe they > are C++-specific but the main problem is that there are files with same > names (but different contents) in gpp281b.zip and one has to be carefull > when installing DJGPP to do it in the right order: I'm not sure about > cxxfilt.exe but gxx.exe from djdev202.zip does not work with C++ > installation (gpp281b.zip). > cxxfilt demangles C++ symbol names. Try following commands for some object file (compiled from C++ source of course) to see difference (replace xxxx.o with actual name of file): nm xxxx.o | less nm xxxx.o | cxxfilt | less The same is about output from symify. About gxx. I suggest using gpp.exe instead Andris