After a bit of struggling to correct code for this OS(proper library for DIR is <dirent.h>) it compiles without issue. However, after compilation, the build chokes when linking.
Anyone have any ideas in getting this built on this system?
make -s swr
Undefined first referenced
symbol in file
bind o/comm.o
recv o/comm.o
send o/comm.o
getservbyname o/comm.o
accept o/comm.o
listen o/comm.o
gethostbyaddr o/comm.o
gethostbyname o/comm.o
socket o/comm.o
setsockopt o/comm.o
inet_ntoa o/comm.o
ld: fatal: Symbol referencing errors. No output written to swr
collect2: ld returned 1 exit status
make[1]: *** [swr] Error 1
make: *** [all] Error 2
Anyone have any ideas in getting this built on this system?