octave-maintainers
[Top][All Lists]
Advanced

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

Re: compiling development sources


From: Carlo de Falco
Subject: Re: compiling development sources
Date: Wed, 10 Feb 2010 17:57:28 +0100


On 10 Feb 2010, at 17:28, Ben Abbott wrote:


I encountered this problem last week, and jwe provided a solution for me.

http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2010-February/015033.html

The part you need is the change to syscalls.cc, below.

-DEFUN (lstat, args, ,
+DEFUNX ("lstat", Flstat, args, ,

I don't know if this change should be committed to the sources, or if this is a MacOS X specific issue.

Ben

Ben,
Thanks, this worked, now I get:

Making check in test
../run-octave --norc --silent --no-history ./fntests.m .

Integrated test scripts:

<... snip ...>
src/DLD-FUNCTIONS/lu.cc ................................panic: Segmentation fault -- stopping myself...

 fntests.log contains nothing useful
make[2]: *** [check] Segmentation fault
make[1]: *** [check-recursive] Error 1
make: *** [check] Error 2

my configure options are:

export PATH="/sw/lib/flex/bin:/sw/bin:/sw/sbin:/Applications/ GnuPlot.app/Contents/Resources/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/ local/bin:/usr/texbin:/usr/X11/bin:/usr/local/bin:/Applications/ Gmsh.app/Contents/Resources/bin:/usr/local/gwTeX/bin/i386-apple-darwin- current:/usr/X11R6/bin"

./configure F77=g95 CPPFLAGS="-I/sw/lib/flex/include -I/sw/include" LDFLAGS="-L/sw/lib/flex/lib -L/sw/lib -L${PWD}/../arpack -L${PWD}/../ qrupdate" --prefix=/opt/octave/3.3

do you have any suggestions?
Thanks!
c.


reply via email to

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