This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: alpha-dec-osf4.0e libstdc++-v3/src/complex_io.cc assembler failures.
- To: RDBrown at mira dot net, RodneyBrown at mynd dot com
- Subject: Re: alpha-dec-osf4.0e libstdc++-v3/src/complex_io.cc assembler failures.
- From: Brent Verner <brent at rcfile dot org>
- Date: Thu, 18 Jan 2001 02:41:27 -0500
- Cc: libstdc++ at sources dot redhat dot com, gcc-bugs at gcc dot gnu dot org
- References: <E14JB5F-0000AN-00@urtur>
On 18 Jan 2001 at 20:10 (+1100), RDBrown@mira.net wrote:
| With Mark's AIX 4.2 patch, alpha-dec-osf4.0e configures math and is now
| failing with assembler errors in the vendor assembler.
search the archive for this list and you'll find a thread describing
similar problems. the simple solution is to install gnu as and/or
arrange for the compiler to use it, as the DEC assembler does not
have .subsection/.previous directives. By tweaking the asm, I got
the build past as0, but in the end there were linking problems that
I was unable to resolve.
hth.
brent