I'm almost certain that nobody is compiling recent versions on Solaris 8. The makefiles did work on s8 at some stage, but the more recent changes have been targetted at s10/11...
Richard. On 7/8/08 1:28 AM, "Demetri S. Mouratis" <[EMAIL PROTECTED]> wrote: Has anyone successfully compiled filebench on Solaris 8? I've tried with gcc 3.3.2 and Studio 11, and both complain something like this: cc -g -xO3 -xarch=v9 -DYYDEBUG=1 -o go_filebench gamma_dist.o misc.o procflow.o threadflow.o utils.o flowop.o flowop_library.o ipc.o vars.o stats.o eventgen.o fileset.o fb_random.o parser_gram.o parser_lex.o -lrt -lkstat -lm Undefined first referenced symbol in file round fb_random.o pthread_mutexattr_setrobust_np ipc.o pthread_mutex_consistent_np ipc.o ld: fatal: Symbol referencing errors. No output written to go_filebench I tried to dig into a little, and found it a little odd that some functions are declared with an argument of type uint64_t named 'round', but I also can't seem to find any math library function named round(). The ipc one might just be a header include problem? If anyone has any tips, l'd love to hear them. Thanks! ...Demetri This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org