[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
build trouble on MacOS 10.5
From: |
Ben Abbott |
Subject: |
build trouble on MacOS 10.5 |
Date: |
Sat, 21 Nov 2009 20:44:44 -0500 |
The build looks good until Octave is run.
Making all in interpreter
../../run-octave -f -q -H -p . --eval "geometryimages ('voronoi', 'txt');"
make[3]: *** [voronoi.txt] Bus error
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
When I try to run octave ...
> $ ./run-octave
> Bus error
>From the gdb
> .warning: Could not find object file
> "/sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o"
> - no debug information available for "libltdl/loaders/preopen.c".
>
> warning: Could not find object file
> "/sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-lt__alloc.o"
> - no debug information available for "libltdl/lt__alloc.c".
>
> warning: Could not find object file
> "/sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o"
> - no debug information available for "libltdl/lt_dlloader.c".
>
> warning: Could not find object file
> "/sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-lt_error.o"
> - no debug information available for "libltdl/lt_error.c".
>
> warning: Could not find object file
> "/sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-ltdl.o"
> - no debug information available for "libltdl/ltdl.c".
>
> warning: Could not find object file
> "/sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-slist.o"
> - no debug information available for "libltdl/slist.c".
>
> warning: Could not find object file
> "/sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/argz.o" - no
> debug information available for "libltdl/argz.c".
>
> warning: Could not find object file
> "/sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdlS.o"
> - no debug information available for "libltdlS.c".
>
> warning: Could not find object file
> "/sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o"
> - no debug information available for "libltdl/loaders/dlopen.c".
>
> ..................................... done
>
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
> 0x02c0702f in std::locale::operator= ()
> (gdb)
> (gdb) bt
> No stack.
I thought the problem might have to do with linking to a bad library, so I hope
to use the Mac OSX alternative to ldd to track it down ...
> $ otool -L ./src/octave
> ./src/octave: is not an object file
As I'm not having any trouble compiling fortran programs and/or libraries, I
tried ...
> $ otool -L ./libcruft/odepack/vnorm.lo
> ./libcruft/odepack/vnorm.lo: is not an object file
And then the actual fortran object file.
> $ otool -L ./libcruft/odepack/.libs/vnorm.o
> ./libcruft/odepack/.libs/vnorm.o:
I have two questions.
(1) Does anyone have any insight / advice?
(2) Are there any Mac OSX who have been successful building the current sources?
Ben
- build trouble on MacOS 10.5,
Ben Abbott <=
build trouble on MacOS 10.5, John W. Eaton, 2009/11/21
Re: build trouble on MacOS 10.5, Ben Abbott, 2009/11/22