From: Gary AT bbs DOT st DOT net DOT au (Gary) Newsgroups: comp.os.msdos.djgpp Subject: Rhide:building libs/prgs Date: 07 Oct 97 21:35:17 Organization: Soft-Tech +61-7-3869-2666 Lines: 9 Message-ID: <27a_9710072202@softtech.st.net.au> References: <199710031549 DOT RAA01610 AT ippc2 DOT infop6 DOT cicrp DOT jussieu DOT fr> NNTP-Posting-Host: sun.st.net.au Cache-Post-Path: sun.brisnet.org.au!unknown AT softtech DOT brisnet DOT org DOT au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk When using rhide1.1b to build a library or a program with a large number of files I,m just getting a cryptic error as follows cannot build library,there were some errors,now if I excluded some of the files from the link it created the library,most of the filenames were over 5 characters long,so i decided to shorten all the file names to 4 characters or less long,then rebuilt the library with all the files included,and alls ok,what I would like to know if there is some way around this without having to shorten the filenames when there is a large number of files in the project,in this case there was 17. Is rhide1.1b the lastest version.