William Stein wrote: >> 6) Attempt to build Sage. This gets quite a long way but does fail at >> sqlite-3.5.3.p3. >> >> I'll put the compilation issues in another message, as I don't think it >> is related to the build of gcc 4.4.0, but the order some libraries are >> linked in sqlite - the error message has been seen by lots of people >> using lots of software and appears to be related to what libraries are >> linked in a particular order. >> > > > Excellent work!!! Thanks so much for getting this setup. It will be > very useful. > The above failure is just something we will have to figure out. Sage > never built > with gcc 4.4.0 on solaris. > > William
A hunt around the web shows error messages like the ./.libs/libsqlite3.so: undefined reference to `wr...@sunw_0.9' ./.libs/libsqlite3.so: undefined reference to `pthread_cre...@sunw_0.9' ./.libs/libsqlite3.so: undefined reference to `fc...@sunw_0.9' ./.libs/libsqlite3.so: undefined reference to `pthread_j...@sunw_0.9' ./.libs/libsqlite3.so: undefined reference to `pthread_eq...@sunw_0.9' ./.libs/libsqlite3.so: undefined reference to `cl...@sunw_0.9' ./.libs/libsqlite3.so: undefined reference to `pthread_mutexattr_sett...@sunw_1.2' ./.libs/libsqlite3.so: undefined reference to `r...@sunw_0.9' ./.libs/libsqlite3.so: undefined reference to `sl...@sunw_0.9' ./.libs/libsqlite3.so: undefined reference to `pthread_s...@sunw_0.9' ./.libs/libsqlite3.so: undefined reference to `fs...@sunw_0.9' have been occurring for years on Solaris, on lots of programs (particularly Apache) but only when libtool is used. I think the issue is one of what libraries get linked, and in what order. Those should be in libc. It's probably a libtool bug, which sqlite uses. I'll have a look later. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---