Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site shell.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!ut-sally!utmbvax!shell!buck From: buck@shell.UUCP (Lester Buck) Newsgroups: net.unix Subject: using libraries with ld(1) Message-ID: <125@shell.UUCP> Date: Fri, 2-Aug-85 15:38:23 EDT Article-I.D.: shell.125 Posted: Fri Aug 2 15:38:23 1985 Date-Received: Sat, 3-Aug-85 21:07:00 EDT Distribution: net Organization: CS Dept., Shell Development Co., Houston Lines: 14 I have a private library of C routines which I want to link into various programs. The loader ld(1) *insists* on searching only /lib/lib*.a, /usr/lib/lib*.a, /usr/local/lib/lib*.a and then gives up. Ok, what am I missing? Our local superuser generated a link from /usr/local/lib/... to the private library I want to search, but he couldn't see any other way short of hacking ld(1). Does your garden variety system allow users to write into /usr/local/lib, or are ordinary mortals not supposed to develop programs? Is there some kind of user-mode loader out there somewhere? A. Lester Buck @ Shell Development Co. {ihnp4, pur-ee, ut-sally}!shell!buck