Eclipse, C/C++ Linker

Status
Not open for further replies.

deniz88

Member level 2
Joined
Jul 28, 2009
Messages
47
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
germany
Activity points
1,703
Hi,
something confuses me about Linker settings of Eclipse.
When i need to use thread or opencv, i have to add library in linker.

As i know, linker converts the object (*.o) files to executable file. Why does it require .h or .c files if it works with .o files.

thank you
best regards
 

A linker do not require .h and .c files.

Are you referring the settings as a whole or linker alone?

If using gcc , better use the command line or makefile approach.
Saves lot of headaches in settings.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…