homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2006年04月09日.20:58:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627
atler_: around line 427, you find
 if self.compiler.find_library_file(lib_dirs,
 'ncursesw'):
 readline_libs.append('ncursesw')
 elif self.compiler.find_library_file(lib_dirs,
 'ncurses'):
Replace that with
 if self.compiler.find_library_file(lib_dirs,
 'ncurses'):
(i.e. dropping the ncursesw part), and rebuild.
History
Date User Action Args
2007年08月23日 14:39:06adminlinkissue1464056 messages
2007年08月23日 14:39:06admincreate

AltStyle によって変換されたページ (->オリジナル) /