delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/01/28/03:48:06

X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs
Date: Thu, 28 Jan 1999 10:00:44 +0200 (WET)
From: Andris Pavenis <pavenis AT lanet DOT lv>
To: Artur Zaroda <zaroda AT ghost DOT mimuw DOT edu DOT pl>
cc: djgpp AT delorie DOT com
Subject: Re: cxxfilt.exe in bnu281b.zip and gxx.exe in djdev202.zip
In-Reply-To: <Pine.ULT.3.93.990125142513.14525A-100000@ghost.mimuw.edu.pl>
Message-ID: <Pine.A41.4.05.9901280957280.43494-100000@ieva01.lanet.lv>
MIME-Version: 1.0
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019