Re: running self compiled 32 bit binary on 64 bit Windows?

2018-08-29 Thread Ulli Horlacher
On Sat 2018-07-14 (16:31), Achim Gratz wrote: > > I have several 100 users, none of them is able to install cygwin and > > the packages they need the official way, they are way to *CENSORED* for > > this job :-} > > If they can follow your current instructions, they can surely start some > script

Re: "build-essential" metapackage [WAS: FW: gecko Segmentation fault when compiling]

2018-08-29 Thread Andrey Repin
Greetings, cyg Simple! > On 8/29/2018 6:01 AM, Andrey Repin wrote: >> >> I think we need a "build-essential" metapackage. >> > I would suggest base-devel as the name of the metapackage. build-essential is a name of a well-known Debian metapackage. > But what exactly should that include? Pack

Re: "build-essential" metapackage [WAS: FW: gecko Segmentation fault when compiling]

2018-08-29 Thread cyg Simple
On 8/29/2018 6:01 AM, Andrey Repin wrote: > > I think we need a "build-essential" metapackage. > I would suggest base-devel as the name of the metapackage. But what exactly should that include? Should there be more than one metapackage that adds more complex tools? -- cyg Simple -- Problem

RE: FW: gecko Segmentation fault when compiling

2018-08-29 Thread tlake
If you want to compile native Windows programs, Cygwin is likely not the tool you need. If you can tell me another way to compile C source code that was written to run under Linux to run them on Windows without having to change them, I'm all ears! Tom L -- Problem reports: http://cygwi

Re: FW: gecko Segmentation fault when compiling

2018-08-29 Thread Andrey Repin
Greetings, tl...@twcny.rr.com! >>> I uninstalled and deleted the entire cygwin64 directory and >>> reinstalled using the defaults. The download time was much shorter but >>> I still can't compile anything with the C compiler even with no anti-virus >> running. > >> Base cygwin installation is a P

Re: FW: gecko Segmentation fault when compiling

2018-08-29 Thread Marco Atzeri
Am 29.08.2018 um 02:16 schrieb tl...@twcny.rr.com: I uninstalled and deleted the entire cygwin64 directory and reinstalled using the defaults. The download time was much shorter but I still can't compile anything with the C compiler even with no anti-virus running. I'm surprised the default in

Re: libmpi_cxx.dll.a missing

2018-08-29 Thread Marco Atzeri
Am 29.08.2018 um 13:15 schrieb Jon Turney: On 28/08/2018 12:12, Marco Atzeri wrote: Am 28.08.2018 um 11:24 schrieb Antonio Pio Rinaldi: Hello, The C++ interface was removed on the upstream version of OpenMPI. https://blogs.cisco.com/performance/the-mpi-c-bindings-what-happened-and-why Th

[ANNOUNCEMENT] Updated: xorg-server-1.20.1-1

2018-08-29 Thread Jon Turney
The following packages have been updated in the Cygwin distribution: *** xorg-server-1.20.1-1 *** xorg-server-common-1.20.1-1 *** xorg-server-debuginfo-1.20.1-1 *** xorg-server-devel-1.20.1-1 *** xorg-server-dmx-1.20.1-1 *** xorg-server-extra-1.20.1-1 *** xorg-server-xorg-1.20.1-1 *** xwinclip-

Re: Help me!

2018-08-29 Thread Jeffrey Walton
On Wed, Aug 29, 2018 at 8:10 AM, Andrea Guerrieri wrote: > C:\Users\Qualità.CAPALLE.002\Desktop\john\run>zip2john.exe ambra.zip > > ambra.hash > 2 [main] zip2john 6100 find_fast_cwd: WARNING: Couldn't compute > FAST_CWD pointer. Please report this problem to > ... > -- > Problem reports:

Help me!

2018-08-29 Thread Andrea Guerrieri
C:\Users\Qualità.CAPALLE.002\Desktop\john\run>zip2john.exe ambra.zip > ambra.hash 2 [main] zip2john 6100 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com ambra.zip->nud0 ambra/_DSC0047.JPG is not encrypted! amb

RE: FW: gecko Segmentation fault when compiling

2018-08-29 Thread tlake
> I uninstalled and deleted the entire cygwin64 directory and > reinstalled using the defaults. The download time was much shorter but > I still can't compile anything with the C compiler even with no anti-virus running. Base cygwin installation is a POSIX userspace and essential Cygwin tools, i

Re: libmpi_cxx.dll.a missing

2018-08-29 Thread Jon Turney
On 28/08/2018 12:12, Marco Atzeri wrote: Am 28.08.2018 um 11:24 schrieb Antonio Pio Rinaldi: Hello, while trying to compile a code with cmake (GNU compiler 7.4 and cmake 3.6, latest cygwin), I got an error regarding mpicxx not being able to locate the library -lmpi_cxx. This was kind of weird

Re: Cygwin setup (x86_64 - v2.893) : listed of packages selected ignored

2018-08-29 Thread Jon Turney
On 23/08/2018 17:39, Ken Brown wrote: On 8/23/2018 11:59 AM, Kptain wrote:   Hi all,   When I try to use Cygwin setup by specifying list of package to download, all of them are ignored.   I'm using -P option line this:   setup-x86_64_2.893.exe -v -d -N -n -D -B -g -A -a x86_64 -p http://app

Re: distributing preconfigured cygwin

2018-08-29 Thread john doe
On 8/29/2018 11:13 AM, Ulli Horlacher wrote: On Fri 2018-08-17 (20:28), Achim Gratz wrote: This install script must first download the cygwin base package, install it and then run setup with all needed cygwin packages. But at the very beginning, I do not have a shell at all? Use either CMD or

Re: distributing preconfigured cygwin

2018-08-29 Thread Andrey Repin
Greetings, Ulli Horlacher! >> > This install script must first download the cygwin base package, install >> > it and then run setup with all needed cygwin packages. >> > But at the very beginning, I do not have a shell at all? >> >> Use either CMD or PowerShell as appropriate. > I do not know Po

Re: FW: gecko Segmentation fault when compiling

2018-08-29 Thread Andrey Repin
Greetings, tl...@twcny.rr.com! > I uninstalled and deleted the entire cygwin64 directory and reinstalled > using the defaults. The download time was much shorter but I still can't > compile anything with the C compiler even with no anti-virus running. Base cygwin installation is a POSIX userspace

Re: distributing preconfigured cygwin

2018-08-29 Thread Ulli Horlacher
On Fri 2018-08-17 (20:28), Achim Gratz wrote: > > This install script must first download the cygwin base package, install > > it and then run setup with all needed cygwin packages. > > But at the very beginning, I do not have a shell at all? > > Use either CMD or PowerShell as appropriate. I do