thanks for the quick reply. unfortunately, that gives the same error. if i type those commands from the julia directory then various things build, before it fails to create the link.
if i then return to julia and do a make, i again see the error. cheers, andrew On Monday, 13 January 2014 13:37:19 UTC-3, Isaiah wrote: > > submodule update is not being handled correctly.. not sure why. > this should fix it: > ``` > cd deps > make clean-openlibm && make compile-openlibm > ``` > > > On Mon, Jan 13, 2014 at 11:32 AM, andrew cooke <[email protected]<javascript:> > > wrote: > >> i'm getting this error when building the latest from git. previous >> releases built just fine. anyone else? >> >> (haven't raised it as an issue because i suspect i may be doing something >> dumb in a hurry - trying to update during a talk). >> >> thanks, >> andrew >> > >
