similar to: mswlogo

Displaying 20 results from an estimated 3000 matches similar to: "mswlogo"

2001 Oct 17
1
save cpu !
Hello everybody ! I have just installed Wine. I have test it with several programs and I find it is wonderfull ! When I am running MSWLogo (a Logo environment) on Wine, it eats all my CPU. The problem is not very important if I start one session, but if I start several sessions, it becomes a real problem. In our school we have a big Linux server and 24 x-terms ... Is it possible to introduce a
2002 May 23
1
Buiding my first Wine PC
Hi folks, I'm sure this question is totally stupid, but as I have no experience with Wine and I am trying switch to Linux and abandon Microsoft forever, will help to make it no that silly. I would like to install Wine and my Redhat PC with 128 Meg of Ram and 2.5 GIG HD Celeron 800 Mz right now and want to learn how to do it using someone notes or maybe someone could ?foster me? during the
2001 Oct 22
6
Wine installation problem
Hi, I have just compiled and installed wine-20011004, and I have go the following problem when I start Wine: wine client error:0x806bb68: version mismatch 54/59. Your wineserver binary was not upgraded correctly, or you have an older one somewhere in your PATH. Or maybe the wrong wineserver is still running? I have build and install it with wineinstall. I have remove the previous version. Any
2006 Feb 20
1
Unstripped stuff
Hi! I was running lintian on our package... Among the copious errors and warnings there are: W: xen-utils: manpage-has-errors-from-man usr/share/man/man1/xm.1.gz 668: warning: can't find numbered character 160 Should we try to fix this, perhaps? E: xen-hypervisor-pae: unstripped-binary-or-object ./boot/xen_pae-syms-3.0.1 E: xen-hypervisor: unstripped-binary-or-object ./boot/xen-syms-3.0.1
2015 Jan 09
4
pop3 seen
Hi Is there a way to know if a message has been dowloaded via pop3 and not seen via imap ?
2012 Nov 10
2
[LLVMdev] Inlining bitcast functions...
Spoke too soon... running the inst combine pass does seem to resolve the linker/inlining issue. But the resulting code fails to run correctly. I was expecting the same result that I get when running with unstripped modules, that is passing test runs. When it still failed, I guessed the failure mode to be the same, but it isn't. Not sure WHAT to make of this...
2001 Feb 05
1
"wineserver: /home/Ani/.wine/config is not a valid registry file"
Okay went to: http://wine.dataparty.no/ form there downloaded the rpm, http://wine.dataparty.no/rpm/unstripped/wine-cvs-unstripped-013001-1.i386.rpm downloaded the config file and worked through the install guide. I edited the config file to mirror my window setup: c:\ = \mnt\c d:\ = \temp e:\ = \web f:\ = \documents g:\ = \music h:\ = \mnt\cdrom i:\ = \mnt\zip then as a check did $wine -v and
2001 Apr 05
2
Newbie...WINE setup?
Hi all, I just installed Linux-Mandrake 7.2 Powerpack Deluxe, and now I am installing programs. First I installed AIM. That worked fine, but now I want to install a windows emulator for my games. I have been told to use WINE. I downloaded the RPM, opened it and hit "Install". But I got some errors. Now you have to understand I know almost NOTHING about linux. I am a very advanced Windows
2001 Nov 22
1
Wine / Whine
In the information on your site you talk of stripped and unstripped wine, ok so I load both of them onto my machine. When i look at the installation guide it says download the wine and wineserver? What is the wineserver it hasn't been mentioned yet?
2016 May 25
2
[PATCH] init: Don't allocate modules on the stack (RHBZ#1339691).
If the modules are unstripped and/or especially large, then the stack can overflow. --- init/init.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/init/init.c b/init/init.c index 106be02..733d66e 100644 --- a/init/init.c +++ b/init/init.c @@ -314,7 +314,11 @@ insmod (const char *filename) exit (EXIT_FAILURE); } size = st.st_size; - char buf[size]; + char
2012 Nov 09
3
[LLVMdev] Inlining bitcast functions...
Eli, Thanks. I don't think it's a bug in the linker, really… it's required to treat (stripped) opaque types as different, since it really has no way to know if the caller and the callee really are referring to the same thing… though it then seems to turn right around and do exactly that by inserting the bitcast. ;-) (That does come from the linker.) That the linker 'works
2001 Nov 29
2
Autocad without an installed Windows
Hello I tried to install an old version of autocad (13, student edition, Release 13c4a), on a MSWindows-free box. I ran : $ wine d:\setup32.exe It begun all right, I had the installation screens, then it failed with the following messages : err:win:WIN_FindWndPtr window 10029 belongs to other process err:win:WIN_FindWndPtr window 10021 belongs to other process err:win:WIN_FindWndPtr window
2009 Feb 19
2
Source code for nlm()
Hi, Where can I find the source code for nlm()? I dowloaded the R2.8.1.tar.gz file and looked at all the .c and .f files, but couldn't find either nlm.c or nlm.f There is an nlm.r file, but that is not useful. Thanks for any help, Ravi. ---------------------------------------------------------------------------- ------- Ravi Varadhan, Ph.D. Assistant Professor, The Center on Aging
2003 Sep 30
2
shared object
Dear R-helper, I have one question for creating shared objects (C code) on Unix. Since there is a set of softwares (such as Rtools, Perl, etc.) to be dowloaded for generating shared objects on windows, I am wondering whether I need to install a set of these kind of softwares to generating shared objects on unix. Assume I have a c code called foo.c, I just simly typed R CMD SHLIB foo.c it tells
2007 Oct 12
3
extract the initramfs from a kernel
Hello, is there a way to extract an initramfs from a running kernel? and from a kernel lying on a disk? If yes, how? Thanks Eurolines : Voyagez au meilleur prix : http://www.alinto.com/pub/
2012 Nov 10
0
[LLVMdev] Inlining bitcast functions...
On Fri, Nov 9, 2012 at 3:58 PM, Relph, Richard <Richard.Relph at amd.com> wrote: > Eli, > Thanks. I don't think it's a bug in the linker, really… it's required to treat (stripped) opaque types as different, since it really has no way to know if the caller and the callee really are referring to the same thing… though it then seems to turn right around and do exactly that
2001 Oct 16
5
help me
Hy, I have dowloaded the R-version for Windows. I would want to plot different pictures on the same device, but I am not able to do it (i.e I would like make 2 qqplot on the same graphic). Can you help me? Thanks in advance Davide reply to: d.tarfanelli at libero.it -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2002 Jun 11
5
problem installing WINE on Mandrake v8.2 - confirm with textutils
I'm trying to install WINE on my newly installed Mandrake v8.2 system. The error I receive is "file /usr/bin/expand from install of wine-cvs-unstripped-061102-1 conflicts with file from package textutils-2.0.17-7mdk" Any input would be greatly appreciated. Thanks, Josh
2015 Sep 09
2
RFC: Reducing Instr PGO size overhead
Thank you for doing this. The size issue is actually a big concern for me. So this is step in the right direction. Two other points to consider, that would help us: 1) When using -fcoverage-mapping, some of the information is emitted in the text section. This is creating linking issues with very large files. It does not seem any of this information should necessarily be in the text
2014 Aug 04
3
[LLVMdev] Publication: Languages Used in LLVM During Compilation
Hello, for one course at our Brno University of Technology, I made a presentation about languages used in LLVM during compilation. I think also other may find it useful, so I am sending it here, so you can add it somewhere on the web if you will would like to. It is not exactly a publication, rather lecture slides. Title: Languages Used in LLVM During Compilation Date: 30th April 2014