Bugs item #1237697, was opened at 2005-07-13 10:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1237697&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: blakers (blakers) Assigned to: Nobody/Anonymous (nobody) Summary: link path probs on OSX re: Tcl, Tk & fink's /sw Initial Comment: hi all, i'm bldg Python 2.4.1 on OSX 10.4.1 ... i've installed a late version of Tcl/Tk framework in: /Library/Frameworks/Tcl.framework /Library/Frameworks/Tk.framework iiuc, these frameworks/libs are SUPPOSED to be searched PRIOR to / System/Library/Frameworks ... i've installed the Fink dev env in "/sw" the Fink ev is 'disabled' o my box ... i.e., "/sw" is NOT in my path ... that said, the Python build 'insists' on building against: (1) the /System/... Tcl & Tk frameworks (2) libs/includes in /sw/... (e.g., ndbm.h ...) correcting the problem is INSENSITIVE to discreet inclusion of /Library/ Frameworks in LD_LIBRARY_PATH/DYLD_LIBRARY_PATH only the build time spec'n of: setenv LDFLAGS "-L/Library/Frameworks -framework Tcl -framework Tk" seems to do the trick ... as for /sw, only a: mv /sw /swTMP ( ... build ...) mv /swTMP /sw seems to work. cheers, richard ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1237697&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com