This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Building on intel solaris 2.6
- From: "Dehmel, Rüdiger" <de at lmnet dot de>
- To: libstdc++ at gcc dot gnu dot org
- Date: Thu, 5 Dec 2002 07:32:51 +0100
- Subject: Building on intel solaris 2.6
Hello,
I need a gcc3.2 cross compiler on sparc solaris for intel solaris 2.6.
Building gcc3.2 is fine but libstdc++ fails.
Now I try to build gcc3.2 with libstdc++ native on intel solaris 2.6 (gcc
2.95.3 was OK)
but libstdc++ still fails.
The problem was: illegal ASM instructions in globals.lo
Next try: build native binutils and then configure --with-gnu-as
--with-gnu-ld
but still illegal ASM instructions in globals.lo (with different mnemonics)
Any idea?
Ruediger