[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] ft2 compile problem with GNU make
From: |
luoyi |
Subject: |
Re: [ft] ft2 compile problem with GNU make |
Date: |
Wed, 29 Mar 2006 16:13:28 +0800 |
> Hi,
>
> It seems that "make" does not read Makefile.
> Please check the output of "make -d setup".
I know the reson ,because Win XP SP2 doesn't have
type.exe or copy.exe, so make report can't createprocess.
just replace "type" to "cmd.exe /c type" can do the work!