[R-SIG-Mac]making 1.5.0 on Darwin

Roger Peng rpeng@stat.ucla.edu
Tue, 7 May 2002 17:32:09 -0700 (PDT)


I believe this error occurs when you are missing the dlcompat library.
However, it may be hiding somewhere in the /sw directory.

-roger
_______________________________
UCLA Department of Statistics
rpeng@stat.ucla.edu
http://www.stat.ucla.edu/~rpeng

On Sun, 5 May 2002, David A Richmond wrote:

> Hi,
> 	I just downloaded the new R 1.5.0 source package, expanded it into
> /usr/local/ and did './configure' and 'make'. configure seemed to go ok,
> and make worked away for a while, compiling various files, but balked when
> asked to compile "Rdynload.c". (see below) Any idea what's going on?
> 
> dave r
> 
> cc -no-cpp-precomp -I. -I../../src/include -I../../src/include
> -I/usr/local/include -DHAVE_CONFIG_H   -g -O2 -c Rdynload.c -o Rdynload.o
> Rdynload.c: In function `R_FindSymbol':
> Rdynload.c:942: (Each undeclared identifier is reported only once
> Rdynload.c:942: for each function it appears in.)
> make[3]: *** [Rdynload.o] Error 1
> make[2]: *** [R] Error 2
> make[1]: *** [R] Error 1
> make: *** [R] Error 1
> 
> 
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> |David Richmond                It works on a          |
> + Dept. of Sociology          complex scientific      +
> |Saint Mary's College          principle, known as    |
> + Notre Dame, IN 46556               "pot luck."      +
> |574-284-4517                    - The Doctor         |
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> 
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac@stat.math.ethz.ch
> http://www.stat.math.ethz.ch/mailman/listinfo/r-sig-mac
>