[OsX] Tkinter compile prob.

Cameron Laird claird at starbase.neosoft.com
Thu Oct 18 10:52:00 EDT 2001


In article <mailman.1003403838.3045.python-list at python.org>,
Andreas Schoeller  <A.Schoeller at web.de> wrote:
			.
			.
			.
>I updated OsX and developer Tools to latest V10.1 Now I compiled and
>installed tcl8.4.a / tk8.4.a and python 2.2. Then I prepared /Modules/Setup
>file with the correct paths to tcl/tk and X11 headers and libs. The
>following =B4make=B4 brings this result :
>
>libtool -o Python.framework/Versions/2.2/Python -dynamic  libpython2.2.a \
>      -framework System -lcc_dynamic -arch_only ppc -flat_namespace -U
>_environ -framework Carbon -framework Foundation -install_name
>Python.framework/Versions/2.2/Python -compatibility_version 2.2
>-current_version 2.2
>ld: Undefined symbols:
>_TclFreeObj
>_Tcl_AddErrorInfo
><.snip.>
>... a lot more tcl/tk symbols ...
><.snip.>
>_Tcl_Init
>_Tk_Init
>_Tk_MainWindow
			.
			.
			.
That libtool invocation includes neither the Tk nor Tcl
libraries.  I don't know the latest generations well
enough to advise you on the canonical correction; somehow,
though, you must include them.
-- 

Cameron Laird <claird at NeoSoft.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list