octave-maintainers
[Top][All Lists]
Advanced

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

Re: Mac OS X 10.6 status


From: Michael D. Godfrey
Subject: Re: Mac OS X 10.6 status
Date: Sun, 27 Dec 2009 15:42:41 -0800
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091130 Thunderbird/3.0

On 12/27/09 2:54 PM, John W. Eaton wrote:
At what point during the build does this happen?  I don't think any
part of Octave should be linking directly with libltdl.

I think the following text from libtool on the Mac has generated the reference
(and got the path wrong):

5882:     if test -z "$dlname" ||
5883:        test "$dlopen_support" != yes ||
5884:        test "$build_libtool_libs" = no; then
5885:       # If there is no dlname, no dlopen support or we're linking
5886:       # statically, we need to preload.  We also need to preload any
5887:       # dependent libraries so libltdl's deplib preloader doesn't
5888:       # bomb out in the load deplibs phase.
5889:       dlprefiles="$dlprefiles $lib $dependency_libs"
5890:     else
5891:       newdlfiles="$newdlfiles $lib"


reply via email to

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