Adam wrote: > So the default tcl has x86-64 but the default tk does not. So my best > guess is that I do not have to compile tcl from scratch, but I do have > to compile tk.... and in case you're wondering I haven't been able to > do that: > http://www.nabble.com/Error-compiling-tk-8.5.7-on-Mac-OS-X-10.5-td23790967.html
I think you should specify a --with-tcl=<path-to-dir-with-tclConfig.sh> when you build Tk. On my system I have /Library/Frameworks/Tcl.framework/Versions/8.5/tclConfig.sh so I'd try ./configure --enable-framework --disable-xft --with-tcl=/Library/Frameworks/Tcl.framework/Versions/8.5 and see if that picks up the right Tcl header. Gee, this is really painful... ;-) Cheers, C. > > I think this means I'm stuck, unless you have any other tips. But > either way, you've been a huge help, so thanks again! > Adam > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---