From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Did someone write LIBRARY in DJGPP ? Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <44thsskq6f3ri81hn5un4anb3ldtovamg3@4ax.com> References: <8q8ld8$iik$1 AT info DOT cyf-kr DOT edu DOT pl> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 24 X-Trace: /K0ZEE3wvHIJjSdRPPzt9JoMmtiJRMN4B8q05kO2y528NRS5+bg1FtoYAUQ9CauZIYmCKBLj6ple!4bxK3Oatr1rDTbhJgmeyl823UP47Td/Rwe9AB7iiIIfSJ9kfR55VyPmDgGV3C59HrYKkXJoCzdNl!T5/Tig== 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: Wed, 20 Sep 2000 17:34:18 GMT Distribution: world Date: Wed, 20 Sep 2000 17:34:18 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 19 Sep 2000 23:20:06 GMT, AndrewJ wrote: >Also, I recommend against using the name 'lib' for your library. >It may create conflicts in the future. Suggested name for a library: lib(something).a where (something) is one to five alphanumeric characters. Examples: lib name link command liballeg.a -lalleg libc.a -lc Of course, (something) may be longer than five characters, but it may cause problems when somebody using DOS builds your library. (libstdcxx anyone?) --