Ultralinux archive on lore.kernel.org
 help / color / mirror / Atom feed
* libstdc++ bus errors
@ 2001-11-13  4:39 Sean Callanan
  2001-11-13  5:20 ` Jeff Sturm
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sean Callanan @ 2001-11-13  4:39 UTC (permalink / raw)
  To: ultralinux

(Sorry if you've already seen this; I'm having SMTP server problems)

Dear mailing list:

I am currently rebuilding my system from scratch (using the instructions at 
www.linuxfromscratch.org) with GCC 3.0.2 and glibc 2.2.4.
I have simply compiled GCC 3.0.2 for sparc-linux (32-bit) with dynamic 
linking against the new libc. However, even a test program:
--
#include <iostream.h>

void main()
{
	cout << "Hello C++!\n";
	exit(0);
}
--
has a bus error. Are there known issues with sparc and libstdc++ 3.0.2? 
(Incidentally, I try to run the library itself, and get a segmentation 
fault, but I suspect that isn't such a big issue since the c++ library on 
my original SuSE install does the exact same thing.

Incidentally, I have the C++ library for 32-bit in /usr/lib, and the C++ 
library for 64-bit in /usr/lib64. There should be no issues with libs 
conflicting.

Sincerely,
Sean Callanan 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-11-14 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-13  4:39 libstdc++ bus errors Sean Callanan
2001-11-13  5:20 ` Jeff Sturm
2001-11-13  5:33 ` David S. Miller
2001-11-13  6:00 ` Jeff Sturm
2001-11-14 17:15 ` sc843

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox