[Libevent-users] Undefined reference

2007-09-20 Thread Marcelo Estanislau Geyer
Hi, I'm development small program in C++ on Linux (Fedora 7 and Kdevelop). When compiling the program, is appearing the following message: undefined reference to `event_init' I have add header event.h, but I am with difficulties to work with this library due to these errors. Thanks, Marcelo

Re: [Libevent-users] Undefined reference

2007-09-20 Thread Scott Lamb
Marcelo Estanislau Geyer wrote: Hi, I'm development small program in C++ on Linux (Fedora 7 and Kdevelop). When compiling the program, is appearing the following message: undefined reference to `event_init' I have add header event.h, but I am with difficulties to work with this library due