Skip to content

La_svd compiler error

6 messages · Antczak, Philipp, Duncan Murdoch, Brian Ripley

#
On 13-04-11 7:41 AM, Antczak, Philipp wrote:
You reported this as a bug, and were told what to do to try to fix it. 
Did that work?

Duncan Murdoch
#
I did include the Makevars in the src directory with the following line: 
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

But this had no effect at all - still failed at La_svd
As I said in Linux no problem at all - only in windows.

Thanks
Phil

-----Original Message-----
From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com] 
Sent: 12 April 2013 12:13
To: Antczak, Philipp
Cc: 'r-devel at R-project.org'
Subject: Re: [Rd] La_svd compiler error
On 13-04-11 7:41 AM, Antczak, Philipp wrote:
You reported this as a bug, and were told what to do to try to fix it. 
Did that work?

Duncan Murdoch
#
On 12/04/2013 12:13, Duncan Murdoch wrote:
Unlikely.  La_svd is not an entry point anywhere in R 3.0.0.
The package may compile on Linux, but that allows unsatisfied entry 
points.  See 'Writing R Extensions'.

There was a non-API entry point of that name in 2.15.x, but that's not 
current.

  
    
#
Phil
On 12 Apr 2013, at 17:23, "Prof Brian Ripley" <ripley at stats.ox.ac.uk> wrote:

            
#
On 12/04/2013 17:28, Antczak, Philipp wrote:
For any platform, if you want it to actually work.