On Tue, 1 May 2001, Tod Thomas wrote:

> originally built gcc 2.95.2 myself and never specified a cross-compile
> build so I didn't think the compiler was an issue, now I'm sure.

the compiler isn't, but that fact that it thinks you're doing a
cross-compile is. i was thinking that something about the compiler install
was tricking configure into assuming crosscomp.

try this:

./configure --host=sparc-sun-solaris2.8 --target=sparc-sun-solaris2.8
--build=sparc-sun-solaris2.8

> Have you compiled ssh v2.4.0 on solaris8 using gcc?  If so was it the
> ssh from ssh.com or openssh from ssh.org?

not in the last week or so. :) it's plain as day in your configure output
- it says 'yes' to is-a-cross-compiler, and the error is 'won't cross
compile without ENDIAN_HOOHA set in b0rked.h' or whatever. if you knew
what value it wanted for ENDIAN_BLAH, you could just set it -

but that would be a hack, no? ;)

-- 
   Blue Lang                                    http://www.gator.net/~blue
   Unix Administrator                                     Veritas Software
   2315 McMullan Circle, Raleigh, North Carolina, USA         919 835 1540

Reply via email to