On 08/10/2010 13:44, Dag-Erling Smørgrav wrote:
> Right now, I have two requests.  The first is that people who have
> Advanced Format disks run a program I wrote that measures the
> performance of aligned and misaligned writes of different sizes.
> 
> % svn co http://svn.freebsd.org/base/user/des/phybs
> % cd phybs
> % make
> % ./phybs -w /dev/adN

DES,

On stable/8 this is needed to build. Seems the need for linking against
libutil came in revision r211233.

Index: Makefile
===================================================================
--- Makefile    (revision 211244)
+++ Makefile    (working copy)
@@ -4,5 +4,6 @@
 CSTD   ?= c99
 WARNS  ?= 6
 MAN     = # none
+LDFLAGS += -lutil

 .include <bsd.prog.mk>


Regards,

-- 

 jhell,v

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to