Displaying 4 results from an estimated 4 matches for "workpath".
Did you mean:
corepath
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
...t;
#
# check number of args - must be exactly one or else give usage
#
if [ $# -eq 0 -o "$1" = "-h" ]
then
cat <<EOF
USAGE:
$0 filesystem
Where filesystem is the file system that you want to sync
EOF
exit -2
fi
FILESYSTEM=$1 # which file system to sync
WORKPATH=/opt/Rsync # path to all needed files
CONF_FILE=$WORKPATH/sync_nfs_filesystem.conf # config file of sync data
FROMDIR=`grep ^$FILESYSTEM $CONF_FILE | awk '{print $2}'`/ # get's source data path
TODIR=`grep ^$FILESYSTEM $CONF_FILE | awk '{print $3}'`/ # get's destinati...
2007 Jun 04
2
[LLVMdev] building llvm-gcc4 with a different target name
...t exe name, or suggest a better
way to do this?
If this will help, these are the options I'm using to build llvm-gcc4.
It's in tcl, but it hopefully is straight forward enough:
# create a build directory and run out of there
worksrcdir build
pre-configure {
file mkdir ${workpath}/build
}
# ${prefix} is where we install llvm, normally /opt/local
configure.cmd ../llvm-gcc4-${version}.source/configure
configure.args-append --enable-llvm=${prefix}/lib/llvm/obj \
--enable-languages=c,c++,objc,obj-c++ \
--libdir=${pre...
2003 Nov 01
2
c code in R
Hi, my question is How i cant to execute c code within R for example
name of program probe.c (in workpath of R)
#include<stdio.h>
void main(){
int x;
scanf("%d\n",&x)
printf("%d\n",x)
}
and in R i make
.c("probe.c")
i'm obtain no load table simbol, but i compile the program with Borland C
5.0 and obtain the .obj archive (probe.obj and the .exe).I have to m...
2002 Mar 27
1
Wierd timestamp problem
...the "--checksum" flag, but
I'm just not sure.
Also, right now we are doing this copy a very bad way and plan on
changing it to a daemon solution shortly. We mount both data centers nfs
on one server and rsync the dirs. Here is the code segement that we are using:
>$WORKPATH/bin/rsync.7 --recursive \
> --verbose \
> --stats \
> --delete \
> --one-file-system \
> --times...