I don't do Mac but, I do know you need all the library files on your compiling PC for the target. It wants to link in file that you
don't have in your paths, mainly the cocoa libraries I would say..
By looking at it, it seems that you are using the "/" slashes where as in windows it's "\". I am not sure if the compiler is
smart enough to switch those for you ? But in any case, it looks like it maybe ignoring those files.
Cross compiling is such a pain in many cases for many reasons..., oh well.