Re: DJGPP - Configure errors
Brought to you by:
set
From: Salvador E. T. <sal...@in...> - 2005-07-11 14:01:21
|
Thiago F.G. Albuquerque wrote: > Hi, everybody, > > This list hasn't seen any activity for a while, huh? :-)) I'm too busy with personal stuff ... > 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: > [snip] > 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. Right, I fixed it now. The problem was "injected" when I copied some code from TV's conflib.pl. Now is fixed on CVS. Regards, SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |