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: | 50:20:17 |
| Calls: | 359 |
| Files: | 6,321 |
| Messages: | 236,086 |