pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem building lang/pytnon27 on Darwin (OS X 10.9.0)



* On 2013-12-24 at 00:00 GMT, Jason White wrote:

> OSXVER= 10.9
> XCODE= /Applications/Xcode.app/Contents/Developer
> XCBIN= ${XCODE}/Toolchains/XcodeDefault.xctoolchain/usr
> XCSDK= ${XCODE}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${OSXVER}.sdk
> CFLAGS+=        -isysroot ${XCSDK}
> CPPFLAGS+=      -isysroot ${XCSDK}
> FFLAGS+=        -isysroot ${XCSDK}
> LDFLAGS+=       -Wl,-syslibroot,${XCSDK}

It might not be related to the issues you are seeing, but all of the
above should be unnecessary, and it'd be best to remove them to avoid
any potential problems.

FWIW I don't have any such issues building lang/python27 on 10.9.

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com


Home | Main Index | Thread Index | Old Index