[R-SIG-Mac]making 1.5.0 on Darwin
Stefano Iacus
jago@mclink.it
Sun, 5 May 2002 23:56:58 +0200
There's no need to unpack it on /usr/local you can just use your own dir.
BTW, I have encountered the same problem yesterday working for the
quartz device.
Luke suggested me to use the following setup
./configure CPPFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib/"
or, if you want to build everything,
/configure CPPFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib/"
--with-tcl-config=/sw/lib/tclConfig.sh --with-tk-
config=/sw/lib/tkConfig.sh --with-gnome --with-gnome-
includes=/sw/include/gnome-1.0
It is assumed that you have installed something via fink such as the
libtool. Fink puts everything in the folder /sw.
Let us know if it works.
Stefano
On Domenica, maggio 5, 2002, at 09:44 , 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
>