Well, actually following your instructions brought me to this:
============ Building the readline extension module ============
cc1: error: unrecognized command line option "-Wno-long-double" cc1: error: unrecognized command line option "-Wno-long-double" cc1: error: unrecognized command line option "-Wno-long-double" cc1: error: unrecognized command line option "-Wno-long-double" lipo: can't open input file: /var/tmp//cckAgVNY.out (No such file or directory) error: Setup script exited with error: command 'gcc' failed with exit status 1
With simply easy_install I could get only the last line. How if it was "hard_install"?? Wouldn't it be nice not being forced to build everithing from source everytime...? :(
Ahmed Al-Saadi
· 3 months ago
Had the same error with using easy_install. I clicked on the 'attachments' on the page you reference in your post, downloaded readline and compiled it from there. Now I don't have to tiptoe around ipython anymore! Thanks!
============ Building the readline extension module ============
cc1: error: unrecognized command line option "-Wno-long-double"
cc1: error: unrecognized command line option "-Wno-long-double"
cc1: error: unrecognized command line option "-Wno-long-double"
cc1: error: unrecognized command line option "-Wno-long-double"
lipo: can't open input file: /var/tmp//cckAgVNY.out (No such file or directory)
error: Setup script exited with error: command 'gcc' failed with exit status 1
With simply easy_install I could get only the last line. How if it was "hard_install"?? Wouldn't it be nice not being forced to build everithing from source everytime...? :(