Date: Mon, 27 Aug 2001 11:39:35 -0700 (PDT) From: Will Robinson To: Subject: Re: linux->dos cross-compiler In-Reply-To: <3B89FD0B.5E2AB900@falconsoft.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Could you try > ls > /opt/djgpp/lib/gcc-lib/i586-pc-msdosdjgpp/3.0.1/../../../../i586-pc-msdosdjgpp/include > test -d > /opt/djgpp/lib/gcc-lib/i586-pc-msdosdjgpp/3.0.1/../../../../i586-pc-msdosdjgpp/include > && echo OK > (cd > /opt/djgpp/lib/gcc-lib/i586-pc-msdosdjgpp/3.0.1/../../../../i586-pc-msdosdjgpp/include > && pwd) Everything seems fine... I haven't been trying "make bootstrap" lately, since it seems like I'm making progress with the compiler produced by "make". Here's the result of running the above commands: [wsr23 AT dhcp-197-222 wsr23]$ ls /opt/djgpp/lib/gcc-lib/i586-pc-msdosdjgpp/3.0.1/ ../../../../i586-pc-msdosdjgpp/include ar.h dpmi.h ieeefp.h memory.h signal.h tzfile.h assert.h errno.h inlines/ mntent.h std.h unistd.h bios.h fcntl.h io.h netinet/ stdarg.h utime.h coff.h file.h keys.h osfcn.h stddef.h values.h conio.h float.h libc/ pc.h stdio.h varargs.h crt0.h fnmatch.h libm/ process.h stdlib.h wchar.h ctype.h ftw.h limits.h pwd.h string.h wctype.h debug/ getpagesize.h* locale.h random.h strings.h dir.h glob.h machine/ regex.h stubinfo.h direct.h go32.h malloc.h search.h sys/ dirent.h gppconio.h math.h setjmp.h termios.h dos.h grp.h mem.h share.h time.h [wsr23 AT dhcp-197-222 wsr23]$ test -d /opt/djgpp/lib/gcc-lib/i586-pc-msdosdjgpp/3 .0.1/../../../../i586-pc-msdosdjgpp/include && echo OK OK [wsr23 AT dhcp-197-222 wsr23]$ (cd /opt/djgpp/lib/gcc-lib/i586-pc-msdosdjgpp/3.0.1 /../../../../i586-pc-msdosdjgpp/include && pwd) /opt/djgpp/i586-pc-msdosdjgpp/include [wsr23 AT dhcp-197-222 wsr23]$ Will Robinson