When executing 'make' after successfully using 'configure' I receive the following error, and seem unable to find what package/dependency may be missing:
/usr/bin/ld: y.tab.o: in function yytokname': /home/koragg/gmid/y.tab.c:1657:(.text+0x2004): undefined reference to sprint'
/usr/bin/ld: y.tab.o: in function yystatname': /home/koragg/gmid/y.tab.c:1669:(.text+0x2082): undefined reference to sprint'
collect2: error: ld returned 1 exit status
make: *** [Makefile:108: gmid] Error 1
This issue is occurs on Ubuntu 24.04.3 LTS. The source code was obtained via 'git clone' (on the master branch). Any pointer in the right direction as to what may be missing (or misconfigured) on the system would be greatly appreciated, as all dependencies gmi lists on https://gmid.omarpolo.com/ are installed on the system.
Regards,
Koragg
When executing 'make' after successfully using 'configure' I receive the following error, and seem unable to find what package/dependency may be missing:
/usr/bin/ld: y.tab.o: in function
yytokname': /home/koragg/gmid/y.tab.c:1657:(.text+0x2004): undefined reference tosprint'/usr/bin/ld: y.tab.o: in function
yystatname': /home/koragg/gmid/y.tab.c:1669:(.text+0x2082): undefined reference tosprint'collect2: error: ld returned 1 exit status
make: *** [Makefile:108: gmid] Error 1
This issue is occurs on Ubuntu 24.04.3 LTS. The source code was obtained via 'git clone' (on the master branch). Any pointer in the right direction as to what may be missing (or misconfigured) on the system would be greatly appreciated, as all dependencies gmi lists on https://gmid.omarpolo.com/ are installed on the system.
Regards,
Koragg