phracker / MacOSX-SDKs

A collection of those pesky SDK folders: MacOSX10.1.5.sdk thru MacOSX11.3.sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When using strip.exe to clean a library...

jeffatrad opened this issue · comments

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...