From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: Building a library using "ar" does not work Date: 18 Sep 2000 17:28:41 GMT Organization: University of Lulea, Sweden Lines: 14 Message-ID: <8q5jc9$m24$3@news.luth.se> References: <8q5aq8$c2f$1 AT news DOT germany DOT net> X-Trace: news.luth.se 969298121 22596 130.240.16.18 (18 Sep 2000 17:28:41 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Martin Czamai wrote: : can anybody tell me why building a library using the command "ar rs MyLib.a : MyObj1.obj MyObj2.obj ..." returns the message like "c:/djgpp/bin/ar.exe: : MyLib.a: No such file or directory (ENOENT)"?? Where can I find : documentation about "ar" (description of its parameters)? I just took a look : at the allegro-makefile, where ar works fine. It seems that "ar r" wants the archive to exist. For information about ar you look up it's texinfo documentation: "info ar". Right, MartinS