Re: Building lh-bootstrap-master
Alexis <[email protected]> Fri, 26 Apr 2024 21:53:26 +1000
| Newsgroups | gmane.comp.sysutils.supervision.general |
|---|---|
| Message-ID | <[email protected]> |
ImNotPC <[email protected]> writes: > I'm attempting to build lh-bootstrap-master but make is > complaining: > > make: unrecognized option '--jobserver-style=pipe' > > Indeed, my version of make doesn't have the --jobserver-style > option. If I remove the reference to --jobserver-style option > from ./make the package builds without any obvious errors but > doesn't appear to be a complete build. My make is GNU Make 4.3 > running on a Mageia 8 system. Do I need to downgrade make? Any > suggestions? i take it you mean "_upgrade_ make"? According to the GNU Make ChangeLog, the `--jobserver-style` option was added on 2022-08-02, whereas 4.3 was released in January 2020, and 4.4 was released in October 2022. Alexis.