search for: gnuwin

Displaying 16 results from an estimated 16 matches for "gnuwin".

2002 Oct 02
0
Your application is on GNUWin II
[was caught as "spam" for R-announce; manually sent to R-help instead: MM ] We are very pleased to inform you, that we have included your application (for which you are listed as author or contact person) into GNUWin II (http://gnuwin.epfl.ch). We would like to thank you for your contribution to the world of free software. {Moderator: This is a cheap CD-ROM full of GNU Software for Windows incl. R } GNUWin shall help to introduce users to free software, to show that it exists (and works!) and to ease a fu...
2020 Aug 06
2
How to make a subdirectory in a lit test?
...mands from the lit test, I get reports of "unsupported option: `--parents`" and subdirectories named `--help` and `--version`. That tells me lit isn't running the same command, though the "unsupported option" is not an error message I'd expect from CMD's mkdir. The GnuWin tools have been removed from my machine for a while now. `which` and `where` report only the Git version. 'Tis a puzzle. On Thu, Aug 6, 2020 at 3:45 PM David Blaikie <dblaikie at gmail.com> wrote: > there are some existing tests that seem to do this, for instance: > > llvm/tes...
2007 Jul 09
1
BLAS / LAPACK version information from within R-session?
...ing R. In the (Win32) case I imagine you could read out the StringFileInfo of the Rblas.dll being used --- which, for the time being, however, does not yet contain information on the BLAS version. But a (mid term) solution could be: (1) For building Rblas.dll from source, extend src/gnuwin/dllversion.rc from the standard R tar-ball to a new ressource file, say, src/gnuwin/blasdllversion.rc including version information on BLAS/LAPACK which is then used for building Rblas.dll. (2) Successively replace files from http://cran.at.r-project.org/bin/windows/contrib/ATLAS/ by ones...
2020 Aug 06
2
How to make a subdirectory in a lit test?
I'm writing a lit test that needs to temporarily make a subdirectory. I tried: ``` // RUN: mkdir %t/subdir ``` But on Windows, it's hard to bypass the built-in mkdir to use a Posix-style one from Git or GnuWin. The built-in mkdir believes the `/subdir` is an unrecognized command flag. I figure I cannot just use a backslash because that would fail on Posix systems. (The test should run on all platforms.) The lit documentation mentioned a `%{pathsep}` macro, so I tried that. After several minutes of co...
2013 Oct 05
3
trying to compile R in win 7 (with Rtools)
...ftware Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Mike Haertel and Paul Eggert. C:\Rsrc>cd R-3.0.2\src\gnuwin32 C:\Rsrc\R-3.0.2\src\gnuwin32>make all recommended > compilaR.log ######################################################################### ######################################################################### http://klebyn.ploud.com/arquivo_log/log ####################################...
1998 Mar 15
5
R-beta: R with gnuwin32
I have been using R under Linux for more than a year and I think that it is great. Last week, I downloaded the binary Ms Windows version. I wanted to test it for my students. Our labs are under Bill Gates. I am not happy but I can do nothing. R worked. But, I could not use the dyn.load command with some dll built with one of the ports of gcc for windows 95/nt (I used the ecgs-mingw32 ports
1998 Mar 15
5
R-beta: R with gnuwin32
I have been using R under Linux for more than a year and I think that it is great. Last week, I downloaded the binary Ms Windows version. I wanted to test it for my students. Our labs are under Bill Gates. I am not happy but I can do nothing. R worked. But, I could not use the dyn.load command with some dll built with one of the ports of gcc for windows 95/nt (I used the ecgs-mingw32 ports
2004 Jun 05
1
Building R as shared library (dll) in Windows
Hello, I've read that to compile R as a shared library in Linux you have to issue the following command before make: ./configure --enable-R-shlib How is that done in Windows? There is no 'configure' in src/gnuwin32 and if it has to go somewhere in Mkrules, I could not figure out exactly where. Help please.
2002 Mar 26
0
some problems with r 1.5.0 on win2k
That was the solution. Perhaps it is worth mentioning in the INSTALL file. Garfield Brown wrote: >>1. Failure in make when starting from scratch >>make in src/gnuwin fails at the first run because it tries to use >>Rpwd.exe. It does, however, create Rpwd.exe before it fails. >>Copying Rpwd.exe to a directory on the path the allows >>a complete pass through make. >> > > I think by default most shells will not search the current di...
2009 Jul 11
2
[LLVMdev] LLVM pre-built libraries download? (OBJ_ROOT structure)
...FI is a non-issue. Can someone supply me with a download link for a fully built LLVM OBJ_ROOT directory structure/libraries/object files, for MinGW? And can I suggest that such a thing be made available on the LLVM downloads page? It would avoid a pretty steep learning curve, to get mingw/msys/gnuwin32 packages cooperating enough to get LLVM built. I have looked at the MinGW binaries package (llvm-2.5-x86-mingw32.tar.bz2) and this doesn't seem to be what I need. ================================================================================== >From LLVM FAQs : http://llvm.org/docs/FA...
2007 Jun 01
3
Question on the R's C stack limit
Dear r-devel members, I encountered a C stack limit issue, when I tried to embed R 2.5 into my application. In the R-exts document, it says:"Note that R's own front ends use a stack size of 10Mb". I desire to know: is it possible to decrease this stack size by modifying R's source code? If it's possible, which part of the source code is responsible for the issue? Thank
2007 Jan 12
7
Making TIFF images with rtiff
...ed supporting software, libtiff and tiffio.h, correctly on my computer. I am running R 2.4.0 on a Windows XP machine. So far I have done the following: 1) Loaded the rtiff library 2) Downloaded and installed the TIFF library 3.8.2 (complete package and sources) from the following website: http://gnuwin32.sourceforge.net/packages/tiff.htm I would like to ask the R experts for help with the following things: 1) Where do I get the tiffio.h file? 2) Where do I install or relocate the tiffio.h and TIFF library to so that rtiff will work? Thanks for your help. Brant Inman Mayo Clinic
2004 Mar 29
6
How to purchase R on CD
My organization has a policy against "installing software downloaded from the Internet." There is a waiver procedure, but it is difficult and lengthy. It is much easier to get approval to purchase software, even if it is a CD copy of open-source. However, a search on r-project.org didn't seem to show any way of obtaining the distribution in this way. Any clues would be
2004 Mar 29
6
How to purchase R on CD
My organization has a policy against "installing software downloaded from the Internet." There is a waiver procedure, but it is difficult and lengthy. It is much easier to get approval to purchase software, even if it is a CD copy of open-source. However, a search on r-project.org didn't seem to show any way of obtaining the distribution in this way. Any clues would be
2001 Jan 05
2
AW: running Rcmd INSTALL, again
...what the following error message (when running > Rcmd > > INSTALL) means and what to do about it? > > > > cd D:\Programme\R\rw1020\src\library > > D:\Programme\R\rw1020\bin\rcmd install testfunctions > > make: Entering directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32' > > dlltool -k --as as --dllname R.dll --def R.exp --output-lib libR.a > > make: dlltool: Command not found > > make: *** [libR.a] Error 127 > > make: Leaving directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32' > > *** Installation of testfunctions fai...
2009 Jul 11
4
[LLVMdev] LLVMdev Digest, Vol 61, Issue 25
Hi Anton, The problem is in getting the system configured. Below is the crash I get in configure. Your comment regarding gnuwin32 not being needed is interesting - I actually installed gnu bison/flex to get past an earlier crash in configure. Thats why I was suggesting that a precompiled OBJ_ROOT for MingW32 would be a good idea - configure appears to be inherently fragile, and requires more expertise than I have to ge...