simple question
Mathew Yeates
myeates@jpl.nasa.gov
Tue Oct 17 21:59:00 GMT 2006
I'm trying to make a python extension. On Windows, Python was compiled
with MS VS 2003. I can't even use a different version of Visual Studio,
let alone gcc.
Mathew
FX Coudert wrote:
>> cl main.c foo.o -o main.exe [+all gfortran libraries except msvcr]
>> libc.lib
>> libgfortran.a(environ.o) : warning LNK4217: locally defined symbol
>> __pctype impo
>> rted in function _init_mem
>> libgfortran.a(environ.o) : warning LNK4217: locally defined symbol
>> ___mb_cur_max
>> imported in function _init_mem
>> libgfortran.a(unix.o) : warning LNK4217: locally defined symbol __iob
>> imported i
>> n function __gfortrani_flush_if_preconnected
>>
>> run main.exe and crash!
>
> Any reason why you don't want to use GCC as a C compiler?
>
> FX
>
More information about the Fortran
mailing list