Re: [Rd] R and ACML

2006-07-25 Thread Evan Cooch
Hin-Tak Leung wrote: > Evan Cooch wrote: >> I lie (apparently) - turns out step (7) (below) *did* work. >> >> OK, so why didn't previous attempts at the problem (i.e., using >> LD_LIBRARY_PATH) work? Hmmm > > LD_LIBRARY_PATH affects runtime behavior, ./configure ... affects > compile time beha

Re: [Rd] R and ACML

2006-07-25 Thread Hin-Tak Leung
Evan Cooch wrote: > I lie (apparently) - turns out step (7) (below) *did* work. > > OK, so why didn't previous attempts at the problem (i.e., using > LD_LIBRARY_PATH) work? Hmmm LD_LIBRARY_PATH affects runtime behavior, ./configure ... affects compile time behavior. The former can only influ

Re: [Rd] R and ACML

2006-07-24 Thread Evan Cooch
I lie (apparently) - turns out step (7) (below) *did* work. OK, so why didn't previous attempts at the problem (i.e., using LD_LIBRARY_PATH) work? Hmmm > 7. one final attempt: > > ./configure --with-blas="-L/opt/acml3.5.0/gnu64/lib -lacml" > > No change - readline is still the only > > > > >

[Rd] R and ACML

2006-07-24 Thread Evan Cooch
While I recently received some very helpful files and email from Kevin Hendricks for compiling with ATLAS, thought I'd first have a stab at ACML. Having problems, which I suspect are trivial to solve: 1. machine is running RHEL 4, meaning, it uses gcc 3.4.5 out of the box, and g77. In my experi