From: "Kirill" Newsgroups: comp.os.msdos.djgpp Subject: Rhide Date: Fri, 26 Feb 1999 00:37:45 +0300 Organization: MTU-Inform ISP Lines: 20 Message-ID: <7b4ku8$fns$1@ns.mtu.ru> NNTP-Posting-Host: dial55113.mtu-net.ru X-Trace: ns.mtu.ru 919983881 16124 195.34.55.113 (25 Feb 1999 23:04:41 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 25 Feb 1999 23:04:41 GMT X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have the trouble with linking my programs in Rhide. There is many source files in project. When Rhide links all this source files , it generate very long command line. For example, Rhide tries executes such command line: gcc -Xlinker -s -o a.exe source1.o source2.o source3.o source4.o [...skip...] source20.o -lalleg -lstdcx then reports: " Error: d:/djgpp/bin\ld.exe: cannot open -lalle: No such file or directory". I suppose, this command line is longer than it can be. Although, if I write makefile, same (or longer) command line executes without any problems. And I have seen Rhide projects (in programs that I download from internet) with much more sources in it than in my projects. Is it possible configure Rhide (or anything else) to avoid this problem?