Date: Mon, 16 Oct 1995 00:15:12 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: bde@zeta.org.au (Bruce Evans) Cc: freebsd-hackers@freebsd.org (FreeBSD hackers) Subject: Re: A couple problems in FreeBSD 2.1.0-950922-SNAP Message-ID: <199510152315.AAA22520@uriah.heep.sax.de> In-Reply-To: <199510152252.IAA32542@godzilla.zeta.org.au> from "Bruce Evans" at Oct 16, 95 08:52:00 am
next in thread | previous in thread | raw e-mail | index | archive | help
As Bruce Evans wrote: > > echo 'main() {}' >z0.c > echo 'main() {} getenv() {} _startup_setlocale() {}' >z1.c > echo 'main() {} getenv() {} _startup_setlocale() {} atexit() {}' >z2.c > for i in 0 1 2; do cc -O -o z$i z$i.c -static -s; done > ls -l z0 z1 z2 :-(( -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510152315.AAA22520>