gcc areastat.o -s -L/usr/local/lib -lfidoconfig -lsmapi -o areastat /usr/bin/ld: areastat.o: undefined reference to symbol 'srealloc' //usr/local/lib/libhusky.so.1.9: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:40: recipe for target 'areastat' failed
I am getting the following when trying to compile areastat. everything else compiled ok on Ubuntu server
gcc areastat.o -s -L/usr/local/lib -lfidoconfig -lsmapi -o areastat /usr/bin/ld: areastat.o: undefined reference to symbol 'srealloc' //usr/local/lib/libhusky.so.1.9: error adding symbols: DSO missing
from command line
collect2: error: ld returned 1 exit status
Makefile:40: recipe for target 'areastat' failed
gcc areastat.o -s -L/usr/local/lib -lfidoconfig -lsmapi -o
areastat /usr/bin/ld: areastat.o: undefined reference to symbol
'srealloc' //usr/local/lib/libhusky.so.1.9: error adding symbols:
DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:40: recipe for target 'areastat' failed
you are try compile static binary with dynamic libs. (you don't have static libraries)
I am getting the following when trying to compile areastat.
everything else compiled ok on Ubuntu server
gcc areastat.o -s -L/usr/local/lib -lfidoconfig -lsmapi -o
areastat /usr/bin/ld: areastat.o: undefined reference to symbol
'srealloc' //usr/local/lib/libhusky.so.1.9: error adding symbols:
DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:40: recipe for target 'areastat' failed
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 418 |
Nodes: | 16 (0 / 16) |
Uptime: | 14:23:20 |
Calls: | 8,795 |
Calls today: | 7 |
Files: | 13,298 |
Messages: | 5,966,559 |