Date: Thu, 12 Aug 1999 10:55:48 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Tom Arild Nęss cc: djgpp AT delorie DOT com Subject: Re: make problems In-Reply-To: <7ordb3$ejf$1@elle.eunet.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id DAA23802 Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 11 Aug 1999, Tom Arild Nęss wrote: > I'm having a problem using the DJGPP make in combination with the Lattice C > compiler (for M68K processors). The output looks like this: > > > make test.o > lc -cf -b0 -r0 -v -ccw -s -m2 -o.\ test > Lattice 680x0 C Compiler V5.10 > Copyright (C) 1991 Lattice, Inc. > > Compiling TEST.C > Can't create object file You will need to find out what does this message mean. Since the DJGPP port of GNU Make doesn't alter anything in how the filesystem works, there must be something else behind this ``Can't create file'' message. It is impossible to try to find the reason for the problem without knowing why does the compiler fail to create the object file. I suggest to ask the Lattice support people for help in understanding this message. Ask them to enumerate the resons for this failure, and then post these reasons here.