Does not use -L/sw/lib -dl anymore, so only works for those who have libdl in /usr/local/lib Cannot find _environ in linking libR.dylib (not sure where it normally gets it). Does not seem to need it in linking R.bin. ==Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu homepage: http://gifi.stat.ucla.edu ------------------------------------------------------------------------ ------------------------- No matter where you go, there you are. --- Buckaroo Banzai http://gifi.stat.ucla.edu/sounds/nomatter.au
On Domenica, giu 15, 2003, at 02:39 Europe/Rome, Jan de Leeuw wrote:> Does not use -L/sw/lib -dl anymore, so only works for those who have > libdl in /usr/local/lib > > Cannot find _environ in linking libR.dylib (not sure where it normally > gets it). Does not seem to need it in linking R.bin.I do not have /sw on my machine and I was able to build R till yesterday. So it should not be a problem related to fink. But today I get the same error of you ld: Undefined symbols: _environ /usr/bin/libtool: internal link edit command failed make[3]: *** [libR.dylib] Error 1 make[2]: *** [R] Error 2 make[1]: *** [R] Error 1 make: *** [R] Error 1> ==> Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; > Editor: Journal of Multivariate Analysis, Journal of Statistical > Software > US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 > phone (310)-825-9550; fax (310)-206-5658; email: > deleeuw@stat.ucla.edu > homepage: http://gifi.stat.ucla.edu > > ----------------------------------------------------------------------- > -------------------------- > No matter where you go, there you are. --- Buckaroo Banzai > http://gifi.stat.ucla.edu/sounds/nomatter.au > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel >
No, but if you do not have dlcompat in /usr/local/lib, you also get link errors because it cannot find dlopen and friends. So one need a dlcompat somewhere where the linker can find it. Not finding environ must be due to some very recent change in the R code, it seems. On Sunday, Jun 15, 2003, at 08:47 US/Pacific, Stefano Iacus wrote:> > On Domenica, giu 15, 2003, at 02:39 Europe/Rome, Jan de Leeuw wrote: > >> Does not use -L/sw/lib -dl anymore, so only works for those who have >> libdl in /usr/local/lib >> >> Cannot find _environ in linking libR.dylib (not sure where it >> normally >> gets it). Does not seem to need it in linking R.bin. > I do not have /sw on my machine and I was able to build R till > yesterday. So it should not be a problem related to fink. > But today I get the same error of you > > ld: Undefined symbols: > _environ > /usr/bin/libtool: internal link edit command failed > make[3]: *** [libR.dylib] Error 1 > make[2]: *** [R] Error 2 > make[1]: *** [R] Error 1 > make: *** [R] Error 1 > > >> ==>> Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; >> Editor: Journal of Multivariate Analysis, Journal of Statistical >> Software >> US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 >> phone (310)-825-9550; fax (310)-206-5658; email: >> deleeuw@stat.ucla.edu >> homepage: http://gifi.stat.ucla.edu >> >> ---------------------------------------------------------------------- >> --------------------------- >> No matter where you go, there you are. --- Buckaroo Banzai >> http://gifi.stat.ucla.edu/sounds/nomatter.au >> >> ______________________________________________ >> R-devel@stat.math.ethz.ch mailing list >> https://www.stat.math.ethz.ch/mailman/listinfo/r-devel >> > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel > >==Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu homepage: http://gifi.stat.ucla.edu ------------------------------------------------------------------------ ------------------------- No matter where you go, there you are. --- Buckaroo Banzai http://gifi.stat.ucla.edu/sounds/nomatter.au
On Sun, 15 Jun 2003, Jan de Leeuw wrote:> No, but if you do not have dlcompat in /usr/local/lib, you also get > link errors because it cannot find dlopen and friends. So one need > a dlcompat somewhere where the linker can find it. > > Not finding environ must be due to some very recent change in the > R code, it seems.Yes--a bit of overzealous code cleaning by someone who thought code conditionalized for __APPLE__ was for classic MacOS. Should be OK again in cvs. luke> > On Sunday, Jun 15, 2003, at 08:47 US/Pacific, Stefano Iacus wrote: > > > > > On Domenica, giu 15, 2003, at 02:39 Europe/Rome, Jan de Leeuw wrote: > > > >> Does not use -L/sw/lib -dl anymore, so only works for those who have > >> libdl in /usr/local/lib > >> > >> Cannot find _environ in linking libR.dylib (not sure where it > >> normally > >> gets it). Does not seem to need it in linking R.bin. > > I do not have /sw on my machine and I was able to build R till > > yesterday. So it should not be a problem related to fink. > > But today I get the same error of you > > > > ld: Undefined symbols: > > _environ > > /usr/bin/libtool: internal link edit command failed > > make[3]: *** [libR.dylib] Error 1 > > make[2]: *** [R] Error 2 > > make[1]: *** [R] Error 1 > > make: *** [R] Error 1 > > > > > >> ==> >> Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; > >> Editor: Journal of Multivariate Analysis, Journal of Statistical > >> Software > >> US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 > >> phone (310)-825-9550; fax (310)-206-5658; email: > >> deleeuw@stat.ucla.edu > >> homepage: http://gifi.stat.ucla.edu > >> > >> ---------------------------------------------------------------------- > >> --------------------------- > >> No matter where you go, there you are. --- Buckaroo Banzai > >> http://gifi.stat.ucla.edu/sounds/nomatter.au > >> > >> ______________________________________________ > >> R-devel@stat.math.ethz.ch mailing list > >> https://www.stat.math.ethz.ch/mailman/listinfo/r-devel > >> > > > > ______________________________________________ > > R-devel@stat.math.ethz.ch mailing list > > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel > > > > > ==> Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; > Editor: Journal of Multivariate Analysis, Journal of Statistical > Software > US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 > phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu > homepage: http://gifi.stat.ucla.edu > > ------------------------------------------------------------------------ > ------------------------- > No matter where you go, there you are. --- Buckaroo Banzai > http://gifi.stat.ucla.edu/sounds/nomatter.au > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel >-- Luke Tierney University of Iowa Phone: 319-335-3386 Department of Statistics and Fax: 319-335-3017 Actuarial Science 241 Schaeffer Hall email: luke@stat.uiowa.edu Iowa City, IA 52242 WWW: http://www.stat.uiowa.edu
Yes, __APPLE_CC__ is for Darwin indeed. stefano On Domenica, giu 15, 2003, at 18:50 Europe/Rome, Luke Tierney wrote:> On Sun, 15 Jun 2003, Jan de Leeuw wrote: > >> No, but if you do not have dlcompat in /usr/local/lib, you also get >> link errors because it cannot find dlopen and friends. So one need >> a dlcompat somewhere where the linker can find it. >> >> Not finding environ must be due to some very recent change in the >> R code, it seems. > > Yes--a bit of overzealous code cleaning by someone who thought code > conditionalized for __APPLE__ was for classic MacOS. Should be OK > again in cvs. > > luke > >> >> On Sunday, Jun 15, 2003, at 08:47 US/Pacific, Stefano Iacus wrote: >> >>> >>> On Domenica, giu 15, 2003, at 02:39 Europe/Rome, Jan de Leeuw wrote: >>> >>>> Does not use -L/sw/lib -dl anymore, so only works for those who have >>>> libdl in /usr/local/lib >>>> >>>> Cannot find _environ in linking libR.dylib (not sure where it >>>> normally >>>> gets it). Does not seem to need it in linking R.bin. >>> I do not have /sw on my machine and I was able to build R till >>> yesterday. So it should not be a problem related to fink. >>> But today I get the same error of you >>> >>> ld: Undefined symbols: >>> _environ >>> /usr/bin/libtool: internal link edit command failed >>> make[3]: *** [libR.dylib] Error 1 >>> make[2]: *** [R] Error 2 >>> make[1]: *** [R] Error 1 >>> make: *** [R] Error 1 >>> >>> >>>> ==>>>> Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; >>>> Editor: Journal of Multivariate Analysis, Journal of Statistical >>>> Software >>>> US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 >>>> phone (310)-825-9550; fax (310)-206-5658; email: >>>> deleeuw@stat.ucla.edu >>>> homepage: http://gifi.stat.ucla.edu >>>> >>>> -------------------------------------------------------------------- >>>> -- >>>> --------------------------- >>>> No matter where you go, there you are. --- Buckaroo Banzai >>>> http://gifi.stat.ucla.edu/sounds/nomatter.au >>>> >>>> ______________________________________________ >>>> R-devel@stat.math.ethz.ch mailing list >>>> https://www.stat.math.ethz.ch/mailman/listinfo/r-devel >>>> >>> >>> ______________________________________________ >>> R-devel@stat.math.ethz.ch mailing list >>> https://www.stat.math.ethz.ch/mailman/listinfo/r-devel >>> >>> >> ==>> Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; >> Editor: Journal of Multivariate Analysis, Journal of Statistical >> Software >> US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 >> phone (310)-825-9550; fax (310)-206-5658; email: >> deleeuw@stat.ucla.edu >> homepage: http://gifi.stat.ucla.edu >> >> ---------------------------------------------------------------------- >> -- >> ------------------------- >> No matter where you go, there you are. --- Buckaroo Banzai >> http://gifi.stat.ucla.edu/sounds/nomatter.au >> >> ______________________________________________ >> R-devel@stat.math.ethz.ch mailing list >> https://www.stat.math.ethz.ch/mailman/listinfo/r-devel >> > > -- > Luke Tierney > University of Iowa Phone: 319-335-3386 > Department of Statistics and Fax: 319-335-3017 > Actuarial Science > 241 Schaeffer Hall email: luke@stat.uiowa.edu > Iowa City, IA 52242 WWW: http://www.stat.uiowa.edu > >