[Rd] a package installation problem on windows

2008-07-28 Thread Gang Liang
t1.dll part2.dll mkdir -p ../inst/libs cp *.dll ../inst/libs --- It is ugly because I have to access the libs directory directly. My question is what is the right syntax to compile codes using Makefile then? Thanks very much! Gang Liang PS: Re

Re: [Rd] a R_PV problem

2008-05-07 Thread Gang Liang
Thanks for the pointer, and the problem solved. I double checked that Rf_PrintValue works when the option "unwindonsignal" is turned on in gdb. I also found that without "set unwindonsignal on", both "p Rf_PrintValue(colNames)" and "p R_PV(colNames)" could result in SIGTRAP or SIGSEGV sometimes. B