Viv Kendon wrote:
[]
g++-3.3 -bundle -bundle_loader ../src/octave -L/sw/lib -o eig.oct eig.o -L../lib cruft -lcruft -L../liboctave -loctave -L. -loctinterp -framework vecLib -lfftw3
-lreadline  -lncurses -ldl -lhdf5 -lz -lm  -L/sw/lib -lg2c

This "-ldl" here makes me suspicious. I don't have it. Maybe I found (one of) your problem(s) now: Aren't you on a case-sensitive file system?

In the octave configure file I find tests for <Mach-O/dyld.h>. This does not exist, but there is /usr/include/mach-o/dyld.h. On my system, this is the same, and I see in the configure output indeed:

checking Mach-O/dyld.h usability... yes
checking Mach-O/dyld.h presence... yes
checking for Mach-O/dyld.h... yes

I bet that you have "no" here.

This is a big fat bug in the octave sources. I don't know where they got this "Mach-O" from. It has never existed.

You can test if things work better if you make a symlink in /usr/include from Mach-O to mach-o.

--
Martin





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to