octave-maintainers
[Top][All Lists]
Advanced

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

Re: mkoctfile urgently needs attention before Octave 3.6.0


From: c.
Subject: Re: mkoctfile urgently needs attention before Octave 3.6.0
Date: Thu, 29 Dec 2011 21:57:15 +0100

On 29 Dec 2011, at 21:46, Lukas Reichlin wrote:

> Hmm, I'm not sure about this. Interestingly, it works if I use 
> 
>    "$(mkoctfile -p BLAS_LIBS)"
> 
> in my developer makefiles alone.

How exactly did you add that to your Makefile? If I use:

# balanced stochastic truncation model reduction
slab09hd.oct: slab09hd.cc
        mkoctfile $$(mkoctfile -p BLAS_LIBS) slab09hd.cc \
              AB09HD.f TB01ID.f AB04MD.f TB01KD.f AB09HY.f \
              AB09IX.f MB03UD.f SB02MD.f AB09DD.f TB01LD.f \
              SB03OU.f MA02AD.f MB03QX.f select.f SB03OT.f \
              SB02MR.f SB02MS.f MB03QD.f SB02MU.f SB02MV.f \
              SB02MW.f MB04ND.f MB04OD.f MB03QY.f SB03OR.f \
              SB03OY.f SB04PX.f MB04NY.f MB04OY.f SB03OV.f

I get the following error:

$ make slab09hd.oct
mkoctfile $(mkoctfile -p BLAS_LIBS) slab09hd.cc \
              AB09HD.f TB01ID.f AB04MD.f TB01KD.f AB09HY.f \
              AB09IX.f MB03UD.f SB02MD.f AB09DD.f TB01LD.f \
              SB03OU.f MA02AD.f MB03QX.f select.f SB03OT.f \
              SB02MR.f SB02MS.f MB03QD.f SB02MU.f SB02MV.f \
              SB02MW.f MB04ND.f MB04OD.f MB03QY.f SB03OR.f \
              SB03OY.f SB04PX.f MB04NY.f MB04OY.f SB03OV.f
mkoctfile: unrecognized argument -framework
make: *** [slab09hd.oct] Error 1

c.


reply via email to

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