We get zillions of warnings like:
ld: warning: directory not found for option '-L/usr/lib'
ld: warning: directory not found for option '-F/Library/Frameworks'
ld: warning: directory not found for option '-F/System/Library/Frameworks'
Is there a way to suppress these errors? Either on strip or the compiler line? Not sure why strip is even looking at the local machine directory layout...
We get zillions of warnings like:
ld: warning: directory not found for option '-L/usr/lib'
ld: warning: directory not found for option '-F/Library/Frameworks'
ld: warning: directory not found for option '-F/System/Library/Frameworks'
Is there a way to suppress these errors? Either on strip or the compiler line? Not sure why strip is even looking at the local machine directory layout...