Thanks for posting that, Pontus. This bugged me a dozen times today, but then I rebuild Julia about five billion times a day. I wonder if we can fiddle with the deps/Makefile to make this more automatic, although updating openspecfun is so rare it may not be worth it.
On Thu, Jul 10, 2014 at 9:28 PM, Pontus Stenetorp <[email protected]> wrote: > Everyone, > > I read the GitHub activity as well as julia-dev and build Julia on a > daily basis, but I have not seen any mention of this error. Since it > dodged the standard `make cleanall`, I thought I should share the > simple, rather obvious, fix just in case someone tries to search for > the issue. Apparently there are some shared library symlink leftovers > that are not desirable, possibly due to a version bump. Just clean > them out with `rm deps/openspecfun/libopenspecfun.*`, run the standard > `make testall` and you should be good to go again. > > Regards, > Pontus Stenetorp >
