A good ideea would be to build screen static. In case you
update your system, it is possible that the libraries on which screen depends
might be deleted. To do so
# make CONFIGURE_ENV=LDFLAGS="-static" build
# make install
that will create a binary screen which is not dynamically linked with the
libraries.
and of course don't forget man screen

That's neat! Didn't know you could do that. Is the option CONFIGURE_ENV=LDFLAGS="-static" something you can use for any port to compile it statically?

Regards,
Rakhesh
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to