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

melmell melsmailll at gmail.com
Thu Dec 11 02:11:54 EST 2014


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\libs\libpython34.a" (from
C:\ 
Windows\system32\python34.dll) 
objdump.exe: 'C:\Windows\system32\python34.dll': No such file 
Traceback (most recent call last): 
  File "setup.py", line 24, in <module>
    ext_modules = [module1]) 
  File "c:\Python34\lib\distutils\core.py", line 148, in setup 
    dist.run_commands() 
  File "c:\Python34\lib\distutils\dist.py", line 955, in run_commands 
    self.run_command(cmd) 
  File "c:\Python34\lib\distutils\dist.py", line 974, in run_command 
    cmd_obj.run() 
  File "c:\Python34\lib\distutils\command\build.py", line 126, in run 
    self.run_command(cmd_name) 
  File "c:\Python34\lib\distutils\cmd.py", line 313, in run_command 
    self.distribution.run_command(command) 
  File "c:\Python34\lib\distutils\dist.py", line 974, in run_command 
    cmd_obj.run() 
  File "c:\Python34\lib\distutils\command\build_ext.py", line 317, in run 
    force=self.force) 
  File "c:\Python34\lib\site-packages\numpy\distutils\ccompiler.py", line
562, i 
n new_compiler 
    compiler = klass(None, dry_run, force) 
  File "c:\Python34\lib\site-packages\numpy\distutils\mingw32ccompiler.py",
line 
 91, in __init__ 
    build_import_library() 
  File "c:\Python34\lib\site-packages\numpy\distutils\mingw32ccompiler.py",
line 
 379, in build_import_library 
    return _build_import_library_amd64() 
  File "c:\Python34\lib\site-packages\numpy\distutils\mingw32ccompiler.py",
line 
 400, in _build_import_library_amd64 
    generate_def(dll_file, def_file) 
  File "c:\Python34\lib\site-packages\numpy\distutils\mingw32ccompiler.py",
line 
 279, in generate_def 
    raise ValueError("Symbol table not found") 
ValueError: Symbol table not found 
make: *** [all] Error 1



--
View this message in context: http://numpy-discussion.10968.n7.nabble.com/Symbol-table-not-found-compiling-numpy-from-git-repository-on-Windows-tp31481p39284.html
Sent from the Numpy-discussion mailing list archive at Nabble.com.



More information about the NumPy-Discussion mailing list