Subject: crypto-intl telnet build failure on pmax.
To: None <current-users@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: current-users
Date: 02/28/2000 08:36:56
Folks,

I'm getting the following failure building the heimdal telnet client on a pmax:

cc -o telnet authenc.o commands.o main.o network.o ring.o sys_bsd.o telnet.o terminal.o tn3270.o utilities.o -ltermcap -ltelnet -lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lipsec
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
authenc.o: In function `net_encrypt':
/NetBSD/src/usr.bin/telnet/../../crypto-intl/dist/heimdal/appl/telnet/telnet/authenc.c(.text+0xf0): undefined reference to `encrypt_output'
commands.o: In function `display':
/NetBSD/src/usr.bin/telnet/../../crypto-intl/dist/heimdal/appl/telnet/telnet/commands.c(.text+0x2c9c): undefined reference to `EncryptStatus'
commands.o: In function `status':
/NetBSD/src/usr.bin/telnet/../../crypto-intl/dist/heimdal/appl/telnet/telnet/commands.c(.text+0x4e3c): undefined reference to `encrypt_display'
commands.o: In function `control':
/NetBSD/src/usr.bin/telnet/../../crypto-intl/dist/heimdal/appl/telnet/telnet/commands.c(.data+0x328): undefined reference to `auth_togdebug'
/usr/bin/ld: bfd assertion fail /NetBSD/src/gnu/lib/libbfd/../../dist/bfd/elf32-mips.c:5125
*** Error code 1

Stop.


Any hints?  I'll try building the same on my -current i386 later
today...

Simon.