Re: [Rd] FORTRAN compilation error

2012-02-09 Thread Simon Urbanek
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

Re: [Rd] FORTRAN compilation error

2012-02-09 Thread David L Lorenz
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

Re: [Rd] FORTRAN compilation error

2012-02-09 Thread Simon Urbanek
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)

Re: [Rd] FORTRAN compilation error

2012-02-09 Thread David L Lorenz
$*.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

Re: [Rd] FORTRAN compilation error

2012-02-08 Thread Simon Urbanek
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

[Rd] FORTRAN compilation error

2012-02-08 Thread David L Lorenz
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:/PROGRA~1/R/R-214~1.1/etc/i386/Makeconf:194: warning: overriding recipe

Re: [Rd] FORTRAN compilation error on Tiger but not for Leopard

2009-01-14 Thread Pfaff, Bernhard Dr.
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

[Rd] FORTRAN compilation error on Tiger but not for Leopard

2009-01-14 Thread Pfaff, Bernhard Dr.
Dear list member, the package urca now contains FORTRAN code in ./src. The compilation/build works on R-Forge (see project AICTSI with Leopard), but an error is reported in the build on CRAN (Tiger). My question now is: Is there anything I can do as a package maintainer such that the package can b