Library using another library

Thats what I did first. Then when that didn't work I went reading what I could find. There is a problem with the compiler that doesn't know where to look for the libraries when you reference them from another library. Supposedly using that format tells the compiler where to look.

This blog explains it pretty well, but I still can't seem to get it to work.