make sure you
have Rtools on your PATH *before* any other tools.
Cheers,
Simon
>
>
> From: Simon Urbanek
> To: David L Lorenz
> Cc: r-devel@r-project.org
> Date: 02/09/2012 09:24 AM
> Subject: Re: [Rd] FORTRAN compilation error
>
>
>
>
> On Fe
appears to be the z that is inserted in from the the object
file name when the .dll is created.
Thanks.
Dave
From:
Simon Urbanek
To:
David L Lorenz
Cc:
r-devel@r-project.org
Date:
02/09/2012 09:24 AM
Subject:
Re: [Rd] FORTRAN compilation error
On Feb 9, 2012, at 9:54 AM, David L Lorenz wrote
gt; .f.o:
> $(F77) $(ALL_FFLAGS) -c $< -o $@
> .f95.o:
> $(FC) $(PKG_FCFLAGS) $(FCPICFLAGS) $(FCFLAGS) -c $< -o $@
> .f90.o:
> $(FC) $(PKG_FCFLAGS) $(FCPICFLAGS) $(FCFLAGS) -c $< -o $@
>
> %.exe:
> $(LINKER) $(LINKFLAGS)
$*.def
lib%.dll.a: %.def
$(DLLTOOL) $(DLLTOOLFLAGS) $($*-DLLTOOLFLAGS) --dllname $*.dll
--input-def $*.def --output-lib $@
%.a:
@$(RM) $@
$(AR) crs $@ $^
%.o: %.rc
$(RESCOMP) $(RESFLAGS) -i $< -o $@
From:
Simon Urbanek
To:
David L Lorenz
Cc:
r-devel@r-proje
On Feb 8, 2012, at 3:16 PM, David L Lorenz wrote:
> I get an error when trying to compile a FORTRAN source file for use in a
> package that I am developing. The error, reported in 00install.out is
> below.
>
> * installing *source* package 'USGSstats' ...
> ** libs
>
> *** arch - i386
> C:/PR
Just to let the list know; the issue has been resolved by Simon Urbanek,
again many thanks Simon. His reply is available at:
https://stat.ethz.ch/pipermail/r-sig-mac/2009-January/005759.html
Best,
Bernhard
>
>Dear list member,
>
>the package urca now contains FORTRAN code in ./src. The
>compil