[Distutils] More problems?

Thomas Heller thomas.heller@ion-tof.com
Tue, 28 Mar 2000 12:25:03 +0200


How is the --library_dirs resp. -L
option supposed to be used?

When I type
  python setup.py install build_ext -L=./Libs
I get the following linker command line:

... /LIBPATH:= /LIBPATH:. /LIBPATH:/ /LIBPATH:L /LIBPATH:i (and so on)

Thomas Heller