On Wed, Sep 02, 2009 at 11:16:56AM +0800, sam Cheng wrote:
> Dear all
>     I try to use libcurl in my project. I use a Linux project
> generator to create a new program and change the main.c to below
> program. After compile, There are some error in my project. It's
> "Undefined reference to 'curl_easy_init', How do i do?

You need to tell the linker to pull in the curl library.

Your makefile should be changed to do this.  Or whatever "project
generator" you are using should know how to do it, I suggest reading the
documentation for it.

good luck,

greg k-h
_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org 
once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to