[R] Problem compiling R 2.0.0 on windows
Roman Belenov
rbelenov at yandex.ru
Thu Oct 7 17:53:53 CEST 2004
Roman Belenov <rbelenov at yandex.ru> writes:
>>> making bootstrap versions of packages ...
>>
>> There should be lines here, so if this were a fresh build something is
>> badly wrong.
>
> No, it was just another 'make' run on partly built system. $(RHOME)/library
> directory is already populated with DESCRIPTIONs, help files and R sources.
Actually, that was really a manifestation of the problem - one of the 'make'
runs created DESCRIPTIONs but failed to compile DLLs; later make didn't even
try to build the shared libraries (it 'test -f's DESCRIPTION file to see
whether package is already built) and R failed to load the DLL later. Thanks for
your help!
--
With regards, Roman.
More information about the R-help
mailing list