gfortran is doing the trick. Must be a g95 misconfiguration or some other thing that I have no ability to comprehend.
Thanks for the tip about the buggy numpy 1.04. That seemed to be the most serious hurdle. -Mark On Fri, May 23, 2008 at 4:12 PM, Mark Miller <[EMAIL PROTECTED]> wrote: > It appears to be there: dllcrt2.o in g95\lib. > > I'll re-install g95 to see if it helps. I'll also give gfortran in the > meantime too. > > -Mark > > > On Fri, May 23, 2008 at 4:05 PM, Robert Kern <[EMAIL PROTECTED]> > wrote: > >> On Fri, May 23, 2008 at 5:59 PM, Mark Miller <[EMAIL PROTECTED]> >> wrote: >> > In this case, I am just using the Windows command prompt. I do not have >> a >> > setup.cfg or pydistutils.cfg file. I did create a file in >> > Python25\Lib\distutils called distutils.cfg containing 2 lines: >> > >> > [build] >> > compiler = mingw32 >> > >> > That took care of the previous message. I am currently getting a >> 'failed >> > with exit status 1' message, that for the life of me I can't remember >> what >> > causes it. >> > >> > I have attached the full (albeit tedius) output from an attempt, if >> someone >> > is willing to wade through it. >> >> The important line is this one: >> >> ld: dllcrt2.o: No such file: No such file or directory >> >> This looks like a problem with g95. Either it is misconfigured or we >> aren't passing it the right flags. Can you check to see if there is a >> dllcrt2.o file somewhere in your g95 installation? >> >> -- >> 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