*** /home/bga/src/python.orig/dist/src/Lib/distutils/unixccompiler.py Mon Jul 16 10:46:13 2001 --- Lib/distutils/unixccompiler.py Sun Aug 19 23:32:20 2001 *************** *** 239,245 **** # link () - # -- Miscellaneous methods ----------------------------------------- # These are all used by the 'gen_lib_options() function, in # ccompiler.py. --- 239,244 ---- *************** *** 247,258 **** def library_dir_option (self, dir): return "-L" + dir - def runtime_library_dir_option (self, dir): - return "-R" + dir - def library_option (self, lib): return "-l" + lib - def find_library_file (self, dirs, lib, debug=0): --- 246,253 ----