[plt-scheme] Re: Cygwin build: looking for mzscheme.exe but found mzcheme
On Mon, Feb 22, 2010 at 5:31 PM, Grant Rettke <grettke at acm.org> wrote:
> Building PLT trunk on Cygwin 1.7.1-1, make completes but make install
> fails here:
>
> ####################################################################
> cd ..; cp mzscheme/mzdyn.o "/home/rettkeg/apps/plt-trunk/lib/mzdyn.o"
> ./mzschemecgc -cu "../../mzscheme/collects-path.ss" "/home/rettkeg/apps/plt-tr
> k/bin/mzscheme.exe" ../collects
> open-input-output-file: cannot open output file: "/home/rettkeg/apps/plt-trunk
> in/mzscheme.exe" (No such file or directory; errno=2)
>
> === context ===
> /home/rettkeg/apps/plt-trunk/src/mzscheme/collects-path.ss: [running body]
> ####################################################################
>
> mzscheme exists, it just doesn't have a .exe extension:
I see:
"To compile with Cygwin tools, follow the Unix instructions below, and
be sure to configure with --enable-shared. The result is a Unix-style
build, not a Windows-style build (e.g., MzScheme's `system-type'
procedure returns 'unix, not 'windows, and MrEd uses X11)."
I had jumped ahead too soon after seeing "follow the Unix instructions
below" :).