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: | Gate Keeper |
---|---|
Location: | Shelby, NC |
Users: | 785 |
Nodes: | 20 (0 / 20) |
Uptime: | 213:05:29 |
Calls: | 11,917 |
Calls today: | 3 |
Files: | 5,294 |
D/L today: |
66 files (53,388K bytes) |
Messages: | 553,393 |