From owner-freebsd-commit Tue Mar 28 11:27:45 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA24801 for commit-outgoing; Tue, 28 Mar 1995 11:27:45 -0800 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA24787 for cvs-lib-outgoing; Tue, 28 Mar 1995 11:27:42 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA24779; Tue, 28 Mar 1995 11:27:36 -0800 Received: from freefall.cdrom.com (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id LAA22493; Tue, 28 Mar 1995 11:27:32 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA24718; Tue, 28 Mar 1995 11:25:15 -0800 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Bruce Evans cc: CVS-commiters@time.cdrom.com, cvs-lib@time.cdrom.com, jkh@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strhash.c In-reply-to: Your message of "Tue, 28 Mar 95 21:51:24 +1000." <199503281151.VAA21587@godzilla.zeta.org.au> Date: Tue, 28 Mar 1995 11:25:14 -0800 Message-ID: <24717.796418714@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: commit-owner@freebsd.org Precedence: bulk > What was the problem exactly? `nm *.so' in libc/obj shows no definition > of `_hash', so I don't see how dmenu could have linked. (I used nm on > *.so instead of on *.o because the `ld -r -x' step removes static names Easier for you to just rename _hash() to hash() in strhash.c and then try to link something like dmenu against it. You'll see the failure mode. Jordan