JavaGD - Java Graphics Device - check results
RForge.net

JavaGD

About JavaGD
GIT access
Download/Files
News
Check results
Package R docs

Version: 0.6-5
Result: OK
Check time: 2022-11-29 22:49

Install log for Linux

* installing *source* package ‘JavaGD’ ...
** using staged installation
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking Java support in R... present:
interpreter : '/usr/bin/java'
cpp flags : '-I/usr/lib/jvm/java-11-openjdk-amd64/include -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux'
java libs : '-L/usr/lib/jvm/java-11-openjdk-amd64/lib/server -ljvm'
checking whether JNI programs can be compiled... yes
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.h
** libs
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -I/usr/lib/jvm/java-11-openjdk-amd64/include -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux -Iinclude -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c dummy.c -o dummy.o
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -I/usr/lib/jvm/java-11-openjdk-amd64/include -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux -Iinclude -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c jGDtalk.c -o jGDtalk.o
jGDtalk.c:257:13: warning: ‘newJavaGD_Hold’ defined but not used [-Wunused-function]
257 | static void newJavaGD_Hold(NewDevDesc *dd)
| ^~~~~~~~~~~~~~
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -I/usr/lib/jvm/java-11-openjdk-amd64/include -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux -Iinclude -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c javaGD.c -o javaGD.o
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -I/usr/lib/jvm/java-11-openjdk-amd64/include -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux -Iinclude -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c s2u.c -o s2u.o
gcc -shared -L/www/rforge/sys/debian-11/usr/R/4.3/lib -L/usr/local/lib -o JavaGD.so dummy.o jGDtalk.o javaGD.o s2u.o -L/usr/lib/jvm/java-11-openjdk-amd64/lib/server -ljvm -L/www/rforge/sys/debian-11/usr/R/4.3/lib -lR
installing to /00LOCK-JavaGD/00new/JavaGD/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (JavaGD)

Distribution log

SVN checkout/GIT clone log


Build log for Windows (R 2.11.x)

* checking for file 'JavaGD/DESCRIPTION' ... OK
* preparing 'JavaGD':
* checking DESCRIPTION meta-information ... OK
* cleaning src
Makevars.win:5: Makevars.java: No such file or directory
make: *** No rule to make target `Makevars.java'. Stop.
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'JavaGD' ...
Generate Windows-specific files (src/jvm-w32) ...
make: Entering directory `/cygdrive/c/tmp/Rbuild12898135/JavaGD/src/jvm-w32'
dlltool --input-def jvm.def --kill-at --dllname jvm.dll --output-lib libjvm.dll.a
gcc -O2 -c -o findjava.o findjava.c
gcc -s -o findjava.exe findjava.o
gcc -O2 -c -o WinRegistry.o WinRegistry.c -Ic:/PROGRA~1/r/R-211~1.0/include
WinRegistry.c: In function 'RegGetStrValue':
WinRegistry.c:13: warning: initialization discards qualifiers from pointer target type
WinRegistry.c:14: warning: initialization discards qualifiers from pointer target type
gcc --shared -s -o WinRegistry.dll WinRegistry.o -lR -Lc:/PROGRA~1/r/R-211~1.0/src/gnuwin32 -Lc:/PROGRA~1/r/R-211~1.0/bin
make: Leaving directory `/cygdrive/c/tmp/Rbuild12898135/JavaGD/src/jvm-w32'
Find Java...
JAVA_HOME=C:/jdk1.6
Install WinRegistry
Configuration done.
** libs
making DLL ...
gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -D_R_ -DWin32 -Ic:/PROGRA~1/r/R-211~1.0/src/include -IC:/jdk1.6/include -IC:/jdk1.6/include/win32 -Iinclude/Win32 -O3 -Wall -std=gnu99 -c jGDtalk.c -o jGDtalk.o
jGDtalk.c: In function 'getJNIEnv':
jGDtalk.c:120: warning: dereferencing type-punned pointer will break strict-aliasing rules
jGDtalk.c: In function 'initJVM':
jGDtalk.c:647: warning: dereferencing type-punned pointer will break strict-aliasing rules
jGDtalk.c: At top level:
jGDtalk.c:246: warning: 'newJavaGD_Hold' defined but not used
gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -D_R_ -DWin32 -Ic:/PROGRA~1/r/R-211~1.0/src/include -IC:/jdk1.6/include -IC:/jdk1.6/include/win32 -Iinclude/Win32 -O3 -Wall -std=gnu99 -c javaGD.c -o javaGD.o
gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -D_R_ -DWin32 -Ic:/PROGRA~1/r/R-211~1.0/src/include -IC:/jdk1.6/include -IC:/jdk1.6/include/win32 -Iinclude/Win32 -O3 -Wall -std=gnu99 -c s2u.c -o s2u.o
gcc -shared -s -static-libgcc -o JavaGD.dll tmp.def jGDtalk.o javaGD.o s2u.o -ljvm.dll -L/src -Ljvm-w32 -L. -Lc:/PROGRA~1/r/R-211~1.0/bin -lR
installing to c:/tmp/Rinst12876611/JavaGD/libs
... done
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** MD5 sums
** testing if installed package can be loaded
packaged installation of 'JavaGD' as JavaGD_0.5-3.zip

* DONE (JavaGD)


Build log for Windows 64-bit (R 2.11.x)

* checking for file 'JavaGD/DESCRIPTION' ... OK
* preparing 'JavaGD':
* checking DESCRIPTION meta-information ... OK
* cleaning src
Makevars.win:5: Makevars.java: No such file or directory
make: *** No rule to make target `Makevars.java'. Stop.
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'JavaGD' ...
Generate Windows-specific files (src/jvm-w32) ...
make: Entering directory `c:/tmp/Rbuild240858163/JavaGD/src/jvm-w32'
dlltool --input-def jvm.def --kill-at --dllname jvm.dll --output-lib libjvm.dll.a
cc -O2 -c -o findjava.o findjava.c
process_begin: CreateProcess(NULL, cc -O2 -c -o findjava.o findjava.c, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [findjava.o] Error 2
make: Leaving directory `c:/tmp/Rbuild240858163/JavaGD/src/jvm-w32'
ERROR: configuration failed for package 'JavaGD'
* removing 'c:/tmp/Rinst240830413/JavaGD'
ERROR
* installation failed


