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: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,097 |
Nodes: | 15 (0 / 15) |
Uptime: | 01:05:57 |
Calls: | 231,462 |
Calls today: | 11 |
Files: | 59,793 |
D/L today: |
2,048 files (610M bytes) |
Messages: | 296,312 |