Problems with ar(1) and modified objects

Doug Gwyn gwyn at brl-vgr.ARPA
Thu Apr 12 02:16:59 AEST 1984


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}



More information about the Comp.unix mailing list