jhendges Posted June 5, 2017 Share Posted June 5, 2017 I am working on a project that will have our PMAC directly interfacing with another piece of hardware. This hardware has a .lib, .dll, and a header file for calling functions from the provided library. I have added the header file to the project but I am not certain how to properly link the library when I build the background C application. Without the library being linked I get the error "undefined reference to ''". Is there a good way, or is it even possible, to link the library statically when building the application? Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts