octave-maintainers
[Top][All Lists]
Advanced

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

missing symbols in tip


From: John W. Eaton
Subject: missing symbols in tip
Date: Thu, 19 Nov 2009 11:08:45 -0500

On 19-Nov-2009, Shai Ayal wrote:

| perhaps related to libtool and/or the unary mapper changesets?
| 
| > plot(randn(100,1))
| error: deblank: /home/shaia/Download/octave-hg/src/max.oct: undefined

This looks wrong if you are using the current sources.  The .oct files
are now stored in the src/DLD-FUNCTIONS directory as links to the
shared libraries created by libtool in the src/DLD-FUNCTIONS/.libs
directory.

After the transition to libtool and automake, the files generated by
the compiler changed significantly.  Running "make maintainer-clean"
after the transition won't clean up files generated by the previous
build system.  The simplest fix would probably be to start fresh with
a new build tree.

jwe


reply via email to

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