This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/cfront puzzler


Michael Elizabeth Chastain writes:
 > Looking at the context, this code executes just when a 'T' is not
 > followed by a 't'.  So I think it's safe to leave it in and just modify
 > the comment to indicate that some (unknown) compilers may still do this.
 > 
 > My host is Red Hat Linux 8.0.  I tried this:
 > 
 >   % rpm -qilf /usr/lib/libstdc++-libc6.2-2.so.3
 >   ...
 >   Description :
 >   The compat-libstdc++ package contains compatibility Standard C++
 >   libraries that are used by Red Hat Linux 6.2 C++ binaries and KDE 1.x
 >   C++ binaries in the current distribution.
 > 
 > I wonder how your freshly built 'gdb.c++/misc' program is linking with
 > 6.2 compatibility libraries?!  What osversion do you have?
 > 
 > Michael C


No clue as to why. I have RHL7.2 installed, plus some erratas.

[ezannoni@localhost ezannoni]$ rpm -qa | grep libstdc
...
libstdc++-2.96-108.7.2

[ezannoni@localhost ezannoni]$ rpm -q --provides libstdc++-2.96-108.7.2
libstdc++-libc6.2-2.so.3  
libstdc++ = 2.96-108.7.2



Elena


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]