help-octave
[Top][All Lists]
Advanced

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

Re: is_real_vector() missing?


From: notMyUsername
Subject: Re: is_real_vector() missing?
Date: Sun, 9 Nov 2014 13:32:34 -0800 (PST)

I've had a little time to look at this and I think that the problem may be
that 'pkg install -forge control' causes a build that is looking to link to
something in /usr/local/octave/3.8.0.mp which does not exist in my install
of Octave (only /usr/local/octave/3.8.0 exists) .  Building control results
in the following warnings:

ld: warning: directory not found for option
'-L/usr/local/octave/3.8.0.mp/bin/../lib/gcc47/gcc/x86_64-apple-darwin13/4.7.3'
ld: warning: directory not found for option
'-L/usr/local/octave/3.8.0.mp/bin/../lib/gcc47/gcc'
ld: warning: directory not found for option
'-L/usr/local/octave/3.8.0.mp/bin/../lib/gcc47/gcc/x86_64-apple-darwin13/4.7.3/../../..'

Sim linking /usr/local/octave/3.8.0.mp to /usr/local/octave/3.8.0 eliminates
those warnings and is_real_vector now exists.  tf is also now working.

There are still a bunch of build messages apparently relating to octave-help
resulting from building control but at least the functions I've so far tried
seem to be working.




--
View this message in context: 
http://octave.1599824.n4.nabble.com/is-real-vector-missing-tp4667269p4667301.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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