This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: simple question


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]