DJGPP - Configure errors
Brought to you by:
set
From: Thiago F.G. A. <tf...@te...> - 2005-07-11 12:16:16
|
Hi, everybody, This list hasn't seen any activity for a while, huh? Anyway, I decided it was time to update SETEDIT in Windows, so I dowloaded the latest snapshots and tried to build them. TV went ok, but setedit's configure is aborting like this: Configuring SETEdit v0.5.5 Determining OS: DOS [djgpp] Looking for installed Turbo Vision: Include dir: ../tvision/include Library dir: ../tvision/makes Looking for Turbo Vision config program: installed, OK C flags: -O2 Special C flags: -O3 -fomit-frame-pointer -ffast-math C++ flags: -O2 Special C++ flags: -O3 -fomit-frame-pointer -ffast-math Looking for a working gcc: gcc OK Checking Architecture: x86 Looking for prefix: c:/djgpp Looking for GNU make: make Looking for GNU ar: ar Looking for install tool:Unable to find 'install' on this system. Please install it and be sure it's in your path. Also use `install' or `ginstall' name for the binary. Died at conflib.pl line 1464. But I have 'install' installed in my system, and in the PATH. So, I looked at conflib.pl, line 1464 and inserted some print statements to see the values of the variables. This is the result: file = install list = C:\WINDOWS C:\WINDOWS\COMMAND C:\BIN C:\DJGPP\BIN C:\USERBIN The problem is that the variable $ExeExt is null, when it should be ".exe", and thus configure is looking for "install" when it should be looking for "install.exe". I guess. [], Thiago |