similar to: Win32 ASM vs. Alpha CPU

Displaying 20 results from an estimated 7000 matches similar to: "Win32 ASM vs. Alpha CPU"

2014 Mar 15
2
PATCH: OS SSE support detection, version 2
Erik de Castro Lopo wrote: >> About part 1:does it have any problems? I can split it into several patches >> (1 fix = 1 patch) or explain the changes in it in detail. > > I didn't apply patch1 because I mis-read your comment here: > > http://lists.xiph.org/pipermail/flac-dev/2014-March/004582.html > > So, for the patches in this email: > >
2003 Dec 31
1
winbind running in PDC Samba server
Hello, HOWTO chapter 21 describes the use of winbind daemon in a Samba domain member Server, but it's possible (and desirable) to run winbind in a PDC Samba server? The question is due to it that in that case it seems it is not necessary winbind for authenticate/mapping users against a external WinNT4 PDC, the Samba PDC perform authentication itself (and the mapping its not necessary, because
2000 Jun 23
4
Compiling with GCC on win32?
Why does the source use `int64_t'. Is this suppose to be built with GCC? I have Mumit Kahns gcc, version 2.8.1. Do I need a 2.9.5 version to get the `int64_t' type? I have substituted a typedef of `long long' in os_types.h. This seems to make sense? The rint() macro also seems to be having some problems. I guess there are two meanings to __GNUC__ and _WIN32. One is the OS and
2000 Dec 03
1
crash using bmp() on windows with Rdll2010 (PR#756)
A few weeks ago I have updated R-1.1.1 for Windows with the fixed R.dll (Rdll2010.zip) for Win2k from CRAN. (I have used the same version of R from WinNT4 *and* Win2k for some time.) Now I tried to produce a bitmap, but R crashes (WinNT4): bmp("bitmap.bmp") plot(1:10) dev.off() ## crash! That does not happen with the original R.dll from R-1.1.1 (15 Aug 2000). I cannot test on
2003 May 09
3
Re: R-help Digest, Vol 2, Issue 26
With the same system configuration (WinNT4 SP6 and 1.7.0), I get such a Dr Watson crash each time I try to use the Change dir... command in the File menu of Rgui.exe. I doesn't seems to happen if I do this immediately after starting R but well if I already did some computation. I don't have any problem by using directly setwd(). At 12:10 23/04/03, you wrote: >Date: Tue, 22 Apr 2003
2003 Dec 24
1
"Account Unknown" problem (Samba3 domain users in WinNT permissions)
Hello, I'm suffering a estrange problem in a WinNT-Samba3 environment. I have two servers: WinNT4 (PDC of domain A-DOMAIN) and Samba3 (PDC of B-DOMAIN). A-DOMAIN and B-DOMAIN trust each other (I had followed the procedures described in HOWTO Chapter 16 successfully). The problem arises when I assign permission in WinNT server's folders (A-DOMAIN) for users in the Samba domain (B-DOMAIN).
2002 Jul 13
1
win2k client slow with samba 2.2.3.a - maybe a bug?
This sure looks like a bug but maybe a configuration error on my part. I am trying to migrate out current OS/2 Warp 4 based file server to Samba. We have OS/2, Win98, WinNT4, and Win2k clients. I set Samba 2.2.3a up to use security = SHARE as this appears to be the closest to what the OS/2 Warp4 based system supports. All clients are able to access the files on the Samba service but loading
2003 Jan 20
2
bug desc.
hello. i am running samba-2.2.7 on a RH7.2 Kernel 2.4.7-10. i am using the left side (the folders tree section) of the windows explorer on WinNT4 SP6 station, and I move folders arround. most of the times after i move a folder there is no change in the presentation, in order to see the new folders tree i have to refresh the screen (F5). i will be gratefull for any advice / replay. tx.
1999 Feb 09
2
PB upgrade to samba 2.0
After I have upgraded from previous version to 2.0, I don't manage to authenticate from clients (winnt4) to DigitalUnix3.2c with Samba anymore. Before the upgrade it worked fine. After the upgrade, my password is rejected. It's really a authentication problem because it works fine if I add "guest ok = yes". On the server I have: security = share On the client:
2014 Mar 09
2
PATCH: OS SSE support detection for GCC on Windows
libFLAC for Windows compiled with GCC/MinGW can't detect SSE OS support: it can't use GCC+Linux detection code and can't use MSVC+Win32 code that uses SEH (__try/__except). So it doesn't use any SSE/SSE2/etc routines. One way to fix it is to call configure script with --enable-sse (flac will probably crash on Win95/WinNT4 but who cares). Another way is to add a new code just for
2002 Jul 03
2
Can not map to my samba server from windows
This worked great last time I figured what do I have to loose... I can mount to myself mount -t //sambaserver/dir /test/samba this works fine...I even have username and passwords going through a win nt box. When I'm on a winnt4.x box I see sambaserver in the browse list but when I enter a "net view \\sambaserver" I get : No service is operating at the destination network
2010 Jan 07
2
samba with ldap + windows AD can work together?
Hi people. I have 2 domains right now: WinNT4 + Windows 2k3. A lot of u will say, why don't u just move everything to win2k3?.. well I prefer to work with linux/Unix. My question is this, I test the migration from NT4 to linux with ldap, it works and is not to difficult, my problem is this: All my printers are in the server running windows 2k3 my AD server, the NT4 users can access
2000 Jul 27
2
smbfs: file link permission
Hi, i've mounted a WinNT4 share with smbmount 2.0.5a (Linux 2.2.13). All works fine: authentification via username & domain, even file creation, but somehow i get an error when i'm trying to create a file link with "ln" (equaly soft- or hard link): "ln: cannot create symbolic link: Operation not permitted." I've set the create modes and masks to 777 but it
2015 Sep 14
1
Optimization bug when byte compiling with gcc 5.2.0 on windows
On Mon, Sep 14, 2015 at 8:49 PM, Jeroen Ooms <jeroen.ooms at stat.ucla.edu> wrote: > I tested this hypothesis by replacing '__GNUC__ <= 4' with '__GNUC__ > <= 5' and rebuilding R, but this introduces a whole lot of problems > that were not there before. In particular R crashes when using the > graphics device, which it did not without this fix. I found
2015 Sep 14
2
Optimization bug when byte compiling with gcc 5.2.0 on windows
On 14/09/2015 9:36 AM, luke-tierney at uiowa.edu wrote: > I believe the issue is that on Windows the sqrt function when called > with a NaN does not return the same NaN, as it does on other platforms. > We have > > #if (defined(_WIN32) || defined(_WIN64)) && defined(__GNUC__) && \ > __GNUC__ <= 4 > # define R_sqrt(x) (ISNAN(x) ? x : sqrt(x)) > #else
2001 Nov 06
4
Failed to dup/close : The descriptor is a file, not a socket
I am getting this error on a Win98SE pc, but not on WinNT4 or Linux Redhat 7.1 or 7.2. Failed to dup/close : The descriptor is a file, not a socket The command I used was rsync -e ssh gas.exe 10.105.50.180:src/ It works like I said on NT4 and from my Linux pc. I have cygwin installed on the win98 and NT. Rsync is version 2.4.6 Is it just because Win9x SU**s? Also where can I get a list of
2002 May 07
4
printing from graphics window in R-1.5.0 on WinNT
Dear R-help, I've encountered a problem using R-1.5.0 compiled from source on WinNT4. If I make a plot on the windows graphics device, and then select "File -> Print...", nothing happens. (I'd expect to see a printer selection dialog box opened, which is what happens with R-1.4.1 and earlier compiled from source.) Doing ctrl-p doesn't work either. Copying to
2000 Apr 17
2
segfault cause found
>Win95. Unfortunately, the encoder_example segfaults. I get the same >results from Cygwin as well. Problem solved! (Or rather, worked around...) The problem with the segfault appears to have indeed been with alloca. There is a function _alloca in libgcc.a that comes with the mingw32 distribution of gcc-2.95.2. After examining the generated assembly code from envelope.c (and others),
2004 Apr 24
3
samba 3.0.2a dos access problem null password
Hi all, I have a samba 3.0.2a installation on a mandrake 9.2 linux box. Global config is "share level" In this samba server I need : 1- One read only share for anonymous users (win9x-win2k-...) 2- One read/write share for one authentified user (accessible from a dos floppy drive and for win9x - win2k computer All is fine except that before I reinstall this new samba server, I was
2017 Nov 03
1
[PATCH] Check for _WIN32 instead of WIN32 in preprocessor checks
_WIN32 is always defined by the compiler automatically when targeting that platform, while WIN32 only is defined automatically in some configurations, and e.g. in MSVC only ever is defined in project files (if at all). Some other checks in the codebase already check for both WIN32 and _WIN32; those are left untouched. --- include/speex/speex.h | 2 +- libspeex/stack_alloc.h | 2 +-