Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!akgua!sdcrdcf!hplabs!hao!seismo!brl-vgr!gwyn From: gwyn@brl-vgr.ARPA (Doug Gwyn ) Newsgroups: net.unix,net.unix-wizards Subject: Re: Problems with ar(1) and modified objects Message-ID: <99@brl-vgr.ARPA> Date: Wed, 11-Apr-84 11:16:59 EST Article-I.D.: brl-vgr.99 Posted: Wed Apr 11 11:16:59 1984 Date-Received: Sat, 28-Apr-84 08:31:19 EST References: <1177@dartvax.UUCP> Organization: Ballistics Research Lab Lines: 5 Xref: 488 738 Your problem is almost certainly that ld -o int $(LIBRARY) does not include the run-time startoff nor the -X flag. Why not let "cc" do this for you: cc -o int $(LDFLAGS) ${LIBRARY}