The R Project SVN R

Rev

Rev 47869 | Rev 47942 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 47869 Rev 47926
Line 296... Line 296...
296
cd libcharset; make
296
cd libcharset; make
297
cp include/localcharset.h ../lib
297
cp include/localcharset.h ../lib
298
cd ../lib
298
cd ../lib
299
make
299
make
300
gcc -shared  .libs/iconv.o .libs/localcharset.o .libs/relocatable.o \
300
gcc -shared  .libs/iconv.o .libs/localcharset.o .libs/relocatable.o \
301
  .libs/iconv-exports.o -export-all-symbols -o iconv.dll
301
  .libs/iconv-exports.o -export-all-symbols -o Riconv.dll
302
 
302
 
303
We now use a modified version of win-iconv, but the libiconv version
303
We now use a modified version of win-iconv, but the libiconv version
304
can still be use by replacing bin/iconv.dll.
304
can still be use by replacing bin/Riconv.dll.
305
 
305
 
306
 
306
 
307
BDR 2009-02-08
307
BDR 2009-02-08