Stephane -
    The check log indicated that malloc.h couldn't be found.
Since that header file  is located  in /usr/include/sys on Macs,
you could do the following:

1.  Download mprobit_0.9-2.tar.gz from your local CRAN mirror.
2.  At a terminal, type

      PKG_CFLAGS=-I/usr/include/sys R CMD INSTALL mprobit_0.9-2.tar.gz

They'll be some warning messages, but the package should get built.

                                        - Phil Spector
                                         Statistical Computing Facility
                                         Department of Statistics
                                         UC Berkeley
                                         spec...@stat.berkeley.edu

On Sun, 22 Nov 2009, stephane Luchini wrote:

Hi all,

any chance that someone got through the installation problem of
mprobit on mac os X?

Stephane

______________________________________________
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.


______________________________________________
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.

Reply via email to