Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » c libev undefined reference to `ev_default_loop'(eclipse throws multiple errors while using multiple functions from libev)
c libev undefined reference to `ev_default_loop' [message #990512] Wed, 12 December 2012 20:19
Keshav Nair is currently offline Keshav NairFriend
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?
Previous Topic:Unresolved Inclusion
Next Topic:build problem
Goto Forum:
  


Current Time: Thu Mar 28 20:15:22 GMT 2024

Powered by FUDForum. Page generated in 0.02399 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top