3 Feb 2003 17:45
Fwd: mybindir
Leon Bottou <leonb <at> nec-labs.com>
2003-02-03 16:45:50 GMT
2003-02-03 16:45:50 GMT
---------- Forwarded Message ----------
Subject: mybindir
Date: Mon, 3 Feb 2003 11:29:53 -0500
From: Leon Bottou <leonb <at> nec-labs.com>
To: kevinrosenberg <at> users.sourceforge.net
Your change to mybindir breaks my build.
I reverted it for now.
${mybindir} is only used when running lush
from the compilation directory.
In fact, instead of
% configure && make && make install
you could do
% configure && make all && make install
This completely bypasses the definition
of $mybindir and simply uses $bindir
to install the binary.
One tricky point is the generation of the dump file.
The dump file must be generated after installing
the various lsh files because it contains
timestamps. This is why 'make install'
generates a new version of the dump file
before installing it.
(Continue reading)
RSS Feed