From: Paul K. <pki...@us...> - 2003-12-08 10:08:48
|
On Dec 7, 2003, at 5:31 PM, Per Persson wrote: > Hi, > I'm forwarding parts of a discussion from help-octave since I think > someone might be able to shed some lights on two issues: > i) In current CVS, does main/comm check for presence of tex? main/comm doesn't use tex, it uses texi2dvi. My guess is that the DarwinPorts texi2dvi is not installing the appropriate prerequisites. Should we be responsible for that in octave-forge? I don't think so, given that we are already checking that the command texi2dvi exists. > ii) Could the problem with command history be related to octave-forge > in any way? Not that I know of. Other problems I've encountered: DarwinPorts builds octave static instead of dynamic. Is this easy to change? SuperLU #include's malloc.h, which doesn't exist. I'm commenting it out since malloc is supposed to be in stdlib. If it breaks for any system without it, we will have to check in configure for #include <malloc.h>. isinf() isn't defined for whatever reason. I fixed it to use lo_ieee_isinf. gnuplot doesn't compile with either aquaterm or X11 by default on 10.3 without the X11sdk.pkg. Suggestions? configure was doing an incorrect test for NArray support. Now I check for dim_vector, which I imagine was only introduced with N-Arrays. Paul Kienzle pki...@us... |