2010/4/14 생각하기
> =
> 2. Makefile
> =
> OBJS += agentx.o
> OBJS += snmp_interface
Why 'snmp_interface' ra
Hi all
I 'm going to make agentx with my source file
but problem occured
1. agentx.c
=
#include
#include
#include
#include
#include "snmp_agent.h"
#include "snmp_interface.h"
sta
On Tue, 23 Mar 2010 15:08:43 +0900 (KST) 생각하기 wrote:
> fan.o: In function `handle_Fm2rpms':
> fan.c:(.text+0x0): multiple definition of `handle_Fm2rpms'
> agentx.o:agentx.c:(.text+0x2190): first defined here
seems like you've got lots of code duplicated in fan.c and agentx.c.
> /usr/bin/ld: skipp
i wish to make a agentx file with 3 files
there are fan.c, log.c and exam.c
first i made a Makefile
this is a my Makefile for agentx
1. Makefile
#
# Warning: you may need more libraries than are