[R] A problem with R CMD SHLIB

2006-08-01 Thread TAN Chong Hui
Hi, I followed the example in Writing R Extensions to create a shared object in Windows, using the command R CMD SHLIB X.cc X_main.cc This was encountered: ../src/gnuwin32/MkRules:155: warning: overriding commands for target '.c.d' ../src/gnuwin32/MkRules:143: warning: ignoring old commands

Re: [R] A problem with R CMD SHLIB

2006-08-01 Thread Duncan Murdoch
On 8/1/2006 9:06 AM, TAN Chong Hui wrote: Hi, I followed the example in Writing R Extensions to create a shared object in Windows, using the command R CMD SHLIB X.cc X_main.cc This was encountered: ../src/gnuwin32/MkRules:155: warning: overriding commands for target '.c.d'