bingo! thanks, andrew
On Monday, 13 January 2014 15:12:36 UTC-3, nathan hodas wrote: > > try cd deps/openlibm then make clean. I saw the same error that worked for > me > > On Monday, January 13, 2014 10:07:50 AM UTC-8, andrew cooke wrote: >> >> 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]>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 >>>> >>> >>>
