[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Odd failure on Solaris 9 (sparc)
From: |
john o goyo |
Subject: |
[Gm2] Odd failure on Solaris 9 (sparc) |
Date: |
Thu, 31 Mar 2005 19:57:53 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 |
Greetings:
An attempt to build GM2 Release 0.44 rewarded me with the following woes.
(This happened in both ilp32 and i32lp64 modes, which are not configured in
separate directories under separate accounts.)
============================================================
cd gm2; \
if echo -DIN_GCC | grep -e -DCROSS_COMPILE; then \
AR=`echo ar | sed -e "s/^ //"` ; \
export AR ; \
/bin/bash -c '..//home/build/prj/gcc-3.3.2-gm2/gcc/gm2/configure
--srcdir=..//home/build/prj/gcc-3
.3.2-gm2/gcc/gm2 --target=sparcv9-sun-solaris2 --program-suffix=
--includedir=/usr/include' ; \
else \
/bin/bash -c '..//home/build/prj/gcc-3.3.2-gm2/gcc/gm2/configure
--srcdir=..//home/build/prj/gcc-3
.3.2-gm2/gcc/gm2 --target=sparcv9-sun-solaris2 --program-suffix=' ; \
fi
grep: illegal option -- e
grep: illegal option -- D
grep: illegal option -- C
grep: illegal option -- R
grep: illegal option -- O
grep: illegal option -- S
grep: illegal option -- S
grep: illegal option -- _
grep: illegal option -- C
grep: illegal option -- O
grep: illegal option -- M
grep: illegal option -- P
grep: illegal option -- I
grep: illegal option -- L
grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
============================================================
The release builds without incident (and passes gm2.paranoid) on Intel-based
Linux. One surmises that some constant is not being passed along.
Please advise.
Sincerely,
john
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gm2] Odd failure on Solaris 9 (sparc),
john o goyo <=