search for: bz2_indexintof

Displaying 1 result from an estimated 1 matches for "bz2_indexintof".

2005 Apr 07
0
R 2.1.0 (beta) on IRIX
...; CXXFLAGS="-g -O2" FFLAGS="-g -O2" The CPPFLAGS and LDFLAGS are required for readline and NLS capabilities. The compilers are not optimized by default so you need to supply the relevant flags. Major problems: -------------- 1) inline function in src/extra/bzip2 The function BZ2_indexIntoF is declared inline in bzlib.c and extern in bzlib_private.h. The linker claims that the symbol is undefined. This can be solved by removing the R_INLINE keyword. I can't see another solution, and reading these guidelines on inlining ( http://www.greenend.org.uk/rjk/2003/03/inline.html ) leav...