Return to BSD News archive
Newsgroups: comp.os.386bsd.bugs Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!zip.eecs.umich.edu!panix!MathWorks.Com!europa.eng.gtefsd.com!howland.reston.ans.net!pipex!uknet!EU.net!sun4nl!cs.vu.nl!philip From: philip@cs.vu.nl (Philip Homburg) Subject: Make and libraries Message-ID: <CnBw8K.JuI@cs.vu.nl> Sender: news@cs.vu.nl Organization: Fac. Wiskunde & Informatica, VU, Amsterdam Date: Sun, 27 Mar 1994 14:57:55 GMT Lines: 17 The following Makefile doesn't work under FreeBSD 1.0, or a binary compiled from the NetBSD 0.8 sources. Does anyone know if it is supposed to work? (SunOS 4.1.3 has no problems with this makefile). The lib(member) feature is also described in Posix 1003.2. all: liba.a liba.a: x.o y.o ar cr liba.a x.o y.o liba.a(x.o): x.c ar cr liba.a x.o Philip Homburg