I'm finally getting to this, I'm on the road. Here is what gdb gives me --snip-- Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries .. done
Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x5a6ae09a parse_fond (fond_data=0x5a6ae060 <Address 0x5a6ae060 out of bounds>, have_sfnt=0x5a6ae09c, sfnt_id=0xbfff8f4e, lwfn_file_name=0xbfff8e4a "", face_index=0) at /usr/local/src/freetype-2.2.1/src/base/ftmac.c:628 628 /usr/local/src/freetype-2.2.1/src/base/ftmac.c: No such file or directory. in /usr/local/src/freetype-2.2.1/src/base/ftmac.c For some reason it is looking for something from freetype in /usr/local/src but this directory has never existed on my computer. This is a new computer and I used the migration assistant to copy things from my old computer, so perhaps some paths got messed up. I don't know how to address that type of issue on a Mac with no ld.so.conf type of file. Erin On 1/8/07, Robert Kern <[EMAIL PROTECTED]> wrote: > Erin Sheldon wrote: > > I just got a new MacBook Pro, core 2 duo. There is no > > numpy/scipy fink distro for the intels yet so I tried out > > Robert's suggestions above. I installed python 2.5 as > > the base. I can confirm that all is working well for > > numpy and scipy. > > > > Matplotlib compiled, but gave some odd warnings such > > as > > > > /usr/bin/ld: warning fat file: /usr/local/lib/libgcc_s.10.4.dylib does > > not contain an architecture that matches the specified -arch flag: ppc > > (file ignored) > > Hmm. That is a bit odd. That library comes from the gfortran install and is a > standard gcc runtime library. It's probably getting picked up for the > extension > modules that use -L/usr/local/lib . Not great, but shouldn't be harmful unless > if you really want Universal binaries that will run on PPC Macs, too. > > > And when I run a "import pylab" with either wxAgg or TkAgg as > > my backend it just segfaults. Any ideas? The > > only way I differed from Robert's suggestions was I used fink > > to install jpeg,png,freetype. > > fink install libjpeg > > fink install libpng3 > > fink install freetype2 > > And I did not alter the setupext.py file. > > I don't know. Try running it under gdb to get a C stacktrace so we can tell > where the segfault comes from. The lines starting with (gdb) are prompts where > you should enter the lines I give below: > > > [~]$ gdb pythonw > GNU gdb 6.3.50-20050815 (Apple version gdb-573) (Fri Oct 20 15:50:43 GMT 2006) > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-apple-darwin"...Reading symbols for shared > libraries .. done > > (gdb) run > Starting program: /usr/local/bin/pythonw > Reading symbols for shared libraries . done > > Program received signal SIGTRAP, Trace/breakpoint trap. > 0x8fe01010 in __dyld__dyld_start () > (gdb) continue > Continuing. > Reading symbols for shared libraries . done > Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) > [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > Reading symbols for shared libraries .. done > >>> from matplotlib.pylab import * > Reading symbols for shared libraries .... done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries ........ done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries > ........................................................... done > Reading symbols for shared libraries .. done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries ... done > Reading symbols for shared libraries . done > Reading symbols for shared libraries .. done > Reading symbols for shared libraries . done > Reading symbols for shared libraries .................. done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > >>> > > -- > Robert Kern > > "I have come to believe that the whole world is an enigma, a harmless enigma > that is made terrible by our own mad attempt to interpret it as though it had > an underlying truth." > -- Umberto Eco > _______________________________________________ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion