[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build trouble on MacOS 10.6
From: |
John W. Eaton |
Subject: |
Re: build trouble on MacOS 10.6 |
Date: |
Wed, 25 Nov 2009 15:23:00 -0500 |
On 23-Nov-2009, Ben Abbott wrote:
| It doesn't appear to me that Octave is aware of
| /usr/lib/libstdc++.6.dylib when building. Is it possible that
| /usr/lib/libstdc++.6.dylib being loaded at run time?
|
| If so, can someone educate me on the process by which libraries are
| searched/located?
I'm not sure I understand what you are asking. If you mean how does
the configure script find libraries, it runs the compiler/linker.
As far as I know, there is no explicit check for libstdc++. How (or
if) the compiler links to libstdc++ is built in to the compiler.
jwe
build trouble on MacOS 10.5, John W. Eaton, 2009/11/21
Re: build trouble on MacOS 10.5, Ben Abbott, 2009/11/22