On Fri, Jan 07, 2000 at 11:17:58AM -0800, Mark Luntzel wrote:
> ok, I'll even start from a fresh tarball.
> 
> see attachment. 

> [root@severe /root]# tar xfz ssh-1.2.26.tar.gz
> [root@severe /root]# cd ssh-1.2.26
> [root@severe ssh-1.2.26]# ./configure ; sparc32 make

Here is the problem. You need to run

[root@severe ssh-1.2.26]# sparc32 ./configure; sparc32 make
as I wrote in the mail or just sparc32 sh
and then type the commands normally in that new shell.

> creating cache ./config.cache
> checking host system type... sparc64-unknown-linux

If you do that, you'll see here
checking host system type... sparc-unknown-linux

and all will be fine.

Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | [EMAIL PROTECTED] | http://sunsite.mff.cuni.cz/~jj
Linux version 2.3.36 on a sparc64 machine (1343.49 BogoMips)
___________________________________________________________________
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]

Reply via email to