From: "Martin Czamai" Newsgroups: comp.os.msdos.djgpp Subject: Re: Building a library using "ar" does not work Date: Tue, 19 Sep 2000 08:35:29 +0200 Organization: callisto germany.net GmbH Lines: 28 Message-ID: <8q71hk$jjk$1@news.germany.net> References: <8q5aq8$c2f$1 AT news DOT germany DOT net> <8q5jc9$m24$3 AT news DOT luth DOT se> NNTP-Posting-Host: d21173-gw.netzdienste.de X-Trace: news.germany.net 151.189.4.62 969345396 20084 X-Complaints-To: abuse AT germany DOT net NNTP-Posting-Date: 19 Sep 2000 06:36:36 GMT X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Martin Str|mberg schrieb in im Newsbeitrag: 8q5jc9$m24$3 AT news DOT luth DOT se... > 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 I tried it under Win98SE and WinNT4 with the result, that it worked under Win98SE but NOT under WinNT4 using e. g. a DOS box. Any idea why?? regards Martin