Displaying 2 results from an estimated 2 matches for "read_cdffile".
2006 Sep 28
1
Build error/zlib question
...lpha, whereas the package builds just fine on R-2.3.1.
Both versions of R were built from source. I'm hoping a guRu might be
able to give some help.
Some snippets from the build process:
R-2.3.1
making DLL ...
gcc -Ic:/R-2.3.1/src/extra/zlib -DHAVE_ZLIB -Ic:/R-2.3.1/include -Wall
-O2 -c read_cdffile.c -o read_cdffile.o
read_cdffile.c: In function `readQC':
read_cdffile.c:565: warning: unused variable `param_unit'
windres --include-dir c:/R-2.3.1/include -i makecdfenv_res.rc -o
makecdfenv_res.o
gcc -shared -s -o makecdfenv.dll makecdfenv.def read_cdffile.o
makecdfenv_res.o -Lc:/R-2....
2006 Nov 11
1
Install bioconductor
...39;makecdfenv' ...
creating cache ./config.cache
checking how to run the C preprocessor... cc -E
checking for main in -lz... no
updating cache ./config.cache
creating ./config.status
creating src/Makevars
** libs
gcc -I/usr/share/R/include -I/usr/share/R/include -fpic -g -O2
-std=gnu99 -c read_cdffile.c -o read_cdffile.o
gcc -shared -o makecdfenv.so read_cdffile.o -L/usr/lib/R/lib -lR
** R
** inst
** save image
Loading required package: Biobase
Loading required package: tools
Welcome to Bioconductor
Vignettes contain introductory material. To view, type
'openVignette()' or s...