--- "johnmatthews2000" <jm5...@...> wrote:
>
> 1. Not code, but I'm going to mention it anyway. If I make the program on the 
> Linux laptop, I get the following error:
> 
> make: *** No rule to make target `rebase.exe', needed by `rebase.zip'.  Stop.
> 
> I guess this is a cygwin issue - perhaps you could provide different makefile 
> targets eg.
> 
>   make unix
> 
> for unix/linux (doesn't build/require rebase.exe) and
> 
>   make cygwin
> 
> for cygwin (builds/requires rebase.exe).
> 
> (And I still don't think you should be building the .tar and .zip files in 
> the default 'all' target.)

  The current Makefile successfully makes the ELF and the .tar.gz on Linux and 
successfully makes the .exe and the .zip on Cygwin.

  The current .zip file was generated in a 2 steps process: dmc on wine 
followed by gmake.

  I could add a dmc target, but dmc path differs on different platforms or 
computers.

  The problem that I consider real is: How to configure Apache's mime.types for 
.tar.gz .A student failed to download and untargz it. I'm thinking to change 
the extension to .tgz .But I'm sure many people rightly configured their Apache 
for .tar.gz .If the server would be mine I could modify /etc/mime.types ,but it 
is a shared server.


Reply via email to