Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 1996 11:37:58 -0500 (CDT)
From:      Mark Tinguely <tinguely@plains.nodak.edu>
To:        jkh@time.cdrom.com
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: /stand/ee
Message-ID:  <199605171637.LAA05428@plains.nodak.edu>

next in thread | raw e-mail | index | archive | help
>  > Pico is significantly smaller!

pico statically compiled and stripped is 229376 bytes.

>  So when are one of you pico fanatics going to give me a version
>  broken out of PINE and bmake'd for the tree? :-)

cd .../ports/mail/pico
make # control-C when starts to compile
cd work/pine3.91
mv pico /usr/src/stand
cd /usr/src/stand/pico
cp makefile.bsi Makefile
vi Makefile
	(change DASHO from -g to -O)
	(add -static for /stand)
make

--mark.



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