> On Mar 27, 2015, at 11:06 AM, Phillip R Smith <smithp...@gmail.com> wrote:
> 
> I'm attempting to install scipy-py27 and gcc49.  Both require the gfortran 
> compiler somewhere.
> 
> These end in error with error messages like:
> 
> gfortran:f77: scipy/fftpack/src/dfftpack/dcosqb.f
> f951: internal compiler error: Illegal instruction: 4
> 
> f951: internal compiler error: Abort trap: 6
> gfortran: internal compiler error: Abort trap: 6 (program f951)
> etc.....
> 
> It looks as though I should re-install gfoprtran, or the code that it is part 
> of.
> 
> Any suggestions?
> 
> Thanks!
> 
> -Ross Smith-
> 

Your gfortran comes from gcc49.  

One thing I’ve seen in the past is that some of the gcc dependencies, notably 
gmp5 and libmpfr4, produce fortran errors like what you’re seeing when 
installed on a machine of sufficiently different CPU from where they were 
built.  If you’re using the binary distribution, try “fink rebuild gmp5-shlibs 
libmpfr4-shlibs” to generate versions which are tuned to your machine. 

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to