Hi,
I just stumbled upon Nimrod and wanted to build the compiler on my 64bit Linux Mint 15. Then the linker aborts with:
build/2_2/semfold.o : In function levalueconv_214015': semfold.c:(.text+0x1273): undefined reference to lrint' build/2_2/semfold.o : In function getconstexpr_214002': semfold.c:(.text+0x1fea): undefined reference to lrint' semfold.c:(.text+0x23b7): undefined reference to lrint'
What is this function and where is it? Do I miss a dependency?
-- broepi
Hello!
I believe this has been fixed in the git repo. Please try it. Instructions on how to get it are available here.
Hello,
i just installed a fresh 64bit Linux Mint 15. I can verify that the installation works without a problem by following the instructions on the git-page dom96 is pointing to.
I remember that I had the same error message about 'lrint' on my first try some month ago. If I remember correctly that was because i used the instructions on the nimrod webpage. Maybe a link to the git should be placed there?
Thank you.
Bootstraping from github worked fine. :) I like the idea of self-hosting . But, ... wow, that is a huge codebase of 310 MiB O.o How old is Nimrod?
I'll check out how it feels coding with it tomorrow...