I'm running Codelite 2.5 on linux and I have some problems at the end of the compilation. I have several projects in my workspace which all output a static library (.a). I have an executable project that links with all those libraries. I added the linking folders and the libraries to link with but I always have errors.
the libLogic.a exists in the folder it tries to locate it... That's why I don't get it. Does anyone had that problem? Am I doing something wrong or it's an issue?
The field 'Library path' should contains a semi-colon list of all the search paths
The field 'Libraries' should contain a list of semi-colon list of all libraries to link with - without the path.