From: l40128 AT alfa DOT ist DOT utl DOT pt (delphis) Newsgroups: comp.os.msdos.djgpp Subject: rhide BUG ?? Date: 27 Jan 1997 14:43:29 GMT Organization: Instituto Superior Tecnico Lines: 25 Message-ID: <5cieuh$hio@ci.ist.utl.pt> NNTP-Posting-Host: alfa.ist.utl.pt To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp When using rhide with a lot of files in a project, what sometimes happen, is that the individual files are all compiled, but when the link phase starts, it gives me an error saying that file xxx does not exist , and xxx is a truncated name of an existing file in a project. This happens in all versions of rhide. What i think is that the string that holds the command line to link all the files is to small and the command gets truncated, because when i do a "write makefile" and then use the make manually everything works ok... djgpp combined with rhide and auxiliary tools is the best programming environment that i've seen. l40128 AT alfa DOT ist DOT utl DOT pt Helder Gomes Monteiro PS - if this explanation wasnt enough , i will bring from home the project in wich the bug ocurred.