Subject: Problems compiling current w/domestic crypto-us
To: None <current-users@mail.netbsd.org>
From: Paul Newhouse <newhouse@rockhead.com>
List: current-users
Date: 05/03/2000 11:43:53
Platform i386

Compiling current I get:

  building shared telnet library (version 2.0)
  ld -nostdlib -x -shared -soname libtelnet.so.2 -o libtelnet.so.2.0  /usr/src/ELF/usr/lib/crtbeginS.
  o  --whole-archive libtelnet_pic.a  -L/usr/src/ELF/usr/lib -R/usr/lib  --no-whole-archive -L/usr/sr
  c/domestic/lib/libkrb -lkrb -L/usr/src/domestic/lib/libdes -ldes  /usr/src/ELF/usr/lib/crtendS.o
  /usr/src/ELF/usr/lib/libdes.so(.data+0xfffff060): multiple definition of `__GLOBAL_OFFSET_TABLE_'
  /usr/src/ELF/usr/lib/libkrb.so(.data+0xfffff060): first defined here
  /usr/src/ELF/usr/lib/libdes.so(.data+0xfffff070): multiple definition of `__PROCEDURE_LINKAGE_TABLE
  _'
  /usr/src/ELF/usr/lib/libkrb.so(.data+0xfffff09c): first defined here
  /usr/src/ELF/usr/lib/libdes.so(.text+0x96d0): multiple definition of `_etext'
  /usr/src/ELF/usr/lib/libkrb.so(.text+0xa8dc): first defined here
  /usr/src/ELF/usr/lib/libdes.so(.data+0xfffff418): multiple definition of `_edata'
  /usr/src/ELF/usr/lib/libkrb.so(.data+0xffffffc4): first defined here
  /usr/src/ELF/usr/lib/libdes.so(.bss+0xffffe508): multiple definition of `_end'
  /usr/src/ELF/usr/lib/libkrb.so(.bss+0x22dc): first defined here
  *** Error code 1
  
  Stop.
  *** Error code 1

Where did I go wrong?

TIA,
Paul