Hi. Here at my excellent place of employment, many of the labs use a program called MrBayes (http://morphbank.ebc.uu.se/mrbayes/) for performing, as you've probably guessed, Bayesian analysis. I have successfully installed Debian GNU/Linux (Sarge, kernelversion 2.4) on a Sun Ultra80 system, and am now attempting to compile MrBayes. The following are the results of my attempt:
************************************************************ ultra80:/home/andrew/MrBayes_V3.0_src_p# make /usr/bin/mpicc.mpich -O4 -c bayes.c /usr/bin/mpicc.mpich -O4 -c command.c /usr/bin/mpicc.mpich -O4 -c complex.c /usr/bin/mpicc.mpich -O4 -c gamma.c /usr/bin/mpicc.mpich -O4 -c linalg.c /usr/bin/mpicc.mpich -O4 -c mcmc.c /usr/bin/mpicc.mpich -O4 -c model.c /usr/bin/mpicc.mpich -O4 -c plot.c /usr/bin/mpicc.mpich -O4 -c sump.c /usr/bin/mpicc.mpich -O4 -c sumt.c /usr/bin/mpicc.mpich -O4 bayes.o command.o complex.o gamma.o linalg.o mcmc.o model.o plot.o sump.o sumt.o -lm -o mb /usr/bin/ld: skipping incompatible /usr/lib/mpich/lib/libmpich.a when searching for -lmpich /usr/bin/ld: cannot find -lmpich collect2: ld returned 1 exit status make: *** [mb] Error 1 ************************************************************ So, as you can see, this process is unsuccessful. Dr. Google (or, at least, my inept efforts to beg information) has not provided an answer. Any ideas? I would appreciate both specific information on this error and general compiling tips, as my job will apparently be including more of that. Many advance thanks- Andrew _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
