| c libev undefined reference to `ev_default_loop' [message #990512] |
Wed, 12 December 2012 15:19 |
Keshav Nair Messages: 1 Registered: December 2012 |
Junior Member |
|
|
|
I am using eclipse juno on a linux os i am a bit new to c and just started creating programs on it using eclipse since the last 1 month and everything was fine till i started working on frameworks and used libev the problem is that the libev file ev.h header is getting detected by eclipse but when i call a few functions its throws out error undefined reference when i build the program but if i try to compile it externally with this command "gcc -o ev_test ev_test.c -lev" it works without a problem the source code is correct as it ran but what is bugging me is that why is it throwing error while building on eclipse can anyone please help me out?
|
|
|
Powered by
FUDForum. Page generated in 0.01643 seconds