Date: Fri, 4 Sep 1998 14:21:26 -0400 (EDT) From: "David E. Cross" <crossd@cs.rpi.edu> To: freebsd-current@FreeBSD.ORG Subject: -current (ELF) problems. Message-ID: <Pine.GSO.3.95.980904141304.17776H-100000@eggbeater.cs.rpi.edu>
next in thread | raw e-mail | index | archive | help
First, I would like to say way to go on an almost flawless ELF conversion :) I only have 2 problems (I searched the -CURRENT archives and did not see mention to these particular problems ;) 1) With 'MAKE_KERBEROS4' defined 'YES' in /etc/make.conf in a -CURRENT system freshly CVSUP-ed a few hours ago today (19980904) I receive the following errors durring a 'make world' [note, I also have USA_RESIDENT/COMPAT1x/20/22 enabled]: /usr/obj/elf/usr/src/kerberosIV/usr.sbin/ksrvutil/../../lib/libkrb/libkrb.a(str2key.o)(.text+0xaa): undefined reference to `crypt' 2) XFree86 build is failing for me, with link errors being unable to find "GlynnisIO..." and "vgaSetReadWrite"... after some digging through the XFree86 source I discovered that those functions did exist in either libvga.a or libvga256.a, but had an '_' prepended to the name (whereas other functions in the same library did not, and the original names in the source code was without the '_'). Any suggestions? -- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.95.980904141304.17776H-100000>