I am trying to install Global Arrays (http://hpc.pnl.gov/globalarrays/index.shtml) to my laptop. As described in installation guide, I do ./confgure and then make. Here I get error:
ma/ma.c: In function 'list_verify':
ma/ma.c:1379:17: error: format not a string literal and no format arguments [-Werror=format-security]
(void)printf(preamble);
^
ma/ma.c:1403:17: error: format not a string literal and no format arguments [-Werror=format-security]
(void)printf(preamble);
^
ma/ma.c:1428:17: error: format not a string literal and no format arguments [-Werror=format-security]
(void)printf(preamble);
^
cc1: some warnings being treated as errors
make[2]: *** [ma/ma.lo] Error 1
make[2]: Leaving directory `/home/dimka/UT/Master/Parallel computing/Project/ga-5-3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dimka/UT/Master/Parallel computing/Project/ga-5-3'
make: *** [all] Error 2
What might be the problem? I need only Python module. Also, can I use Python module without installing whole GAT?