Home › Forums › Legacy SDKs › Gaze SDK Linux / glibc linkage › Reply To: Gaze SDK Linux / glibc linkage
29/10/2014 at 20:15 #1922
Markus Ålind
Participant
Just a tips for anyone finding this topic while trying to build the samples on linux (ubuntu 14.04:
Add -lpthread after -ltobiigazecore (3 places) in the Makefile in the samples directory. Otherwice it will complain about the 2.2.5 symbols.
/Markus