On Apr 20, 2009, at 21:44 , Jeremy Huddleston wrote:

>
> I downloaded the 10.5 ppc build of sage here:
> http://www.sagemath.org/bin/apple_osx/powerpc/sage-3.4-PowerPC-OSX10.5-PowerMacintosh-Darwin.dmg
>
> After launching, I ran notebook(), but that failed because a bunch of
> dylibs in the sage lib directory link against /usr/local/lib/libintl.
> 3.dylib.  You should not be linking against anything in /usr/local as
> that's not guaranteed to be on the user's system.

Check your PATH environment variable.  If it contains '/usr/local/ 
xxx', that is likely the problem.  With that setting, you are  
permitting the system to to link against what is available in '/usr/ 
local/lib'.

Try rebuilding with a "minimal" PATH setting (i.e., remove anything  
containing "/usr/local", "/sw", and "/opt").

HTH

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
-----------
If it weren't for carbon-14, I wouldn't date at all.
-----------



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to