-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to compile INTERVAL #3
Comments
Which operating system do you use? |
Thanks for the quick reply. I have pasted my OS info below. BTW, I have also tried the "demo" link (https://www.aptlab.net/p/FPTaylor/FPTaylorVM) too and that didn't work either, but then I was able to find this other page (https://sites.google.com/site/fptaylordemo/installation) with a VM image that works for me.
|
I don't know how to fix the INTERVAL library issue. I tried several things in Ubuntu 16.10 without success. You may try Ubuntu 16.04 where everything should work. I'm going to remove the link to the AptLab demo because it is not the first time when it does not work. In future, I plan to remove the INTERVAL library from FPTaylor and replace it with a better supported interval arithmetic library (if I find a good candidate). |
Oh well, thanks for trying. Having the link to the VM file (https://sites.google.com/site/fptaylordemo/installation) would be a great instead of AptLab. Thanks again for looking into it. |
FPTaylor can be compiled on Ubuntu 16.10 now with the command |
I have tried adding
-fPIC
to the makefile without success. Also tried crosscompiling to 32 bit (usinggcc -m32
) which didn't work.The text was updated successfully, but these errors were encountered: