ofalk / libdnet

libdnet provides a simplified, portable interface to several low-level networking routines.
Other
153 stars 60 forks source link

[Python module] Multiple definitions #4

Closed GoogleCodeExporter closed 2 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

ofalk commented 2 years ago

old report, closing.