search for: dlllib

Displaying 8 results from an estimated 8 matches for "dlllib".

Did you mean: dlllibs
2014 Jul 19
1
patch about mingwbuild 4.9.1
...def +@$(NM) $^ | $(SED) -n  $(SYMPAT) | LC_COLLATE=C $(SORT) | uniq |$(SED) '/.refptr./d' > R0.def  @$(SED) -e's/@.*//' Rdll.hide | LC_COLLATE=C $(SORT) > R1.def  @LC_COLLATE=C comm -23 R0.def R1.def >> R.def  $(DLL) -shared $(DLLFLAGS) $($*-DLLFLAGS) -o $@ R.def $^ $($*-DLLLIBS) $(DLLLIBS) @@ -156,7 +156,7 @@  else  R.dll: $(OBJS) $(OBJS-EXTRA) $(MAINLIBS) $(EXTRALIBS) dllversion.o  @$(ECHO) EXPORTS > R.def -@$(NM) $^ | $(SED) -n  $(SYMPAT) | LC_COLLATE=C $(SORT) | uniq > R0.def +@$(NM) $^ | $(SED) -n  $(SYMPAT) | LC_COLLATE=C $(SORT) | uniq |$(SED) '/.refptr./...
1998 Jun 06
1
R-beta: makefile command line for recreating dynload demo dll
Hi, I have gnuwin32 (b18) and the rw0613b.zip version of R. With regards to (re)making the dynload dll demo given (zero.dll) could anyone tell me what the command line for the makefile should be. ie, make -f Makefile.in ...? Thanks for any help -- Douglas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2002 Sep 03
1
Bugs in $RHOME/src/library/SJava/src/makefile.win (PR#1977)
Full_Name: Heinz Grimm Version: R1.5.1 OS: Windows NT Submission from: (NULL) (195.65.178.178) Line 11 is: "DLLLIBS=-L'c:/jdk1.3/lib' -L$(JAVA_HOME)/jre/bin/hotspot...." should be: "DLLLIBS=-L$(JAVA_HOME)/lib -L$(JAVA_HOME)/jre/bin/hotspot...." Line 59 is: " (cd .. ; ./configure.win $(RHOME))" should be: " (cd .. ; sh ./configure.win $(RHOME))" -.-.-.-.-.-.-.-.-.-.-...
1998 Jun 09
1
R-beta: R-beta makefile
...S', needed by `../include/FFDecl.h'. Stop. [exited with 2] (This was the same error I got under the origional b18 setup) Do these directories exist (and does FFDecl.h exist) ? The reason I ask is because in MakeDLL (for example) there are the lines include ../../../gnuwin32/MkRule and DLLLIBS=-L../../../gnuwin32 -l_iR -lf2c which seem to refer to directories on the wrong path (ie why ../../../) -- Douglas Steele -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info...
2001 Mar 26
2
Need some help for building R!
Hello Dear R Developers and Users: I'm trying to compile R with all the tools of the CRAN page. I compile the R-1.2.2 version without problem. But when I try to compile the development version 1.3.0 it doesn't work when I write the command: make BUILD=MINGW32 First it shows me something like this (I think without problems): As I make when I compile succesfuly the R-1.2.2 version:
2001 Mar 26
2
Need some help for building R!
Hello Dear R Developers and Users: I'm trying to compile R with all the tools of the CRAN page. I compile the R-1.2.2 version without problem. But when I try to compile the development version 1.3.0 it doesn't work when I write the command: make BUILD=MINGW32 First it shows me something like this (I think without problems): As I make when I compile succesfuly the R-1.2.2 version:
2005 Dec 23
1
maps package will not load
I recently installed the maps package, version 2.0-30, into an installation of R 2.2.1 on a rather ancient Pentium 3 PC under Windows NT4. When I try to load the library I get an error dialog with title 'Rgui.exe - Unable To Locate DLL', which says The dynamic link library R could not be found in the specified path (and then it lists the path, which does include the place that the DLL
2005 Sep 28
3
gfortran Makefile for windows
Hi all, (Originally posted to r-help) I'm porting a package that I've worked on for OS X to Windows. The package is written in F95 so I need to compile it with gfortran and link it with gcc4. I've been trying to build an R with gcc4 without luck so far. If there is a binary of such a thing info would be appreciated. This package requires a Makefile. My question is, how can I find