[plt-scheme] mzc not found?!
On Jan 31, David Cummings wrote:
> I ended up finding mzc -- the install script doesn't seem to
> copy them over to the directory set with --prefix. I ended up
> running the build locally (without --prefix) and manually copying
> the executables in the bin directory of the unpacked tar. mzscheme
> and mred got copied fine, but are also built in the src/ directory,
> not one level up. I got everything working, just figured someone
> might want to check on the script.
Except for the `mzscheme' and `mred' executables, everything in "bin"
is a launcher script that runs them. Mixing such launchers from an
in-place build (one without a `--prefx') to a unix-style build (with
it) is a bad idea, since the launchers will in general look for the
binary executables in different ways.
Running `make install' after `configure --prefix=/whevever' *should*
work. If it didn't then please look through the output (of `make
install'), it might have some errors that will point at the problem.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!