Jam: Linking with System Libraries
Obviously, your code doesn’t just link with your libraries. It also has to link with some of the system libraries. Jam manages this by using the LINKLIBS
variable. The simplest way to make this work is something like the following: