Displaying 3 results from an estimated 3 matches for "rhello".
Did you mean:
hello
2011 Jun 25
2
calling R from C
I read R extensions on calling R within c code. I am on windows vista, cygwin and R-2.13.0.I can compile & link the c code with following commands$gcc -I/cygdrive/c/Progra~1/R/R-2.13.0/include -c -ggdb Rhello.c
gcc-L/cygdrive/c/Progra~1/R/R-2.13.0/bin/i386 -oRhello Rhello.o -lR
However I cant run the resulting .exe file with following command
LD_LIBRARY_PATH=/cygdrive/c/Progra~1/R/R-2.13.0/bin R_HOME=/cygdrive/c/Progra
~1/R/R-2.13.0 ./Rhello.exe
I get a pop up window and it just hangs when I try to run...
2002 Sep 03
0
printcap file
...smbclient "//paghe/HP1200" "" -U "paghe" -N >> $logfile
#end of /usr/local/samba/bin/smbprint
If smbprint_LS1 is used, with same parameters, as filter of echo or cat statments, it is correct and the print is ok.
Example:
echo -en "\rHELLO\r\f" | /usr/bin/smbprint_LS1 print ok!
cat file | /usr/bin/smbprint_LS1 print ok!
smbprint_LS1 filter file
logfile=/tmp/smb-print.log
/usr/bin/smbclient "//paghe/HP1200" "" -c "print -...
2002 Sep 05
0
Problem on smbprint
...smbclient "//paghe/HP1200" "" -U "paghe" -N >> $logfile
#end of /usr/local/samba/bin/smbprint
If smbprint_LS1 is used, with same parameters, as filter of echo or cat statments, it is correct and the print is ok.
Example:
echo -en "\rHELLO\r\f" | /usr/bin/smbprint_LS1 print ok!
cat file | /usr/bin/smbprint_LS1 print ok!
smbprint_LS1 filter file
logfile=/tmp/smb-print.log
/usr/bin/smbclient "//paghe/HP1200" "" -c "print -...