Re: [Rd] configure on mac

2006-08-17 Thread roger koenker
On Aug 16, 2006, at 4:25 PM, Simon Urbanek wrote: > On Aug 15, 2006, at 3:21 PM, roger koenker wrote: > > Sorry this, is my fault: > >> >> ld: warning can't open dynamic library: libR.dylib referenced >> from: / Library/Frameworks/R.framework/Resources/lib/ >> libRlapack.dylib (checking for un

Re: [Rd] configure on mac

2006-08-16 Thread Simon Urbanek
On Aug 15, 2006, at 3:21 PM, roger koenker wrote: Sorry this, is my fault: > gcc -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined > dynamic_lookup -single_module -multiply_defined suppress -L/sw/lib - > L/usr/local/lib -o quantreg.so akj.o boot.o chlfct.o cholesky.o > dsel05.o extract

Re: [Rd] configure on mac

2006-08-16 Thread Prof Brian Ripley
On Tue, 15 Aug 2006, roger koenker wrote: > Apologies for my ignorance about these matters. All of us except Simon are in the same boat, it seems. It might be helpful to know for his benefit what CPU this is and how you configured R. This seems to a manifestation of an apparent MacOS bug Simon

Re: [Rd] configure on mac

2006-08-15 Thread roger koenker
Apologies for my ignorance about these matters. I think that the multiply defined symbols were probably my fault. After removing some lapack routines and using a modified version of Makevars suggested by Martin Maechler ## we use the BLAS and now also the LAPACK library: PKG_LIBS= $(LAPACK_LIBS

Re: [Rd] configure on mac

2006-08-14 Thread Prof Brian Ripley
On Tue, 15 Aug 2006, stefano iacus wrote: > It seems that there are symbols defined in more than one header. This > causes problems on mac. You should define the symbol in one header > and declare elsewhere as extern. You can find examples in main.c (if > I remember well). > I'm not sure thi

Re: [Rd] configure on mac

2006-08-14 Thread stefano iacus
It seems that there are symbols defined in more than one header. This causes problems on mac. You should define the symbol in one header and declare elsewhere as extern. You can find examples in main.c (if I remember well). I'm not sure this is the problems, but it looks like stefano On 14/a

Re: [Rd] configure on mac

2006-08-14 Thread roger koenker
My prior message now seems a bit premature. R seemed fine and, for example, installed my package SparseM without complaint, but now trying to install quantreg or Matrix, I'm getting: gcc -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined su

Re: [Rd] configure on mac

2006-08-14 Thread roger koenker
Yes, upgrading to Xcode 2.4 worked perfectly. Thanks to all. url:www.econ.uiuc.edu/~rogerRoger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Champaign, IL 6

Re: [Rd] configure on mac

2006-08-14 Thread stefano iacus
Hi Roger, due to latest change in the build scripts, you need to get the latest apple dev tools to correctly build r-devel. In particular, libtool needs to be updated. This is contained in the latest apple dev (XCode 2.3 as other mentioned) on apple developer web site. stefano On 12/ago/06,

Re: [Rd] configure on mac

2006-08-13 Thread Robert Gentleman
Hi, I think Simon and Stefano are both off line for a little while. I can confirm that an upgrade of Xcode to either 2.3 or the very recent 2.4 is needed in most cases, either seems to work so probably 2.4 is the better choice. best wishes Robert Prof Brian Ripley wrote: > I gather

Re: [Rd] configure on mac

2006-08-12 Thread Prof Brian Ripley
I gather you need to update your Xtools: others have had similar problems. (If they are online you will no doubt get more complete information.) On Sat, 12 Aug 2006, roger koenker wrote: > I'm having trouble making yesterday's R-devel on my macs. > > ./configure seems fine, but eventually in mak