On Nov 30, 2007, at 2:22 PM, Justin C. Walker wrote:
> On Nov 30, 2007, at 2:15 AM, mabshoff wrote:
>> On Nov 30, 10:51 am, joel <[EMAIL PROTECTED]> wrote:
>>> I downloaded the modified tarball. It untar'd without complaint.
>>> However on running notebook() for the first time it bombed out,
>>> unable
>>> to find /usr/local/lib/libintl.3.dylib.
>>>
>>> dyld: Library not loaded: /usr/local/lib/libintl.3.dylib
>>>   Referenced from: /Users/sage/sage-2.8.13-i386-Darwin/local/bin/
>>> certtool
>>>   Reason: image not found
[snip]
> PS: I have not yet nailed down the flags for gcc dealing with header
> and library search paths.  I'll try to complete that this afternoon.

A quick update: gcc now has some flags (isysroot and syslibroot) that  
forces the compiler to look only in a specified directory hierarchy  
for the system-supplied includes and libraries (so "/" is replaced by  
"/path/to/my/root" for all system-supplied files).

However, there doesn't seem to be an option to exclude a specific  
directory (I think we want to exclude anything beginning with "/usr/ 
local", especially when doing a build of a binary tarball for those  
who don't want to build).

I'll continue to look, but right now, I don't see a simple answer to  
this.

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income
--------
Experience is what you get
   when you don't get what you want.
--------




--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to