From bug-request at octave dot org Sun Jan 23 16:43:45 2005 Subject: Re: Serious memory leak in octave (this may be a duplicate bug report) From: Per Persson To: Dan Nessett Cc: Martin Costabel , bug@octave.org Date: Sun, 23 Jan 2005 23:47:42 +0100 On Jan 23, 2005, at 00:22, Dan Nessett wrote: > Below is the output of otool on octave. It appears octave has pulled in > libreadline, libncurses, and libhdf5 from /sw/lib. I can get rid of the > first and last with configure options. However, the only place I found > libncurses was also in /sw/lib. I presume vecLib in /System/... is > required. > Also I presume libz and libSystem.B are required. If not, let me know. > The only thing left is libncurses. On OS X 10.3 libncurses lives in /usr/lib, but it used to be part of libSystem in 10.2. I don't know why fink has their own version, maybe Martin knows? If you leave out the -I/sw/include -L/sw/lib flags and explictly add /sw/lib/libg2c.a instead of -lg2c, will that build an executable without libncurses from fink? If so, still same problem? /Per ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------