Page 1 of 1

Problem in compiling Polymake in Arch Linux

Posted: 08 Sep 2018, 14:25
by laisrast
When I try to compile Polymake 3.2r3 in my Arch Linux I get the following error

https://justpaste.it/6g9c6

(I could not attach the log file here because "File too large: build.log")

Re: Problem in compiling Polymake in Arch Linux

Posted: 08 Sep 2018, 21:58
by blorenz
Thanks for the report, this comes from a conflict of the -std options from your singular installation and from polymake. Please try applying the attached patch in your polymake source directory and run configure again afterwards.

Code: Select all

cd /home/laisrast/Downloads/polymake-3.2/ patch -p1 < /path/to/singular-std.patch ./configure
Best
Benjamin

Re: Problem in compiling Polymake in Arch Linux

Posted: 09 Sep 2018, 16:59
by laisrast
Thanks for the reply and the solution.
I applied the patch and everything went well.