From Fabio Bizzi@2:335/364.1 to All on Mon Jan 28 10:22:46 2019
Hello All!
I was building the husky suite from the latest source zip file husky-all-1.9-source-20190112.zip when I found a problem on areastat.
gcc areastat.o -s -L/home/husky/husky-20190112/lib -lfidoconfig -lsmapi -o areastat
/usr/bin/ld: areastat.o: undefined reference to symbol 'srealloc' /home/husky/husky-20190112/lib/libhusky.so.1.9: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:40: set di istruzioni per l'obiettivo "areastat" non riuscito
make: *** [areastat] Errore 1
It looks like the function srealloc disappeared from the libhusky library.