On 1/24/07, Steve Lianoglou <[EMAIL PROTECTED]> wrote: > Hi, > > >> I got gfortran from hpc.sourceforge.net. I just now noticed that my > >> gcc is "experimental", I hope that isn't the issue. > > > > It probably is the issue. > > One thing to note is that (at least when I d/l'd it), the hpc fortran > download also has inside it a version of gcc which it will dump into / > usr/local/bin. > > You're normal/system-installed gcc is still in /usr/bin, however. > > Maybe you need to do some command-line gymnastics to make sure you > pick up /usr/bin/gcc as opposed to the /usr/local/bin > > Just a thought, > -steve
That was the issue. I changed the order of the items in PATH to ensure /usr/bin comes before /usr/local/bin and now it works. Thanks for the help! Jeremy _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion