Bugs item #1067209, was opened at 2004-11-16 01:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112694&aid=1067209&group_id=12694
Category: apps
Group: windows
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: libnetsnmptrapd on win32 contains extra source file
Initial Comment:
version: 5.1.2 (and in 5.2 RCs it remains as well)
'win32/libnetsnmptrapd/Makefile' declares 'snmptrapd.c'
as one of the source files for the library:
SOURCE=..\..\apps\snmptrapd.c
though it contains main and SnmpTrapdMain
(ServiceMain) functions.
MSVC project (libnetsnmptrapd.dsp) contains this file as
well.
Furthermore, win32/snmptrapd project that links
with 'netsnmptrapd.lib' also contains 'snmptrapd.c'.
Could you tell me if it is correct?
I think it is not.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112694&aid=1067209&group_id=12694
|