On 2010-08-17 15:18:12 -0400, Walter Bright <newshou...@digitalmars.com> said:

(If Apple cared about this, there'd be nothing more than a switch to g++ along the lines of -osx=10.4 and it'll do whatever is necessary to build a backward compatible binary.)

Have you tried -isysroot ?

        gcc -isysroot /Developer/SDKs/MacOSX10.5.sdk

Use it both when compiling and linking and you should get something 10.5 compatible.

--
Michel Fortin
michel.for...@michelf.com
http://michelf.com/

Reply via email to