Mail Archives: djgpp/1998/03/23/23:19:46
Bob Paddock wrote :
>
> I still think I'm missing some thing as I don't see any
> thing that fixes the files names to end with .exe in the
> "install" section of the makefile nor any other scripts that
> would fix them.
Īn general a
make install
with a Makefile disigned for unix will fail to 99.99%
on DJGPP when not running under W95 with long filenames
enabled. (at least for not trivial packages like gcc)
To get this working it would need much more time than
manually installing the files in the correct directories.
To get a clue, where to install what, run
make install -n
and watch the output.
Robert
--
******************************************************
* email: Robert Hoehne <robert DOT hoehne AT gmx DOT net> *
* Post: Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW: http://www.tu-chemnitz.de/~sho/rho *
******************************************************
- Raw text -