Build log for Mac OS X 10.5 (R 2.16.x)

* installing *source* package 'JavaGD' ...
checking for gcc... gcc -arch i386 -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -arch i386 -std=gnu99 accepts -g... yes
checking for gcc -arch i386 -std=gnu99 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -arch i386 -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
checking for memset... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking endianess... intel-like
checking for java... /usr/bin/java
checking Java environment home... in /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
checking for /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/include/jni.h... yes
checking for /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/include/./jni_md.h... yes
checking whether JNI programs can be compiled... yes
checking JNI data types... ok
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating R/zzz.R
config.status: creating src/config.h
** Creating default NAMESPACE file
** libs
*** arch - i386
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -I/Library/Frameworks/R.framework/Resources/Headers -I/Library/Frameworks/R.framework/Resources/PrivateHeaders -I/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/include/. -Iinclude -fPIC -g -O2 -c jGDtalk.c -o jGDtalk.o
In file included from javaGD.h:12,
from jGDtalk.c:1:
/Library/Frameworks/R.framework/Resources/include/R_ext/GraphicsDevice.h:39:4: error: #error R_ext/GraphicsEngine.h must be included first, and includes this header
In file included from javaGD.h:12,
from jGDtalk.c:1:
/Library/Frameworks/R.framework/Resources/include/R_ext/GraphicsDevice.h:216: warning: type defaults to 'int' in declaration of 'pGEcontext'
/Library/Frameworks/R.framework/Resources/include/R_ext/GraphicsDevice.h:216: error: expected ';', ',' or ')' before 'gc'
/Library/Frameworks/R.framework/Resources/include/R_ext/GraphicsDevice.h:235: error: expected ';' before 'void'
In file included from jGDtalk.c:1:
javaGD.h:14:23: error: Rgraphics.h: No such file or directory
javaGD.h:15:22: error: Rdevices.h: No such file or directory
In file included from jGDtalk.c:1:
javaGD.h:68: error: expected ')' before '*' token
In file included from jGDtalk.c:2:
jGDtalk.h:10: error: expected ')' before '*' token
jGDtalk.h:12: error: expected ')' before '*' token
jGDtalk.c:31: error: expected ')' before '*' token
jGDtalk.c:34: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:36: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:37: error: expected ')' before '*' token
jGDtalk.c:38: error: expected ')' before '*' token
jGDtalk.c:39: error: expected ')' before '*' token
jGDtalk.c:40: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:43: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:47: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:48: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:49: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:50: error: expected ')' before '*' token
jGDtalk.c:54: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:57: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:60: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:63: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:66: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:70: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c:164: error: expected ')' before '*' token
jGDtalk.c:177: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Circle':
jGDtalk.c:179: error: 'dd' undeclared (first use in this function)
jGDtalk.c:179: error: (Each undeclared identifier is reported only once
jGDtalk.c:179: error: for each function it appears in.)
jGDtalk.c: At top level:
jGDtalk.c:192: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Clip':
jGDtalk.c:194: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:205: error: expected ')' before '*' token
jGDtalk.c:218: error: expected ')' before '*' token
jGDtalk.c:231: error: expected ')' before '*' token
jGDtalk.c:244: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Locator':
jGDtalk.c:246: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:273: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Line':
jGDtalk.c:275: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:288: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_MetricInfo':
jGDtalk.c:290: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:315: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Mode':
jGDtalk.c:317: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:328: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_NewPage':
jGDtalk.c:330: error: 'dd' undeclared (first use in this function)
jGDtalk.c:337: warning: implicit declaration of function 'devNumber'
jGDtalk.c: At top level:
jGDtalk.c:347: error: expected ')' before '*' token
jGDtalk.c:401: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Polygon':
jGDtalk.c:403: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:424: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Polyline':
jGDtalk.c:426: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:448: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Rect':
jGDtalk.c:450: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:464: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Size':
jGDtalk.c:466: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:491: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_StrWidth':
jGDtalk.c:493: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:510: error: expected declaration specifiers or '...' before 'NewDevDesc'
jGDtalk.c: In function 'newJavaGD_Text':
jGDtalk.c:512: error: 'dd' undeclared (first use in this function)
jGDtalk.c: At top level:
jGDtalk.c:534: error: expected ')' before '*' token
make: *** [jGDtalk.o] Error 1
ERROR: compilation failed for package 'JavaGD'
* removing '/Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/JavaGD'
* restoring previous '/Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/JavaGD'

