Installation Problem

Fredrik Lundh fredrik at pythonware.com
Thu May 3 05:15:07 EDT 2001


Kevin Miles wrote:
> When editing the /Modules/Setup file in python version 2.1 and then going
> up a directory and doing a make Makefile, followed by a make i get the
> following error.
>
> /opt/exp/gnu/sparc-sun-solaris2.4/bin/ld: cannot open
> -l/sopt/perl/python/tcltk/lib/tk8.3: No such file or directory.

try "-L" (library search path), not "-l" (library file)

Cheers /F





More information about the Python-list mailing list