search for: cygwin32

Displaying 20 results from an estimated 28 matches for "cygwin32".

2016 Jun 30
3
Building LLVM under Cygwin32 fails
I am updating our out-of-tree copy of LLVM to track the head (revision #272991 specifically). I have it building successfully with VC++ 2013 and CMake v3.5.2 on Windows, and with GCC v4.8.5 and CMake v3.5.2 on CentOS; but when I try building on Windows using Cygwin32 I get the following build failures: [ 4%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o In file included from /src/Compilers/llvmHead/llvm/lib/Support/Signals.cpp:180:0: /src/Compilers/llvmHead/llvm/lib/Support/Unix/Signals.inc: In function 'void llvm::sys::Pri...
2016 Jun 30
0
Building LLVM under Cygwin32 fails
...> I am updating our out-of-tree copy of LLVM to track the head (revision > #272991 specifically). > > > > I have it building successfully with VC++ 2013 and CMake v3.5.2 on > Windows, and with GCC v4.8.5 and CMake v3.5.2 on CentOS; but when I try > building on Windows using Cygwin32 I get the following build failures: > > > > [ 4%] Building CXX object > lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o > > In file included from > /src/Compilers/llvmHead/llvm/lib/Support/Signals.cpp:180:0: > > /src/Compilers/llvmHead/llvm/lib/Support/Unix/Signa...
2001 Oct 15
1
ogg to mp3 conversion
Howdy folks, currently i am using a cygwin32 build of all tools on NT here at work. most of my cd's are ripped to ogg files, but my mp3diskman is.. well an mp3 player. (http://www.soul.com.hk Its a nice player!) i use: ogg123.exe -d raw -f - "filename.ogg" | lame --r3mix -r - filename.mp3 Is there a better way of doing this,...
2016 Apr 04
3
Changes to get CD to boot on EFI System.
Hi, Jernej Simon?i? wrote: > As long as you have cygwin with development tools installed, it's just > ./configure && make. autotools magic. I myself have few clue of contemporary MS-Windows. > https://eternallybored.org/misc/xorriso/xorriso-1.4.2-cygwin32.zip Thank you for flying xorriso. > > > oscdimg.exe -a -m -o -j1 > > > -bootdata:2#p0,e,bcd\isolinux\boot.bin#pEF,e,bcd\boot\efiboot.ima CD > > > sysresccd.iso I read https://technet.microsoft.com/en-us/library/hh824847.aspx to propose this translation xorriso -a...
2018 Feb 08
2
LLD: targeting cygwin
...LONG (-1); LONG (-1); KEEP (*(.dtors)); KEEP (*(.dtor)); KEEP (*(SORT(.dtors.*))); LONG (0); LONG (0); KEEP (*(.fini)) /* ??? Why is .gcc_exc here? */ *(.gcc_exc) PROVIDE (etext = .); KEEP (*(.gcc_except_table)) } /* The Cygwin32 library uses a section to avoid copying certain data on fork. This used to be named ".data". The linker used to include this between __data_start__ and __data_end__, but that breaks building the cygwin32 dll. Instead, we name the section ".data_cygwin_nocopy&qu...
2016 Apr 04
2
Changes to get CD to boot on EFI System.
> In case it ever becomes important to have an EFI boot image larger > than 32 MB, there are xorriso.exe around. Based on Cygwin, i guess. > It should also be possible to build GNU xorriso in Cygwin from source. > > > Have a nice day :) > > Thomas FWIW... Thomas, the "xorriso.exe" files that are available are not really "around". They are not easy
2018 Feb 09
0
LLD: targeting cygwin
...s)); > KEEP (*(.dtor)); > KEEP (*(SORT(.dtors.*))); > LONG (0); LONG (0); > KEEP (*(.fini)) > /* ??? Why is .gcc_exc here? */ > *(.gcc_exc) > PROVIDE (etext = .); > KEEP (*(.gcc_except_table)) > } > /* The Cygwin32 library uses a section to avoid copying certain data > on fork. This used to be named ".data". The linker used > to include this between __data_start__ and __data_end__, but that > breaks building the cygwin32 dll. Instead, we name the section > ".d...
2004 Nov 02
2
[LLVMdev] Final Visual Studio Patches
...vm libraries, tablegen and the fibonacci example. None of the tools or compiler front ends have been built, just enough to generate code dynamically. I still had to use the gnuwin32 ports of sed, flex and bison to get it working, so it requires some external tools but nothing as big as the full cygwin32 install... Anyway, if anyone wants the VS project files just contact me. It's really a separate thing from the main project so I can see why you're reluctant to put it in the CVS. And, as said before, I think most windows users would prefer a binary distribution anyway so the ease of b...
2020 Oct 12
2
Performance regression of Windows clients?
Hello Samba experts, I'd like to revive an old thread from 2017, where a performance regression of the Windows client implementation of SMB was discussed (https://lists.samba.org/archive/samba/2017-August/210366.html). We run a ctdb-managed cluster of Samba gateways to our distributed file system, and we have performed similar tests with the latest production Samba 4.12 release, using
2018 Feb 07
0
LLD: targeting cygwin
COFF lld doesn't support the linker script at the moment, and I'm sad to say that it is very unlikely to support that in the future. Linker script support is so huge that I can't imagine we really want it for COFF. GNU BFD linker supports it because the linker is built as an interpreter for the built-in linker script (and that's one of the reasons why GNU linker is by far more
2018 Feb 07
2
LLD: targeting cygwin
Hello, I have a user who is trying to get LLD to link for the cygwin target: https://github.com/zig-lang/zig/issues/751 Currently the issue they are running into is needing to define a linker script, but the COFF driver (or MinGW driver) does not have support for that. Is there documentation or advice for how to use LLD to link for cygwin? As a starting point, which driver to use? Regards,
2016 Apr 04
0
Changes to get CD to boot on EFI System.
...Windows, that's not "easy" nor a task > "for everyone". As long as you have cygwin with development tools installed, it's just ./configure && make. Here's v1.4.2 with all the required libraries: <https://eternallybored.org/misc/xorriso/xorriso-1.4.2-cygwin32.zip> -- < Jernej Simon?i? ><><><><>< http://eternallybored.org/ > Progress is made on alternate Fridays. -- Weinberg's First Law
2016 Apr 04
0
Changes to get CD to boot on EFI System.
...>> As long as you have cygwin with development tools installed, it's just >> ./configure && make. > autotools magic. I myself have few clue of contemporary MS-Windows. Well, cygwin is just barely Windows :) >> https://eternallybored.org/misc/xorriso/xorriso-1.4.2-cygwin32.zip > Options -b and -e want the image file path in the ISO, not on hard disk. > I assume that "CD\isolinux\boot.bin" will show up as "/isolinux/boot.bin". > Please adjust to "/cd/isolinux/boot.bin" if i am wrong. I'll use isolinux.bin directly - oscdimg...
2020 Oct 13
0
Performance regression of Windows clients?
...place the native one)? There is no alternate SMB client for Windows. However, how are you driving the deletion of files on the Windows side ? Are you using Powershell or the file manager GUI ? I'd guess a command line interface may do less of the extra calls (the ultimate is to try using the cygwin32 'rm -rf' command on a mounted drive, as that should be as close to Linux as you can get on Windows).
2004 Sep 10
1
more changes
--- Matt Zimmerman <mdz@debian.org> wrote: > On Wed, Oct 31, 2001 at 04:36:23PM -0800, Josh Coalson wrote: > > > - split the usage screen into a short and a long version. the > short > > version is the default, and you can use 'flac -H' to get the long > > version. > > It would be a good idea for the longer help text to go to stdout, > rather
2004 Sep 10
0
VPATH and fixed-size integer data types
...elif defined(HAVE_U_INT) #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif #define uint8_t u_int8_t #define uint16_t u_int16_t #define uint32_t u_int32_t #define uint64_t u_int64_t #else #error Unable to find fixed-size data types #endif This works on (at least) recent Linux, Solaris and Cygwin32. I assume it works with the MS stuff as well. If you want to keep the logic for detecting the size of various data types, you can add the existing definitions instead of the #error, using AC_DEFINE([FLaC__SIZE16], blah) etc. Then ordinals.h doesn't have to be autogenerated anymore, we sidest...
2001 Aug 13
1
rsync+ patch
rsync+ is ready to go onto HEAD. Could Jos or somebody else who's used the feature before please prepare a few paragraphs for the manpage explaining how they work? Either send a patch to the .yo files or just plain text. Thanks, -- Martin
1998 Jul 27
0
Weird SAMBA Memory Leak?
Hello, We've a machine running 1.9.18p2 on SPARC/Solaris 2.6. There is an NT machine next to it that has a filesystem mounted, and does lots of reads and writes to the samba share -- there is a shell script (cygwin32 bash, not a bat file) that runs continuously on the NT machine looking out for changes in the filesystem on the mount, and then calls up an app that does some file conversion on the changed files. The problem I have is that the smbd process, after a while, starts chewing serious memory, and gets to...
2004 Nov 02
0
[LLVMdev] Final Visual Studio Patches
...en and the > fibonacci example. None of the tools or compiler front ends have been > built, just enough to generate code dynamically. I still had to use > the gnuwin32 ports of sed, flex and bison to get it working, so it > requires some external tools but nothing as big as the full cygwin32 > install... > > Anyway, if anyone wants the VS project files just contact me. It's > really a separate thing from the main project so I can see why you're > reluctant to put it in the CVS. And, as said before, I think most > windows users would prefer a binary distrib...
2004 Sep 10
1
Multimedia library and shell extension
Hi all, im new on this list, so greetings to all of the great developers of flac. Last year i had started to grab all my CDs to my server and to put them in the basement. We have now the time where the hard drives are so cheap, that we dont't need the CD anymore. Nonetheless it makes a lot and a lot and a lot of work to grab all the CDs. I wanted to have them lossless to make this works