Subject: trying to build -current on NetBSD/macppc
To: None <port-macppc@netbsd.org>
From: Dan Winship <danw@MIT.EDU>
List: port-macppc
Date: 04/24/1999 22:56:15
I'm trying to upgrade to current (from the 19990119 snapshot), but the
build gets as far as installing libc, and then all dynamically linked
binaries on the system stop working, giving the error "Unsupported
relocation type 4 in non-PLT relocations". The only way to make them
work again is to undo the effect of the libc install and repoint the
/usr/lib/libc.so.12 symlink to libc.so.12.36 instead of libc.so.12.40.

I tried rebuilding ld.elf_so but that didn't help.

Any ideas?

-- Dan