Building Python 2.2.2 - configure error

Martin v. Löwis martin at v.loewis.de
Wed Apr 30 14:28:53 EDT 2003


nraavi_news at yahoo.com writes:

> ALL these symbols exist in the library. 

Why do you think this? It appears that NONE of the symbols exist in
the library, or else there would be no error message.

> cc -o conftest conftest.c -I/opt/tcl/include -L/opt/tcl/lib -lm
> -ltcl8.4 -ltk8.4 -lpthread

Perhaps you need to link with -lX11 to get the X functions?

Regards,
Martin




More information about the Python-list mailing list