Has anyone successfully check/build tseries for MacOSX? It seems like there is the same problem with symbols duplications. The -m like option does not seem to help. stefano
I don't think its the multiple symbols, those are all warnings. But ld: dsumsl.o has local relocation entries in non-writable section (__TEXT,__const) make: *** [tseries.so] Error 1 breaks it. On Oct 3, 2003, at 8:02 , Stefano Iacus wrote:> Has anyone successfully check/build tseries for MacOSX? > It seems like there is the same problem with symbols duplications. The > -m like option does not seem to help. > > stefano > > ______________________________________________ > 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
If I compile dsumsl.f with the IBM xlf compiler then tseries builds and installs -- of course tseries.so does not load properly, because the rest of R is build with g77, but it suggests the problem is with g77. On Oct 3, 2003, at 8:02 , Stefano Iacus wrote:> Has anyone successfully check/build tseries for MacOSX? > It seems like there is the same problem with symbols duplications. The > -m like option does not seem to help. > > stefano > > ______________________________________________ > 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