Joe,
When you run the make, redirect standard error in your shell to a file.
Clues to the real problem are more often found there than stdout.
I have successfully compiled ssh-1.2.26 and ssh-1.2.27 on Indys running
Irix 6.5.3. I've not resolved all the errors with gcc, but have fixed
everything I've encountered using MipsPro compilers.
Main problems I've experienced:
1) Forgot to install MipsPro compiler license. Produces error below.
Stderr reports missing license.
2) In ssh-1.2.26, if not using SGI Project, need to UNDEF HAVE_SGI_PROJ.
Don't recall the error codes.
3) Assembly optimization a problem in ssh-1.2.26 when using gcc only.
Don't recall for gcc on 1.2.27.
I've read that gcc libs may need to be updated, or gcc itself, but I've
not checked which versions I'm using to see if that's why the assembly
opts choke. I used the gcc that comes with Irix 6.5 CD distribution.
If you really want to use 1.2.26, I can send you the HAVE_SGI_PROJ
changes (in two files). But I suggest just using 1.2.27 - it fixes that
problem among other things.
Good luck!
Ren
--
Ren Sauceda, Computer Systems Engineer ([EMAIL PROTECTED])
NERSC Workstation Support Group ([EMAIL PROTECTED])
Lawrence Berkeley National Laboratory
1 Cyclotron Rd., MailStop 50F, Berkeley, CA 94720
"J.E. Maxwell" wrote:
>
> Hello
> I am attempting to install ssh-1.2.26 on an sgi INDY box running IRIX
> 6.5.3 w/ both C & gcc compilers on board.
> The ./configure process chokes at the assembly language optimizations
> step.
>
> So I ==> ./configure --disable-asm which seems to run fine.
> Then ==> make produces lots of output which ends which ends with
>
> .option pic2
> .text
> .def UserFile; .scl 13; .tag UserFile; .esize 0;
> .etype 0x48; .endef
> .file 105 "emulate.h"
> .option pic2
> .text
> *** Error code 1 (bu21)
>
> Could someone offer a suggestion as to how to solve this problem.
>
> -Joe-
>
> !~~~~~~~~!~~~~~~~~!~~~~~~~~!~~~~~~~~!~~~~~~~~!~~~~~~~~!~~~~~~~~!~~~~~~!
> ! J.E. Maxwell |Tel. (530) 752-6571 (O/Lab) !
> ! Entomology Dept. |Tel. (530) 754-8884 (O/Lab) !
> ! Univ. of California at Davis | (916) 427-9013 (H-Voice/Fax)!
> ! Davis |FAX (530) 752-1537 (Dept.) !
> ! CA 95616 |e-mail [EMAIL PROTECTED] !
> !========!========!========!========!========!========!========!======!