Relative Content

Tag Archive for gcclinkerg++

GCC/G++ Linking issue. Bit of a noob question

I have a project that was build with cmake. The project creates a library (.a) in one directory, and then the application (from another directory) links in this library. It’s using GCC as the compiler.