From owner-freebsd-hackers Sun Oct 15 16:15:54 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA14229 for hackers-outgoing; Sun, 15 Oct 1995 16:15:54 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA14220 for ; Sun, 15 Oct 1995 16:15:51 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA04016; Mon, 16 Oct 1995 00:15:48 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA12997; Mon, 16 Oct 1995 00:15:48 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id AAA22520; Mon, 16 Oct 1995 00:15:13 +0100 From: J Wunsch Message-Id: <199510152315.AAA22520@uriah.heep.sax.de> Subject: Re: A couple problems in FreeBSD 2.1.0-950922-SNAP To: bde@zeta.org.au (Bruce Evans) Date: Mon, 16 Oct 1995 00:15:12 +0100 (MET) Cc: freebsd-hackers@freebsd.org (FreeBSD hackers) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199510152252.IAA32542@godzilla.zeta.org.au> from "Bruce Evans" at Oct 16, 95 08:52:00 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 426 Sender: owner-hackers@freebsd.org Precedence: bulk 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. ;-)