octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

R: patch for cygwin installation


From: John W. Eaton
Subject: R: patch for cygwin installation
Date: Sat, 28 Mar 2009 13:01:24 -0400

On 27-Mar-2009, Marco Atzeri wrote:

| there was a missing change in Makeconf for run-octave.

| --- /pub/hg/octave/Makeconf.in        2009-03-14 15:53:09.437500000 +0100
| +++ /pub/hg/octave_local/Makeconf.in  2009-03-27 15:27:21.188087200 +0100
| @@ -626,9 +626,9 @@
|    -e "s|%FIND%|${FIND}|g" \
|    -e "s|%SED%|${SED}|g" \
|    -e "s|%library_path_var%|${library_path_var}|g" \
| -  -e "s|%liboctinterp%|${LIBPRE}octinterp.${SHLEXT}|g" \
| -  -e "s|%liboctave%|${LIBPRE}octave.${SHLEXT}|g" \
| -  -e "s|%libcruft%|${LIBPRE}cruft.${SHLEXT}|g" \
| +  -e "s|%liboctinterp%|${SHLLIBPRE}octinterp.${SHLEXT}|g" \
| +  -e "s|%liboctave%|${SHLLIBPRE}octave.${SHLEXT}|g" \
| +  -e "s|%libcruft%|${SHLLIBPRE}cruft.${SHLEXT}|g" \
|    -e "s|%srcdir%|${srcdir}|" \
|    -e "s|%top_srcdir%|${top_srcdir}|" \
|    -e "s|%abs_top_srcdir%|${abs_top_srcdir}|" \

OK, I made this change too.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]