Ned,
Success! Thank you.

> It's pretty much automatic if you have a version of `pkg-config`
> installed

Installing pkg-config didn't help. It got rid of the warning at the
bottom of configure's output, but configure still reported
"_tkinter... missing".

> In any case you may need to set the PKG_CONFIG_PATH env variable to
> point to the .pc files for your Tcl and Tk.

That also didn't help.

> Defaults for the options are specified in brackets.
> [...]
>   TCLTK_CFLAGS
>              C compiler flags for TCLTK, overriding pkg-config
>  TCLTK_LIBS  linker flags for TCLTK, overriding pkg-config

But that did. Using:

$ ./configure TCLTK_LIBS="-ltcl8.6 -ltk8.6"

produced the right result. Tkinter gets built and works (at least it
opens a window).

That seems weird to me since I have trouble thinking what else would
be the default. Unless the default includes X11?

In any case, thank you.

Regards,
Matt

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to