On Mon, 19 Apr 1999, Richard Harran wrote:
> I have a later version of g++ than you:
> egcs-2.91.60
Is this egcs-g++ from a slink package? It did strike me as
odd that the egcc --version and g++ --version on my
system differ.
> also when I ldd on the executable, I get
> libstdc++-
I have a later version of g++ than you:
egcs-2.91.60
also when I ldd on the executable, I get
libstdc++-libc6.0-1.so.2 => /usr/lib/libstdc++-libc6.0-1.so.2
(0x4000f000)
libm.so.6 => /lib/libm.so.6 (0x40053000)
libc.so.6 => /lib/libc.so.6 (0x4006e000)
/lib/ld-
Can someone figure this out? The most trivial C++ program
crashes. ( main(){} )
The link between the compiler and libc6 seems fishy.
I have a slink system, with both libstdc++2.8 and
libstdc++2.9.
--
wintermute:test >g++ --version
egcs-2.90.27 980315 (egcs-1.0.2 release)
wintermute:test
3 matches
Mail list logo