Displaying 4 results from an estimated 4 matches for "fullpathname".
1999 Apr 25
1
Neophyte question re using dyn.load and accessing c functions
...ng to access a
c-function in a shared
library ( R 0.64, under redhat linux 5.2).
R COMPILE rctest.c
R SHLIB -o libRC.so rctest.o
produce a reasonable looking shared library ('nm libRC.so' shows that
the function 'rctest' is present).
In R, the command
dyn.load("/fullpathname/libRC.so")
returns without an error. However, I'm unable to access the function.
E.g.
is.loaded(symbol.C("rctest"))
yields FALSE.
.C("rctest",x)
yields "Error in .C("rctest", x) : C/Fortran function not in load table"
There must be som...
2002 Feb 19
1
Typo fix for samba 2.2.3a source/smbd/trans2.c
...K(sbuf.st_mode))
return(UNIXERROR(ERRSRV,ERRbadlink));
#else
- return(UNIXERROR(ERRDOS,ErrNotALink));
+ return(UNIXERROR(ERRDOS,ERRbadlink));
#endif
len =
conn->vfs_ops.readlink(conn,dos_to_unix(fullpathname,False), buffer,
sizeof(pstring)-1); /* read link */
if (len == -1)
--- README.old Sun Apr 15 22:10:54 2001
+++ README Wed Feb 20 10:21:17 2002
@@ -90,7 +90,7 @@
If you want to contribute to the development of the software then
please join the mailing list. The...
2006 Mar 07
10
[PREVIEW] SmallCap
...sage: ruby smallcap.rb [options]
-s, --server=SERVER Copies app to specified server.
Default: yourserver.com
-u, --user=USER User id for server.
Default: youruserid
-d, --deploy-path=FULLPATHNAME Specifies the full path on server
for deployment.
Default:
/full/path/to/deployment/directory
-e, --edge_rails If present, copies edge or gem
rails to server.
-p, --plugins If present, copies plugins
directory to...
2002 Jul 19
1
smbclient & /etc/printcap Why does my printconf-gui doesnt work? (samba 2.2.3a) Red Hat Linux 7.2 enigma-
I have played around with samba now for quite a while but couldnt print on my
win2k box with koffice. with the command line smbclient it works:
smbclient //server/hpdeskje -N -P -U user -c 'print hello'
prints a text (from the file hello) "Hello World"
Also a print to file file off my win2k box would print fine with smbclient.
Only, I cant quite find out how the printcap