04-07-2014, 12:22 AM
First of all enable verbose output when making - "make VERBOSE=1" is the command if I remember correctly. There you should see the command lines used, perhaps that will be of help.
I don't know if gcc can put library references directly into the object files (I know MSVC can do it). If so, search all the object files for the string.
I don't know if gcc can put library references directly into the object files (I know MSVC can do it). If so, search all the object files for the string.