Drew,
Sorry, my previous message was a little vague: I had successfully worked
around the first three problems, and I just nailed the fourth one today:
The Linux's statvfs64 struct does not have a member called f_basetype, so I
diked out the code that checks the filesystem type. I can't tell if that's
dangerous, so tell me if you think this is a Bad Idea (tm):
/*
if (strncmp(filesys, statbuf.f_basetype, FSTYPSZ) != 0) {
filebench_log(LOG_ERROR,
"File System is of type %s, NOT %s as indicated",
statbuf.f_basetype, filesys);
filebench_shutdown(1);
return;
}
*/
I also had to change configure.in to exclude the -laio and -lsocket libraries,
and now it compiles. I'll run some tests this afternoon and let you know how
it goes.
...Demetri
--
This message posted from opensolaris.org
_______________________________________________
perf-discuss mailing list
[email protected]