> We have a winner. Thanks for the help. Including compile commands to help > anyone who may come across this thread. > > cc -c -o test.o test.c > cc -o test -static test.o
or ... /usr/share/mk/bsd.README LDSTATIC= ${STATIC}
> We have a winner. Thanks for the help. Including compile commands to help > anyone who may come across this thread. > > cc -c -o test.o test.c > cc -o test -static test.o
or ... /usr/share/mk/bsd.README LDSTATIC= ${STATIC}