pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53753: gcc8 fails to build on Solaris 10
The following reply was made to PR pkg/53753; it has been noted by GNATS.
From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/53753: gcc8 fails to build on Solaris 10
Date: Fri, 4 Jan 2019 09:04:38 +0000
configure:3687: /usr/pkgsrc/lang/gcc8/work/build/./gcc/xgcc -B/usr/pkgsrc/lang/gcc8/work/build/./gcc/ -B/usr/pkg/gcc8/sparc-sun-solaris2.10/bin/ -B/usr/pkg/gcc8/sparc-sun-solaris2.10/lib/ -isystem /usr/pkg/gcc8/sparc-sun-solaris2.10/include -isystem /usr/pkg/gcc8/sparc-sun-solaris2.10/sys-include -c -g -O2 -O3 -mcpu=ultrasparc3 -mtune=ultrasparc3 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include conftest.c >&5
/var/tmp//ccbtMRl8.s: Assembler messages:
/var/tmp//ccbtMRl8.s:16: Error: junk at end of line, first unrecognized character is `i'
if the command is:
xgcc ... really a lot of arguments. ..
can you try to share the following:
echo "int main() { return 0; }" > simple.c
xgcc ..many arguments.. simple.c -save-temps
and share all the simple.s, simple.i that it leaves?
Also, what is 'as --version'? I wonder if it needs a new-ish binutils.
Home |
Main Index |
Thread Index |
Old Index