[MonoDevelop] How to set up a reference to bufferevent_read in libevent

Steve Ricketts velocedge at hotmail.com
Sun Apr 10 10:00:13 EDT 2011


I need to modify a c program and have been using MonoDevelop 2.4.2 on
openSUSE 11.3 as the IDE.  The program compiles on the command line with gcc
but when I'm in MD it gives me errors on references to libevent functions:

Error: undefined reference to `bufferevent_free'
Error: undefined reference to `bufferevent_read'
Error: undefined reference to `event_del'
... etc...

Very new to c so can someone tell me how can I reference those so I can
debug and compile in MonoDevelop?

--
View this message in context: http://mono.1490590.n4.nabble.com/How-to-set-up-a-reference-to-bufferevent-read-in-libevent-tp3439815p3439815.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list