kbandla / libdnet

Automatically exported from code.google.com/p/libdnet
Other
1 stars 0 forks source link

[Python module] Multiple definitions #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile python module under windows

What is the expected output?
Module compiles cleanly.

What do you see instead?
Multiple definitions of some symbols.

What version of the product are you using?
1.12. 

On what operating system?
Win32

Please provide any additional information below.

These files are listed twice in setup.py:

'../src/err.c'
'../src/strlcat.c'
'../src/strlcpy.c'

Original issue reported on code.google.com by dnie...@gmail.com on 24 Aug 2009 at 6:12