Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » linking with depending libraries(build a linker setting with --start-group and --end-group)
linking with depending libraries [message #1082342] Thu, 08 August 2013 12:36
christian Mising name is currently offline christian Mising nameFriend
Messages: 4
Registered: December 2009
Location: Mainz/Europe
Junior Member
Hello out there,
I have a project with so called cyclic dependencies. In this case it is possible to include options called -start-group and -end-group.
In this form:
gcc ... -start-group liba.so libb.so libc.so -end-group


I just don't know how to write this into eclipse linker-settings in a way that its getting included in the right position. It is possible to include the libraries, search-path.. There are widgets to fill in Xlinker-options as well, and this is the proper place to fill in this option. But I cannot customize my options, so that they getting included in the right form.

Does anybody what to do in this place?

Thank you in advance

/christian
Previous Topic:Symbol 'cout' could not be resolved
Next Topic:Add default run-configuration on project create
Goto Forum:
  


Current Time: Fri Apr 26 18:32:45 GMT 2024

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

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

Back to the top