From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE Link problem Date: 30 Apr 1997 16:55:27 GMT Organization: Oxford University, England Lines: 19 Message-ID: <5k7thv$391@news.ox.ac.uk> References: <336199E9 DOT 141AE80A AT hotmail DOT com> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ondrej Palkovsky (ondrap AT hotmail DOT com) wrote: : I just installed RHIDE 1.2 and I have problems with linking a project. I : created a project with about 13 files and I tried to compile it. : Everything seems fine till the linking phase. I get some strange errors : from linker. It seems that RHIDE executes only first 128 characters of : the command line. When I use ordinary make, everything works OK. Is it a : BUG or is there some workaround? You're mixing programs compiled with DJGPP v2.01 (e.g. RHIDE v1.2) with programs compiled with DJGPP v2.00 (e.g. your DJGPP distribution at a guess). If you're going to use DJGPP programs to spawn each other they must be of the same version. The long command-line passing code changed radically between these two versions. To correct the problem, download and install DJGPP v2.01. -- George Foot Merton College, Oxford