Re: [Numpy-discussion] "Symbol table not found" compiling numpy from git repository on Windows

2014-12-10 Thread melmell
Hey Guys, I'm having the same problem with building a python wrapper for a C library using windows. Tried applying the patch mentioned above, but still receiving the following error message. Any thoughts? Thanks Mel Looking for python34.dll Building import library (arch=AMD64): "c:\Python34

Re: [Numpy-discussion] "Symbol table not found" compiling numpy from git repository on Windows

2012-07-18 Thread David Cournapeau
On Wed, Jul 18, 2012 at 11:38 AM, Ondřej Čertík wrote: > On Wed, Jul 18, 2012 at 12:30 PM, Ondřej Čertík > wrote: >> On Wed, Jul 18, 2012 at 2:20 AM, Ondřej Čertík >> wrote: >>> On Thu, Jan 5, 2012 at 8:22 PM, John Salvatier >>> wrote: Hello, I'm trying to compile numpy on Wind

Re: [Numpy-discussion] "Symbol table not found" compiling numpy from git repository on Windows

2012-07-18 Thread Nathaniel Smith
On Wed, Jul 18, 2012 at 11:38 AM, Ondřej Čertík wrote: > Now things work and start compiling. Any ideas what is going on here? > Why is it trying to "build the msvcr" library? I believe that it's actually trying to link to the msvcr library (which requires first creating some file that describes

Re: [Numpy-discussion] "Symbol table not found" compiling numpy from git repository on Windows

2012-07-18 Thread Ondřej Čertík
On Wed, Jul 18, 2012 at 12:30 PM, Ondřej Čertík wrote: > On Wed, Jul 18, 2012 at 2:20 AM, Ondřej Čertík > wrote: >> On Thu, Jan 5, 2012 at 8:22 PM, John Salvatier >> wrote: >>> Hello, >>> >>> I'm trying to compile numpy on Windows 7 using the command: "python setup.py >>> config --compiler=ming

Re: [Numpy-discussion] "Symbol table not found" compiling numpy from git repository on Windows

2012-07-18 Thread Ondřej Čertík
On Wed, Jul 18, 2012 at 2:20 AM, Ondřej Čertík wrote: > On Thu, Jan 5, 2012 at 8:22 PM, John Salvatier > wrote: >> Hello, >> >> I'm trying to compile numpy on Windows 7 using the command: "python setup.py >> config --compiler=mingw32 build" but I get an error about a symbol table not >> found. An

Re: [Numpy-discussion] "Symbol table not found" compiling numpy from git repository on Windows

2012-07-17 Thread Ondřej Čertík
On Thu, Jan 5, 2012 at 8:22 PM, John Salvatier wrote: > Hello, > > I'm trying to compile numpy on Windows 7 using the command: "python setup.py > config --compiler=mingw32 build" but I get an error about a symbol table not > found. Anyone know how to work around this or what to look into? > > buil

[Numpy-discussion] "Symbol table not found" compiling numpy from git repository on Windows

2012-01-05 Thread John Salvatier
Hello, I'm trying to compile numpy on Windows 7 using the command: "python setup.py config --compiler=mingw32 build" but I get an error about a symbol table not found. Anyone know how to work around this or what to look into? building library "npymath" sources Building msvcr library: "C:\Python26