Thread: how to link a library in eclipse c/c++ ide?

  1. #1
    Registered User
    Join Date
    Oct 2011
    Posts
    5

    how to link a library in eclipse c/c++ ide?

    How can i link a library to ecllipse C/C++ IDE?I am using eclipse helios

  2. #2
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    You could write your own makefiles for the project.
    or.. put the extra commandline options( -l<your_lib>) in the miscellaneous tab of the tool settings of the project.

  3. #3
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    there is a linker options page in the build settings area of the project properties. it includes options for library directories and additional libraries.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDL library on eclipse (windows)
    By chiefblink117 in forum C Programming
    Replies: 1
    Last Post: 09-26-2011, 09:41 PM
  2. link with C runtime library
    By George2 in forum C++ Programming
    Replies: 26
    Last Post: 02-05-2008, 01:56 AM
  3. Replies: 19
    Last Post: 01-12-2006, 11:04 AM
  4. Dev C++ library to link
    By WDT in forum Networking/Device Communication
    Replies: 3
    Last Post: 03-20-2004, 11:20 AM
  5. Link list library
    By Brighteyes in forum C Programming
    Replies: 4
    Last Post: 05-12-2003, 08:49 PM