[sage-devel] Re: Help needed on readline library in Sage

2012-01-29 Thread Volker Braun
Because OSX uses the old ld behavior of implicitly guessing DSOs. For various reasons this is a bad idea and has been turned off on linux distributions in the last couple of years. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an ema

[sage-devel] Re: Help needed on readline library in Sage

2012-01-29 Thread Kwankyu Lee
I wonder why that was not necessary for Mac. Anyway, thank you very much! Kwankyu -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.

[sage-devel] Re: Help needed on readline library in Sage

2012-01-29 Thread Volker Braun
Yes you need at least libraries = ['readline']. If you need other libraries they must be declared as well. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit t

[sage-devel] Re: Help needed on readline library in Sage

2012-01-29 Thread Kwankyu Lee
It is Extension('sage.misc.readline_extra_commands', sources = ['sage/misc/readline_extra_commands.pyx']), Do I need to add "-lreadline" somewhere here? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an em

[sage-devel] Re: Help needed on readline library in Sage

2012-01-29 Thread Volker Braun
Are you linking with -lreadline? Whats the entry in module_list.py -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group