Build log for Windows 7 (R 3.0.x)

(JavaGD 0.6-1)
- building i386
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'JavaGD' ...
Generate Windows-specific files (src/jvm-w32) ...
make: Entering directory `/cygdrive/c/tmp/RtmpGg7lAI/R.INSTALL3c8646e5723/JavaGD/src/jvm-w32'
dlltool --as as -m i386 --as-flags --32 --input-def jvm.def --kill-at --dllname jvm.dll --output-lib libjvm.dll.a
gcc -m32 -O2 -c -o findjava.o findjava.c
gcc -m32 -s -o findjava.exe findjava.o
make: Leaving directory `/cygdrive/c/tmp/RtmpGg7lAI/R.INSTALL3c8646e5723/JavaGD/src/jvm-w32'
Find Java...
JAVA_HOME=C:/JDK1~1.6-I
Configuration done.
** libs
Warning: this package has a non-empty 'configure.win' file,
so building only the main architecture

gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -D_R_ -DWin32 -I/src/include -IC:/JDK1~1.6-I/include -IC:/JDK1~1.6-I/include/win32 -Iinclude/Win32 -O3 -Wall -std=gnu99 -mtune=core2 -c jGDtalk.c -o jGDtalk.o
jGDtalk.c:250:13: warning: 'newJavaGD_Hold' defined but not used [-Wunused-function]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -D_R_ -DWin32 -I/src/include -IC:/JDK1~1.6-I/include -IC:/JDK1~1.6-I/include/win32 -Iinclude/Win32 -O3 -Wall -std=gnu99 -mtune=core2 -c javaGD.c -o javaGD.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -D_R_ -DWin32 -I/src/include -IC:/JDK1~1.6-I/include -IC:/JDK1~1.6-I/include/win32 -Iinclude/Win32 -O3 -Wall -std=gnu99 -mtune=core2 -c s2u.c -o s2u.o
gcc -m32 -shared -s -static-libgcc -o JavaGD.dll tmp.def jGDtalk.o javaGD.o s2u.o -ljvm.dll -L/src -Ljvm-w32 -L. -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/i386 -lR
installing to z:/rforge/Rlib/win7-3.0/JavaGD/libs/i386
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (JavaGD)

- building x64
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'JavaGD' ...
Generate Windows-specific files (src/jvm-w32) ...
make: Entering directory `/cygdrive/c/tmp/RtmpOkRbne/R.INSTALL6c851921c1c/JavaGD/src/jvm-w32'
dlltool --as as -m i386:x86-64 --as-flags --64 --input-def jvm64.def --kill-at --dllname jvm.dll --output-lib libjvm.dll.a
gcc -m64 -O2 -c -o findjava.o findjava.c
gcc -m64 -s -o findjava.exe findjava.o
make: Leaving directory `/cygdrive/c/tmp/RtmpOkRbne/R.INSTALL6c851921c1c/JavaGD/src/jvm-w32'
Find Java...
JAVA_HOME=C:/JDK1~1.6-X
Configuration done.
** libs
Warning: this package has a non-empty 'configure.win' file,
so building only the main architecture

gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -D_R_ -DWin32 -I/src/include -IC:/JDK1~1.6-X/include -IC:/JDK1~1.6-X/include/win32 -Iinclude/Win32 -O2 -Wall -std=gnu99 -mtune=core2 -c jGDtalk.c -o jGDtalk.o
jGDtalk.c:250:13: warning: 'newJavaGD_Hold' defined but not used [-Wunused-function]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -D_R_ -DWin32 -I/src/include -IC:/JDK1~1.6-X/include -IC:/JDK1~1.6-X/include/win32 -Iinclude/Win32 -O2 -Wall -std=gnu99 -mtune=core2 -c javaGD.c -o javaGD.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -D_R_ -DWin32 -I/src/include -IC:/JDK1~1.6-X/include -IC:/JDK1~1.6-X/include/win32 -Iinclude/Win32 -O2 -Wall -std=gnu99 -mtune=core2 -c s2u.c -o s2u.o
gcc -m64 -shared -s -static-libgcc -o JavaGD.dll tmp.def jGDtalk.o javaGD.o s2u.o -ljvm.dll -L/src -Ljvm-w32 -L. -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/x64 -lR
installing to z:/rforge/Rlib/win7-3.0/JavaGD/libs/x64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (JavaGD)