[fpc-devel]Re: some m68k releated stuff
Peter Vreman
peter at freepascal.org
Wed Apr 2 17:23:46 CEST 2003
At 12:08 2-4-2003, you wrote:
>Hi,
>
>On 2003-04-01, Peter Vreman wrote:
>
> >>>> 10.Work:Develop/FPC/fixes/fpc/compiler> make compiler
> >>>> Makefile:17: *** You need the GNU utils package to use
> >>>> this Makefile.
> >>>> Stop.
> >>>> Ideas? :) I'll take a look again on my GNU utils stuff,
> >>>> but i think everything is available, and on the path...
> >>> starting "make fpc_info" might help you (at least it's worth
> >>> trying).
> >> It didn't makes any difference. The error message is still
> >> the same.
> > Did you install the make<target>.zip file? Be sure that the extracted
> > filenames are all lowercase.
>
>Yes i did. The filenames are all lowercase. But anyway, the Amiga
>filesystem doesn't case sensitive...
Also if the filesystem isn't case sensitive, make itself can be case
sensetive. For example the mingw32 make.exe.
Maybe the file extension that is added for executables is not correct or
the environment variable PATH is not available.
The only thing you can do is debug the Makefile using 'make -p' to print
the internal database and check in Makefile what the check was and what the
used values are by looking at the internal database of make.
Peter
More information about the fpc-devel
mailing list