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 > > > > >