You need to build the zeromq library before building the python binding for it:
sage -f zeromq && sage -f pyzmq Definitely works on Fedora 21 On Friday, February 20, 2015 at 11:35:10 AM UTC+1, Jori Mantysalo wrote: > > FYI when trying to make Sage[math] 6.5 on Fedora 21 I got > > - - - - > > gcc build/temp.linux-x86_64-2.7/scratch/vers.o > -L/home/jm58660/sage-6.5/local/lib -Wl,-R/home/jm58660/sage-6.5/local/lib > -lzmq -lrt -o build/temp.linux-x86_64-2.7/scratch/vers > /home/jm58660/sage-6.5/local/lib/libzmq.so: undefined reference to > `std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20' > collect2: error: ld returned 1 exit status > > error: command 'gcc' failed with exit status 1 > > Fatal: Falling back on bundled libzmq, but setup.cfg has explicitly > prohibited building the libzmq extension. > > real 0m0.512s > user 0m0.261s > sys 0m0.085s > ************************************************************************ > Error installing package pyzmq-14.3.0 > > - - - > > I will continue with SAGE_INSTALL=GCC=yes, but the error message might be > of interest to someone. > > -- > Jori Mäntysalo > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
