octave-maintainers
[Top][All Lists]
Advanced

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

Re: Fix mkoctfile's linking


From: John W. Eaton
Subject: Re: Fix mkoctfile's linking
Date: Tue, 13 Sep 2011 11:00:50 -0400

On 13-Sep-2011, Jordi Gutiérrez Hermoso wrote:

| 2011/9/13 John W. Eaton <address@hidden>:
| > On 13-Sep-2011, Jordi Gutiérrez Hermoso wrote:
| >
| > | Is the attached the correct patch to fix the problems with undefined
| > | conf variables in mkoctfile.in?
| >
| > No, it looks like the output from the command "hg".  :-)
| 
| Oy, how embarrassing. Here, fixed.

Yes, this change looks correct.

Thanks,

jwe


| - Jordi G. H.
| 
| ----------------------------------------------------------------------
| diff --git a/src/mkoctfile.in b/src/mkoctfile.in
| --- a/src/mkoctfile.in
| +++ b/src/mkoctfile.in
| @@ -99,9 +99,9 @@
|  : ${LIBS=%OCTAVE_CONF_LIBS%}
|  : ${FLIBS=%OCTAVE_CONF_FLIBS%}
|  : ${OCTAVE_LINK_DEPS=%OCTAVE_CONF_OCTAVE_LINK_DEPS%}
| -: ${OCTAVE_LINK_DEPS=%OCTAVE_CONF_OCTAVE_LINK_OPTS%}
| -: ${OCT_LINK_DEPS=%OCTAVE_CONF_MKOCTFILE_OCT_LINK_DEPS%}
| -: ${OCT_LINK_DEPS=%OCTAVE_CONF_MKOCTFILE_OCT_LINK_OPTS%}
| +: ${OCTAVE_LINK_OPTS=%OCTAVE_CONF_OCTAVE_LINK_OPTS%}
| +: ${OCT_LINK_DEPS=%OCTAVE_CONF_OCT_LINK_DEPS%}
| +: ${OCT_LINK_OPTS=%OCTAVE_CONF_OCT_LINK_OPTS%}
|  : ${LD_CXX=%OCTAVE_CONF_LD_CXX%}
|  : ${LDFLAGS=%OCTAVE_CONF_LDFLAGS%}
|  : ${LD_STATIC_FLAG=%OCTAVE_CONF_LD_STATIC_FLAG%}


reply via email to

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