Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 1999 12:36:52 +0100
From:      Alexander Langer <alex@big.endian.de>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: sysinstall: is it really at the end of its lifecycle?
Message-ID:  <19991217123652.A684@cichlids.cichlids.com>
In-Reply-To: <99Dec17.080227est.40335@border.alcanet.com.au>; from peter.jeremy@alcatel.com.au on Fri, Dec 17, 1999 at 08:10:54AM %2B1100
References:  <199912151624.RAA01525@dorifer.heim3.tu-clausthal.de> <XFMail.991216085535.steve@pooh.elsevier.nl> <99Dec17.080227est.40335@border.alcanet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help

--SLDf9lqlvOQaIe6s
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Thus spake Peter Jeremy (peter.jeremy@alcatel.com.au):

> -rwxr-xr-x  1 jeremyp  inplat  96509 Dec 17 08:08 minigzip

> % cc -O -o minigzip minigzip.c /usr/lib/libz.a

What about stripping?

root:/usr/src/usr.bin/minigzip $ ls -l minigzip
-rwxr-xr-x  1 root  bin  96921 17 Dez 12:35 minigzip
root:/usr/src/usr.bin/minigzip $ strip minigzip
root:/usr/src/usr.bin/minigzip $ ls -l minigzip
-rwxr-xr-x  1 root  bin  90044 17 Dez 12:35 minigzip
root:/usr/src/usr.bin/minigzip $ cc -O -o minigzip minigzip.o
/usr/lib/libz.a
root:/usr/src/usr.bin/minigzip $ ls -l minigzip
-rwxr-xr-x  1 root  bin  48699 17 Dez 12:36 minigzip
root:/usr/src/usr.bin/minigzip $ strip minigzip
root:/usr/src/usr.bin/minigzip $ ls -l minigzip
-rwxr-xr-x  1 root  bin  45240 17 Dez 12:36 minigzip

Alex
--=20
I doubt, therefore I might be.=20

--SLDf9lqlvOQaIe6s
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (FreeBSD)
Comment: For info see http://www.gnupg.org

iQEVAwUBOFogUrRIIUSeqRcRAQFxrQf+JdWsx8dneKzUzg5Y7SZw2k3XNZykviih
eUpFp9PCtnrrpZCvSdk2+UKIsNjfCe4gm2dUdBk+3uo5lvbiRE/YgGKVAHfRhvfA
nmEpzK/X5biz0aWU/Vrbdahs72KxAB3I5w2je7PbQYczGN8ZQDSCCi4BulzAPQWX
6XnpggIBRicZWuMSNPiWhDmbSRL0PNxhN8iUoNSQdAswUOaUnRKF6gsZKgrO0ovZ
3flr8IekFY7XpTfIrKs/OrONhlzEYRh00Ycn+2LuAUVeAgWNEA8MnQcXpCx6DOdd
yEFMA5vDR5LhLfbee6ARV0HnVigcqdf18RosdWnD7EhFupXI39uzdg==
=2qvx
-----END PGP SIGNATURE-----

--SLDf9lqlvOQaIe6s--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991217123652.A684>