From owner-freebsd-hackers Sun Feb 5 01:38:10 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA11108 for hackers-outgoing; Sun, 5 Feb 1995 01:38:10 -0800 Received: from vmbb.cts.com (vmbb.cts.com [192.188.72.18]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id BAA11098 for ; Sun, 5 Feb 1995 01:38:07 -0800 Received: from io.cts.com by vmbb.cts.com with smtp (Smail3.1.28.1 #9) id m0rb3Pt-0000JZC; Sun, 5 Feb 95 01:38 PST Received: (from root@localhost) by io.cts.com (8.6.9/8.6.9) id BAA11829 for hackers@freebsd.org; Sun, 5 Feb 1995 01:29:27 -0800 From: Morgan Davis Message-Id: <199502050929.BAA11829@io.cts.com> Subject: Re: Error building xvnews, cuserid? To: hackers@FreeBSD.org Date: Sun, 5 Feb 1995 01:29:26 -0800 (PST) In-Reply-To: <199502050736.XAA00665@netcom14.netcom.com> from "Amancio Hasty Jr" at Feb 4, 95 11:36:54 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 886 Sender: hackers-owner@FreeBSD.org Precedence: bulk Amancio Hasty Jr writes: > > Try -lcompat . The way I tend to find these undef symbols is > to do first a grep on the libraries if I find a few of the libraries > which may have the symbol then I use nm. That did the trick. Thanks. However, whenever I start up any clients that use XView, I get the following error messages: XView warning: Problems setting default modifier mapping (Server package) System warning: No such file or directory, extras menu file /usr/lib/./usr/X11R6/lib/.text_extras_menu (Textsw package) The second warning is definitely a bogus path to /usr/X11R6/lib. What I don't understand is how the XView pages that I pulled down from ftp.freebsd.org would not just work with the proper paths and so forth. Who put these together, and what's the trick? (As usual, these XView packages were more of the same that didn't include manuals).