Message-ID: <3BC2C783.7EE355EF@falconsoft.be> Date: Tue, 09 Oct 2001 11:46:43 +0200 From: Tim Van Holder Organization: Anubex (www.anubex.com) X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.16-3 i686) X-Accept-Language: en, nl-BE, nl MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Cross compiler References: <20011009090820 DOT 60688 DOT qmail AT web9105 DOT mail DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 26 NNTP-Posting-Host: 194.78.64.238 X-Trace: 1002620867 reader0.news.skynet.be 21081 194.78.64.238 X-Complaints-To: abuse AT skynet DOT be To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com ROLAND wrote: > > Can any one help me? > > I am building a cross-compiler using binutils 2.11.2, > gcc 3.0 and djcrx 2.03. > The host and target are correct for binutils, but gcc > does not completely accept the target. > --target=i386-pc-msdosdjgpp > gcc tells me this target is not supported in libffi, > boehm-gc, zlib and libjava... > Is this a gcc 3.0 problem? Or is that the same with > other versons? > Anyways, after configure, I *can* run make, but this > also fails at a certain point. > I get the following error: > tmp-dum.c:1:6: ../include/sys/version.h: No such file > or directory > After that, the make just terminates. > > I hope some one can help me, 'cause I'm stuck! Sounds like you unzipped djcrx203 in the wrong place. It should be in $prefix/i386-pc-msdosdjgpp, where $prefix is the prefix used when configuring gcc (/usr/local being the default).