search for: cshell

Displaying 16 results from an estimated 16 matches for "cshell".

Did you mean: shell
2004 May 31
1
e1071 build issue
...-D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c Rsvm.c -o Rsvm.o gcc -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c cmeans.c -o cmeans.o gcc -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c cshell.c -o cshell.o gcc -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c floyd.c -o floyd.o g++ -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include -mieee-fp -fPIC -g -O2 -c svm.cpp -o svm.o g++ -shared -L/usr/local/lib -o e1071.so Rsvm.o cmeans.o c...
2015 Apr 21
2
shlib problems with Intel compiler
...-o Rsvm.o icc -std=gnu99 -I/apps/R/3.1.3-intel/lib64/R/include -DNDEBUG -I/usr/local/include -fpic -g -O3 -wd188 -ip -fp-model precise -c cmeans.c -o cmeans.o icc -std=gnu99 -I/apps/R/3.1.3-intel/lib64/R/include -DNDEBUG -I/usr/local/include -fpic -g -O3 -wd188 -ip -fp-model precise -c cshell.c -o cshell.o icc -std=gnu99 -I/apps/R/3.1.3-intel/lib64/R/include -DNDEBUG -I/usr/local/include -fpic -g -O3 -wd188 -ip -fp-model precise -c floyd.c -o floyd.o icpc -I/apps/R/3.1.3-intel/lib64/R/include -DNDEBUG -I/usr/local/include -fpic -g -O3 -fp-model precise -c svm.cpp -o svm.o ic...
2009 Feb 18
3
Rubies of Eventide and WINE
Hi. I'm using WINE on a Mac through Darwine and it's help application and I'm having trouble getting the program to run. First of all, whenever I start it I get a "Missing shell DLL 'cshell.dll'", even though I downloaded one and put it into the .wine directory in my home folder. Any ideas? I've followed all the current AppDB suggestions up to now, but it still won't work. I eagerly await your reply, Chydium The Wine Log output: Code: wine: Call from 0x7b83325f to...
2015 Apr 22
1
shlib problems with Intel compiler
...ome diagnostic output showing the errors. >> >> Advice appreciated! >> >> Thanks, >> >> Andy > > There are two things missing when R tries to create the shared object > file on this line: > > icpc -L/usr/local/lib64 -o e1071.so Rsvm.o cmeans.o cshell.o floyd.o > svm.o > > Firstly, the compiler flag "-shared" is missing. It tells the compiler > to build a shared object instead of an executable. Secondly the linker > flag "-lR" is missing, along with the "-L" flag that tells the linker > where to f...
2015 Apr 22
0
shlib problems with Intel compiler
...information on my > platform, compiler, and some diagnostic output showing the errors. > > Advice appreciated! > > Thanks, > > Andy There are two things missing when R tries to create the shared object file on this line: icpc -L/usr/local/lib64 -o e1071.so Rsvm.o cmeans.o cshell.o floyd.o svm.o Firstly, the compiler flag "-shared" is missing. It tells the compiler to build a shared object instead of an executable. Secondly the linker flag "-lR" is missing, along with the "-L" flag that tells the linker where to find the shared R library. To...
2006 Mar 24
2
SFU Permission Denied
This appears to be an old problem, but is a complete show stopper for us at the moment. We are trying to access an NFS file system, via Samba, from a WinXP client. Within Windows itself everything is fine, but when accessing the shares from within an SFU cshell, an error is returned when a file is created. The file is successfully created, but a "Permission Denied" error is returned. We receive the "Unable to validate owner sid" message in the log file. Has any found a solution to this problem yet? We are using Samba 3.0.21c and SFU...
2001 Jan 23
0
configure: error: no acceptable cc found in $PATH
...eing able to find gcc in your $PATH, since at what appears to be the next prompt, you "found" gcc. I did find an override provision in the configure that came with Samba 2.0.6--you can set an environment variable CC to define your compiler: Bourne/Korn/bash/most every other shell besides cShell: $ CC=gcc $ export CC cShell: % setenv CC gcc I think this will get you what you want. This is a useful setting in lots of other contexts, since make honors this environment variable, too: $ cat > foo.c main () {printf("hello, world!\n");} <control-d> $ make foo cc -o fo...
2004 May 25
2
e1071, R1.9.0, Solaris 2.9, should I be worried?
...uot;e1071") The output includes these lines, which I have wrapped to fit nicely in mail: ** libs cc -I/users/local/lib/R/include -I/usr/local/include -KPIC -xlibmil \ -dalign -xO4 -c cmeans.c -o cmeans.o cc -I/users/local/lib/R/include -I/usr/local/include -KPIC -xlibmil \ -dalign -xO4 -c cshell.c -o cshell.o cc -I/users/local/lib/R/include -I/usr/local/include -KPIC -xlibmil \ -dalign -xO4 -c floyd.c -o floyd.o cc -I/users/local/lib/R/include -I/usr/local/include -KPIC -xlibmil \ -dalign -xO4 -c Rsvm.c -o Rsvm.o CC -I/users/local/lib/R/include -I/usr/local/include -KPIC -xlibmil \ -...
2001 Oct 04
0
new version of e1071 on CRAN
...-regression - Formula Interface - k-fold cross-validation In addition, an introductory article is provided in directory `docs/' (svmdoc.pdf). o classAgreement now features an option to match factor levels o updated API design for the fuzzy clustering functions (cmeans, cshell, scaclust). Documentation updates and function name changes (cmeanscl -> cmeans, validity.measures -> fclustIndex) -- ------------------------------------------------------------------- Friedrich Leisch Institut f?r Statistik Tel: (+43 1)...
2003 Apr 09
0
error compiling portable openssh 3.6.1p1 on SGI IRIX 6.5x
...ed cleanly on this system using the following configure options. Is there a quick fix for this? Cheers, Lachlan. ------------------------------------------------------- For SGI IRIX 6.5x 10151453 IP32 Using openssh 3.6.1p1 form http://www.openssh.com/portable.html and the following from a cshell: env CC=cc ./configure --build=mips-sgi-irix6.5 --with-tcp-wrappers --with-ldflags='-L/usr/local/lib' Then make: (cd openbsd-compat && make) make[1]: Entering directory `/web_disc/ccp14/ssh/openssh-3.6.1p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Le...
2003 Mar 01
1
compilation problems with 2.2.7a on OpenBSD 3.2 using --with-ldap sam
Hello, last weekend I downloaded installed the openldap port for openbsd 3.2, which installed ldap.h and lber.h (among others) into /usr/local/include as well as liblber.a and libldap.a into /usr/local/lib. Following that, I downloaded samba-latest, ran ./configure --with-ldapsam --libdir=/usr/local/lib --includedir=/usr/local/include which came back with no problems to speak of. So I ran
2007 Mar 08
0
Need a Linux system Engineer RoR
...nd troubleshooting of the enterprise Linux platform. Responsible for implementations, system upgrades, and advanced technical support activities. 3 - 5 years enterprise linux experience with Red Hat Linux or SuSe Linux. 3 - 5 years intermediate level experience shell scripting in bash, korn, or cshell Beginner to intermediate experience scripting in Ruby. 1 - 3 years experience scripting in Perl, or tcl. Knowledge of HP hardware a plus. In particular installing Red Hat Linux on HP severs. Enterprise Level administrative control of a min 25 Linux server systems. Expertise at installing, con...
2009 Aug 21
0
R installation problem with shared libraries (PR#13900)
...x86_64-pc-solar is2.10/R-2.9.1/lib64/R/include -I/usr/local/include -fpic -g -O2 -c floyd.c -o floyd.o g++ -m64 -I/usr/local/opt/x86_64-pc-solaris2.10/R-2.9.1/lib64/R/include - I/usr/local/include -fpic -g -O2 -c svm.cpp -o svm.o g++ -m64 -G -L/usr/local/lib64 -o e1071.so Rsvm.o cmeans.o cshell.o floyd.o svm. o ** R ** inst ** preparing package for lazy loading ** help *** installing help indices >>> Building/Updating help pages for package 'e1071' Formats: text html latex example Discrete text html latex example [***many lines cu...
2007 Jun 18
0
(no subject)
...hew wrote: > This appears to be an old problem, but is a complete show stopper for > us at the moment. > > We are trying to access an NFS file system, via Samba, from a WinXP > client. Within Windows itself everything is fine, but when accessing > the shares from within an SFU cshell, an error is returned when a file > is created. The file is successfully created, but a "Permission Denied" > error is returned. > > We receive the "Unable to validate owner sid" message in the log file. > > Has any found a solution to this problem yet? >...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
..._lower (register char *); extern int all_upper (register char *); extern void bubble (int [], int); extern void check_char (int c); extern unsigned char clower (int); extern char *copy_string (register const char *); extern unsigned char *copy_unsigned_string (register unsigned char *); extern void cshell (unsigned char [], int, int); extern void dataend (void); extern void dataflush (void); extern void flexerror (const char[]); extern void flexfatal (const char[]); extern int htoi (unsigned char[]); extern void lerrif (const char[], int); extern void lerrsf (const char[], const char[]); extern void...