Re: git in HP-UX PA-RISC
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:16
Joan Ripoll Balaguer [off-list ref] writes:
How I can build git on HP-UX 11.11 (PA-RISC)? I have build openSSL and zlib libraries, plus GNU make utility, but I haven't gcc compiler. I have native ANSI C compiler. I search in the archives of that mail list, but I find nothing.
I do not think we had a thread on bootstrapping GCC on HP-UX on this list ;-). Your build log that shows compilation error messages, or if you can identify what GCC extension we use that HP-UX C compiler does not like then a short summary of the problem, would be helpful (of course the latter is preferred). One thing I know we deliberately use GCC extension is flex array. "make CFLAGS=-DFLEX_ARRAY=1" might help. Maybe not.