Problem in compiling Polymake in Arch Linux

Discussions on installation issues go here.
laisrast
Posts: 5
Joined: 08 Sep 2018, 14:16

Problem in compiling Polymake in Arch Linux

Postby laisrast » 08 Sep 2018, 14:25

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")

blorenz
Developer
Posts: 139
Joined: 10 Jan 2011, 17:21

Re: Problem in compiling Polymake in Arch Linux

Postby blorenz » 08 Sep 2018, 21:58

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
Attachments
singular-std.patch
(854 Bytes) Downloaded 559 times

laisrast
Posts: 5
Joined: 08 Sep 2018, 14:16

Re: Problem in compiling Polymake in Arch Linux

Postby laisrast » 09 Sep 2018, 16:59

Thanks for the reply and the solution.
I applied the patch and everything went well.


Return to “Installing polymake”