From: Eli Zaretskii To: "Martin Czamai" Cc: djgpp AT delorie DOT com In-reply-to: <8q71hk$jjk$1@news.germany.net> (M.Czamai@peak-system.com) Subject: Re: Building a library using "ar" does not work References: <8q5aq8$c2f$1 AT news DOT germany DOT net> <8q5jc9$m24$3 AT news DOT luth DOT se> <8q71hk$jjk$1 AT news DOT germany DOT net> Message-Id: <20000923164453.6D73323144@titan.progiciels-bpi.ca> Date: Sat, 23 Sep 2000 12:44:53 -0400 (EDT) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Martin Czamai" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 19 Sep 2000 08:35:29 +0200 > > 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?? One possibility is that you have created MyLib.a on Windows NT using some non-DJGPP program. Since MyLib.a uses a mixed-case file name, it might be that to DOS programs it is presented as mylib~1.a or something. Try "dir /x" in that directory to see what file names will a DOS program see.