search for: prgs

Displaying 15 results from an estimated 15 matches for "prgs".

Did you mean: args
2006 Feb 28
1
[LLVMdev] Using llvm-gcc with a simple program and the '-c' option
...llvm from cvs and compiled it. Guess what, there were 6 warnings in the output and 3 of them were "gccld: warning: Cannot find library 'crtend'". The last one was just before the end: llvm[4]: Linking Debug Object Library stkr_compiler.o make[4]: Leaving directory `/home/wink/prgs/llvm-cvs/llvm/projects/Stacker/lib/compiler' make[4]: Entering directory `/home/wink/prgs/llvm-cvs/llvm/projects/Stacker/lib/runtime' llvm[4]: Compiling stacker_rt.c for Debug build (bytecode) llvm[4]: Compiling stacker_rt.ll to stacker_rt.bc for Debug build (bytecode) llvm[4]: Building De...
2006 Feb 28
0
[LLVMdev] Using llvm-gcc with a simple program and the '-c' option
On Mon, 2006-02-27 at 20:43 -0800, Wink Saville wrote: > > Try passing "-L/opt/llvm-1.6/llvm-gcc/lib/ -lcrtend" to llvm-ld. > This didn't work for me: > llvm-ld -o t1.app t1.bc t1.a -L/opt/llvm-1.6/llvm-gcc/lib/ -lcrtend.a > > I get two warning's about library 'crtend' missing > You didn't get the instructions quite right. The option is
2006 Feb 28
3
[LLVMdev] Using llvm-gcc with a simple program and the '-c' option
Chris Lattner wrote: > On Sun, 26 Feb 2006, Wink Saville wrote: >> I then do the following in my makefile: >> >> llvm-gcc -c t1.c -o t1.bc >> llvm-gcc -c t1sub1.c -o t1sub1.bc >> llvm-gcc -c t1sub2.c -o t1sub2.bc >> llvm-ar r t1.a t1sub1.bc t1sub2.bc >> llvm-ar: creating t1.a >> llvm-ld -o t1.app t1.bc t1.a /opt/llvm-1.6/llvm-gcc/lib/libcrtend.a
2004 Apr 22
2
[Bug 851] some X11 prgs generate ``BadAtom (invalid Atom parameter)'' in X_GetProperty when using X11 forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=851 Summary: some X11 prgs generate ``BadAtom (invalid Atom parameter)'' in X_GetProperty when using X11 forwarding Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Solaris Status: NEW Severity: normal Prio...
2004 Aug 12
2
MagiC PC installer doesn't like wine
I've wine installed as part of SuSE Linux 9.1 Pro and it works fine for several windows prgs. I try to install the Atari emulator Magic PC (because it is better than STonX). Wine starts the installer of MagiC, Setup.exe, which gives the message "can't open ... Setup.ex_". Setup.exe works under win98 but under wine it looks for itself with the wrong extension .ex_ MagiC PC tes...
2003 Oct 02
7
Any way to get out of a remote console without stopping *
This probably has an easy solution, but I found it yet. How can I get out of a remote console after using ssh to get into the box, making changes, reload etc. without stopping *? Thanks in advance. Sincerely, Andy Hester Consero
2019 Apr 26
2
How to submit a change for code review using arc
...ings Summary: - Fix cmake BOOL misspellings - Set cmake policy for CMP0075 to NEW Reviewers: peterc, evgeniys Subscribers: llvm-commits The result of "arc diff master" is: $ arc diff master You have untracked files in this working copy. Working copy: /home/wink/prgs/llvm/llvm-project/ Commit message has errors: - Error parsing field "Reviewers": The objects you have listed include objects which do not exist (peterc, evgeniys). You must resolve these errors to continue. Do you want to edit the message? [Y/n] n Usage Exception:...
2006 Aug 22
0
rpart output: rule extraction beyond path.rpart()
...utomatically, but would prefer not to if it's already implemented. I have done extensive searching and turned up nothing, but I fear I might just be lacking the right terminology. Any thoughts? Much appreciated, -Ben Ben Bryant Doctoral Fellow Pardee RAND Graduate School bryant@prgs.edu -------------------- This email message is for the sole use of the intended recip...{{dropped}}
2002 May 31
2
Logon scripting for W95/98
All, As some of have no doubt found out, scripting is subtly different on 95/98 machines and NT machines. I have a logon script called by: logon script = xxxx\main.bat %G %U that works great for NT boxen. However it does absolutely nothing, no execution of main.bat at all for a W98 client. If I remove the parameters so it is: logon script = xxxx\main.bat it executes on the W98 box,
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
...dir -p /boot") + os.system("mount LABEL=Boot /boot") + +# stop any service which keeps /var/log busy +# keep the list of services +def unmount_logging_services(): + # mapping command->service is lame, but works for most initscripts + logging_services="" + prgs_cmd = "cd /etc/init.d|sudo lsof -Fc +D /var/log|grep ^c|sort -u" + prgs = subprocess.Popen(prgs_cmd, shell=True, stdout=PIPE, stderr=STDOUT) + prgs_output = prgs.stdout.read() + for prg in prgs_output: + srvs = subprocess.Popen("grep -l ${prg#c}$ *", shell=True,...
2005 Aug 16
1
merge warning is.na(out$h)
Hi, Does anyone know how to interpret this merge warning and whether it's critical to fix? The merge seemed to work fine, but I am concerned. data3<-merge(data1, data2, by="ID", all=TRUE) Warning messages: 1: is.na() applied to non-(list or vector) in: is.na(out$h) Error in cat(list(...), file, sep, fill, labels, append) : argument 2 not yet handled by cat When I remove
2006 Jul 27
1
seq unexpected behavior
seq(0.1, 0.9 - 0.8, by = 0.1) gives the following error message: Error in seq.default(0.1, 0.9 - 0.8, by = 0.1) : wrong sign in 'by' argument but seq(0.1, 0.8 - 0.7, by = 0.1) gives [1] 0.1 (no error message) Why do I get an error message in the first case? Han > sessionInfo() R version 2.2.1, 2005-12-20, i386-pc-mingw32 attached base packages: [1] "methods"
2011 Sep 29
0
simultaneous confidence intervals for glm quasipoisson
Hi all, Is there a package or function you would recommend for calculating confidence intervals for regression coefficients in quasipoisson models calculated using glm? The intervals need to be simultaneous across several alternative models. I know this is both a statistics and an R question, but I'm guessing some of you know about these things. Thanks, Eileen
2006 Mar 10
2
possible to impose limit on R's use of resources?
When I run some large optimizations in R under Windows it puts a heavy load on the CPU, which makes other applications that run at the same time very slow. Is it possible to instruct R to be less aggressive in its use of computer resources, so I can use my computer for other purposes while running R (probably considerably slower) in the background? Han de Vries -------------------- This email
2012 Feb 04
3
effect function (effects package)
Dear all, How does the effect() function in the effects package calculate effects and standard errors for glm quasipoisson models? I was using effect() to calculate the impact of increasing x to e + epsilon, and then finding the expected percent change. I thought that this effect (as a percentage) should be exp(beta*epsilon), where beta is the appropriate coefficient from the model, but