Flavio <[EMAIL PROTECTED]> wrote:
> I followed the steps you describe exactly and I am still gettin this
> error message when i try to compile.
>
> here is the command I give:
>
> f2py -c --compiler=/opt/xmingw/bin/i386-mingw32msvc-gcc
> n/i386-mingw32msvc-g77 -L /opt/xmingw/i386-mingw32msvc
Hi Nick,
I followed the steps you describe exactly and I am still gettin this
error message when i try to compile.
here is the command I give:
f2py -c --compiler=/opt/xmingw/bin/i386-mingw32msvc-gcc
--f77exec=opt/xmingw/bi
n/i386-mingw32msvc-g77 -L /opt/xmingw/i386-mingw32msvc/lib/ -lpython2.4
-
Thanks Nick,
It seems that xmingw package in gentoo is the same as the mingw on
debian, from the directory structure and executables you mention.
I'll give it a try and if works with f2py, I'll post a complete
tutorial after I am done for other people to follow.
Thanks a lot.
Nick Craig-Wood w
Flavio <[EMAIL PROTECTED]> wrote:
> has anyone tried to build extensions for win32 on Linux using
> xmingw?
I don't know about xmingw, but we use mingw on linux to compile stuff
for windows all the time. (We use the mingw package under debian)
We build extensions using mingw but linked to the
Flavio wrote:
> Hi,
>
> has anyone tried to build extensions for win32 on Linux using xmingw?
>
> I need to use f2py to compile code for the win32 platform and I want to
> do this in Linux. I googled aroung but could not find any documentation
> on this.
>
> For those who dont know xmingw is a por
Hi,
has anyone tried to build extensions for win32 on Linux using xmingw?
I need to use f2py to compile code for the win32 platform and I want to
do this in Linux. I googled aroung but could not find any documentation
on this.
For those who dont know xmingw is a port to linux of mingw.
any hel