From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Building a library using "ar" does not work Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: 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> <20000923164453 DOT 6D73323144 AT titan DOT progiciels-bpi DOT ca> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 19 X-Trace: /wObnYit+xtQrkTU5Jpb3tF/RGUwTcgzEjvkR6zNaQN265Rq5WOVYwG5NQzaKej+2R7vRFCma4Xo!8zJ0goSj/Oc61JXNIUCuj7+y1zMpZIbwfN98UUoZa7ltJODxcnA4nHjDlqjiI18mau6QH4mYYMTm!7iwORw== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sat, 23 Sep 2000 17:30:13 GMT Distribution: world Date: Sat, 23 Sep 2000 17:30:13 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 23 Sep 2000 12:44:53 -0400 (EDT), Eli Zaretskii wrote: >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. At least on my Windows 98 system, mixed-case filenames don't get a numeric tail unless they're longer than 8.3 characters or contain non-DOS characters. --