[sage-support] Re: Sage installation problem: Symbol not found: _iconv

2009-06-23 Thread William Stein
On Tue, Jun 23, 2009 at 10:36 AM, Oliver wrote: > > Hi, > > I downloaded Sage for Mac OS X 10.5 and extracted it. Intel or PowerPC? What was the exact name of the dmg you > However, when I > try to run it I get the output appended below. Running %upgrade does > not fix this. Any advice on how

[sage-support] Re: Sage installation problem: Symbol not found: _iconv

2009-06-23 Thread Oliver
Intel. The binary name was sage-4.0.2-OSX10.5-Intel-i386-Darwin.dmg On Jun 23, 2:10 pm, William Stein wrote: > On Tue, Jun 23, 2009 at 10:36 AM, Oliver wrote: > > > Hi, > > > I downloaded Sage for Mac OS X 10.5 and extracted it. > > Intel or PowerPC?   What was the exact name of the dmg you > >

[sage-support] Re: Sage installation problem: Symbol not found: _iconv

2009-06-23 Thread William Stein
On Tue, Jun 23, 2009 at 4:01 PM, Oliver wrote: > > Intel. The binary name was sage-4.0.2-OSX10.5-Intel-i386-Darwin.dmg If you have XCode installed, what happens if you do ./sage -f libm4ri-20090617 -- William --~--~-~--~~~---~--~~ To post to this group, send em

[sage-support] Re: Sage installation problem: Symbol not found: _iconv

2009-06-23 Thread Oliver
Hi William, I do have XCode installed. I ran the command you suggested from the sage directory. It appeared to compile successfully (see output appended below). However, I still get the same error when running sage. Again, %upgrade does not fix it. Any idea what is causing this error? I'm not fam

[sage-support] Re: Sage installation problem: Symbol not found: _iconv

2009-06-23 Thread William Stein
On Tue, Jun 23, 2009 at 4:20 PM, Oliver wrote: > > Hi William, > > I do have XCode installed. I ran the command you suggested from the > sage directory. It appeared to compile successfully (see output > appended below). However, I still get the same error when running > sage. Again, %upgrade does

[sage-support] Re: Sage installation problem: Symbol not found: _iconv

2009-06-23 Thread Oliver
That didn't work, so I built from source. It now works. Thanks for the help! On Jun 23, 3:23 pm, William Stein wrote: > On Tue, Jun 23, 2009 at 4:20 PM, Oliver wrote: > > > Hi William, > > > I do have XCode installed. I ran the command you suggested from the > > sage directory. It appeared to co

[sage-support] Re: Sage installation problem: Symbol not found: _iconv

2009-06-23 Thread Oliver
I've discovered what the problem was caused by. I had two lines in my .tcshrc, added for certain applications required by fink, namely: setenv DYLD_FALLBACK_LIBRARY_PATH /sw/lib setenv LD_LIBRARY_PATH /sw/lib Commenting these out causes sage to work. No need to install from source after all. On