[Numpy-discussion] f2py errors: any help interpreting?

Mark Miller markperrymiller at gmail.com
Fri May 23 19:26:01 EDT 2008


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 <markperrymiller at gmail.com>
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 <robert.kern at gmail.com>
> wrote:
>
>> On Fri, May 23, 2008 at 5:59 PM, Mark Miller <markperrymiller at gmail.com>
>> 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 at scipy.org
>> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080523/dea44c1c/attachment.html>


More information about the NumPy-Discussion mailing list