octave-maintainers
[Top][All Lists]
Advanced

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

Re: gnulib and automake


From: Thomas Treichl
Subject: Re: gnulib and automake
Date: Thu, 29 Oct 2009 20:46:18 +0100
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

John W. Eaton schrieb:
On 29-Oct-2009, Thomas Treichl wrote:

| I think the easiest thing for me now would be that I change the configure.ac | file and that I try to compile against dlopen instead of dyld...

Does libtool try to use dyld by default?  How do you tell it to use
dlopen instead?

I'm not familiar with the details now (this was before your changes to automake), but if I now change configure.ac like I already described here

http://www.nabble.com/Changeset-Mac:-Use-dlopen-instead-of-dyld-per-default-td25264111.html

then I finally get this result from ./configure:

  Do internal array bounds checking:  false
  Build static libraries:             false
  Build shared libraries:             true
  Dynamic Linking:                    true (dlopen)
  Include support for GNU readline:   true
  64-bit array dims and indexing:     false

Per default (_without_ any changes at all) I get:

  Do internal array bounds checking:  false
  Build static libraries:             false
  Build shared libraries:             true
  Dynamic Linking:                    true (dyld)
  Include support for GNU readline:   true
  64-bit array dims and indexing:     false

So I expect that I'm doing everything correctly now, too?

  Thomas


reply via email to

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