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: | Coz |
---|---|
Location: | Anoka, MN |
Users: | 2 |
Nodes: | 4 (0 / 4) |
Uptime: | 145:46:07 |
Calls: | 328 |
Files: | 5,823 |
Messages: | 228,145 |