You are not logged in.
Hello
I tried to install libmatheval https://www.gnu.org/software/libmatheval/
#./configure
#make
Output of make command:
https://www.dropbox.com/s/syjr92zrs9dakww/make.log?dl=0
I cant make this library in presence of guile 2.0. My friend reported the same problem on Ubuntu but he solved it by using guile 1.8. So my question is if there is a way to fix this for guile 2.0 or how can I force "make" or the "configure" to use guile1.8, which is now ignored althoug I installed it from repository? :-(
Last edited by fiery (2016-03-24 13:33:26)
Offline
There don't appear to be any errors in this make output, just a bunch of warnings. What problem are you having?
Offline
Ah, there was a permission problem, I finally got it work, thx.
Offline
You really shouldn't run configure or make as root - a majority of times it might not cause any problems, but just one of those minority cases could trash your entire system in no time. Make install must be run as root (unless a alternative DESTDIR is set) but this too should never be done in arch. Read up on PKGBUILDs if you want to install this lib.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I just added a PKGBUILD to the AUR, if you're interested.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline