Hello,
I am trying to compile R-2.9.1 on Mac OS-X 10.4 using --enable-R-shlib. I am not comfortable with Mac/Linux environments and trying to follow the instructions from CRAN site to every detail. The Mac OS did not have a gcc (gcc -version did not work). So I did the following: ## For gcc 4.2 and Fortran 4.2.4 Compilers Download gcc-4.2-5566-darwin8-all.tar.gz from http://r.research.att.com/tools/#gcc42 unpacked using: sudo tar fvxz gcc-4.2-5566-darwin8-all.tar.gz -C / Made gcc-4.2 default: sudo link gcc-4.2 gcc Made g++-4.2 default: sudo link g++-4.2 g++ I downloaded the source and tried compiling using: ./configure --with-blas='-framework vecLib' --with-lapack --with-ICU \ --with-aqua --enable-R-framework --enable-R-shlib Got the following error: Configure: error: C compiler cannot create executables I have attached the compile.log file. I would really appreciate some help. Raktim Bioinformatics Engineer DFCI, Harvard Med School Boston The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.