Re: [Rd] Linking With External Lapack: Segfault

2008-08-25 Thread Imanpreet
Hello Brian, The following output was when I run .configure with no option. When I run it with --with-lapack = " *-L/usr/lib -llapack" *option the following is the output of the "echos" towards the EOF use_lapack is unset with lapack is *-L/usr/lib -llapack #Only change. *Use_External

Re: [Rd] Linking With External Lapack: Segfault

2008-08-25 Thread Imanpreet
Hello Brian, I have been trying several options to configure and providing "-lcblas" was just one of them. I added echos for the following variable towards the configure. And with all of them I am getting the following use_lapack is unset with lapack is ** Use_External_lapack_true #

Re: [Rd] Linking With External Lapack: Segfault

2008-08-22 Thread Prof Brian Ripley
On Fri, 22 Aug 2008, Imanpreet wrote: Hello All, I have been trying to figure out on linking R with an external lapack. Even though the R-admin recommends against doing so, our requirements force us to link it to an external lapack. I am running configure with the following parameter.

[Rd] Linking With External Lapack: Segfault

2008-08-22 Thread Imanpreet
Hello All, I have been trying to figure out on linking R with an external lapack. Even though the R-admin recommends against doing so, our requirements force us to link it to an external lapack. I am running configure with the following parameter. *./configure --with-lapack="-L/usr/lib