nwdigitalradio / rmsgw

Linux RMS Gateway
GNU General Public License v2.0
23 stars 12 forks source link

Executing autogen.sh fails on Debian 7 #12

Closed computer-wizard closed 3 years ago

computer-wizard commented 4 years ago

Executing autogen.sh fails on Debian 7 with: lib/Makefile.am:3: compiling fileage.c' with per-target flags requiresAM_PROG_CC_C_O' in `configure.ac' autoreconf: automake failed with exit status: 1

This can be solved by adding the macro name, AM_PROG_CC_C_O to the # Check for programs section of the configuration.ac file.

Boudewijn (Bob) Tenty, VE3TOK

ve7fet commented 4 years ago

You know Debian 7 was EOL in 2018, right?

Curious, why are you trying to build it on a deprecated OS that no longer has security patches?

Lee

computer-wizard commented 4 years ago

I know that very well Lee but it is for a Ham who is involved with a whole bunch of IRLP /EchoIRLP nodes in the Caribbean, who wants to add RMS/Winlink. These are still running Debian 7 and of course I told them to upgrade numerous times because of the security risk. Bob