Re: configure error installing atemu: C compiler cannot create executables

2013-04-02 Thread Larry Hall (Cygwin)
On 4/2/2013 12:25 PM, Rimsha Farooqui wrote: i'm trying to install atemu on cygwin using the command ./configure however i get the following error checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking

configure error installing atemu: C compiler cannot create executables

2013-04-02 Thread Rimsha Farooqui
i'm trying to install atemu on cygwin using the command ./configure however i get the following error checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for g

Re: [ITA] gmp (libgmp-devel / libgmp3 / libgmpxx4)

2013-04-02 Thread Achim Gratz
Achim Gratz writes: […] Sorry, wrong list. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: [ITA] gmp (libgmp-devel / libgmp3 / libgmpxx4)

2013-04-02 Thread Corinna Vinschen
On Apr 2 17:14, Achim Gratz wrote: > > I've added test packages compiled with gcc-4.7.2-1 (to be installed by > manually selecting them, like the test version of gcc itself): Wrong mailing list, by any chance? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin t

Re: [ITA] mpclib (mpclib-devel / libmpc1 / libmpc3)

2013-04-02 Thread Achim Gratz
I've added test packages compiled with gcc-4.7.2-1 (to be installed by manually selecting them, like the test version of gcc itself): wget="wget -xnH --cut-dirs=1 http://cygwin.stromeko.net/release"; $wget/mpclib/setup.hint $wget/mpclib/mpclib-1.0.1-1-src.tar.bz2 $wget/mpclib/mpclib-1.0.1-1.tar.b

Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-04-02 Thread Achim Gratz
I've added test packages compiled with gcc-4.7.2-1 (to be installed by manually selecting them, like the test version of gcc itself): wget="wget -xnH --cut-dirs=1 http://cygwin.stromeko.net/release"; $wget/mpfr/setup.hint $wget/mpfr/mpfr-3.1.1-1-src.tar.bz2 $wget/mpfr/mpfr-3.1.1-1.tar.bz2 $wget/mp

Re: [ITA] gmp (libgmp-devel / libgmp3 / libgmpxx4)

2013-04-02 Thread Achim Gratz
I've added test packages compiled with gcc-4.7.2-1 (to be installed by manually selecting them, like the test version of gcc itself): wget="wget -xnH --cut-dirs=1 http://cygwin.stromeko.net/release"; $wget/gmp/setup.hint $wget/gmp/gmp-4.3.2-2.tar.bz2 $wget/gmp/gmp-4.3.2-2-src.tar.bz2 $wget/gmp/gm

Re: X11 library package

2013-04-02 Thread Achim Gratz
Sonya Blade writes: > This TLS stands for the Transport Layer Security right? As a result, it seems > that  > I need to compile the Petsc without parallel support.  Nope, it stands for thread level safety in this particular case. The action you've taken is correct, though. > This may sound a bi

Re: OpenSSH-6.2p1-1

2013-04-02 Thread Corinna Vinschen
On Apr 2 16:33, Pach Roman (DGS-EC/ESG2) wrote: > Corinna wrote in the cygwin-announce from Tue, 26 Mar 2013 15:48:16 +0100: > > Bugfixes: > > * ssh(1): Record "Received disconnect" messages at ERROR rather than >INFO priority. bz#2057. > > I'm using gitolite under cygwin. After performing

OpenSSH-6.2p1-1

2013-04-02 Thread Pach Roman (DGS-EC/ESG2)
Corinna wrote in the cygwin-announce from Tue, 26 Mar 2013 15:48:16 +0100: Bugfixes: * ssh(1): Record "Received disconnect" messages at ERROR rather than INFO priority. bz#2057. I'm using gitolite under cygwin. After performing the command ssh git@git-server the new feature generates now t

RE: X11 library package

2013-04-02 Thread Sonya Blade
>Sonya Blade writes: > What do you think about the MPI complaints that the compiler produces? > Is it also related to the incomplete cygwin installation or something else ? >You are trying to compile with TLS, which doesn't work with gcc-4.5.3 â >you need to configure to not use TLS (or use a late

Re: X11 library package

2013-04-02 Thread Achim Gratz
Sonya Blade writes: > What do you think about the MPI complaints that the compiler produces? > Is it also related to the incomplete cygwin installation or something else ? You are trying to compile with TLS, which doesn't work with gcc-4.5.3 — you need to configure to not use TLS (or use a later v

RE: Making NetCDF 4.2 legacy C++

2013-04-02 Thread DeTracey, Brendan
Reinstalled NetCDF and HDF with setup.exe Still have the same problem. Using the legacy libraries is required for ESMF (http://www.earthsystemmodeling.org/) : "Note that currently ESMF does not work with the new C++ API introduced in NetCDF 4.2, therefore, the Legacy C++ Library has to be used."

RE: X11 library package

2013-04-02 Thread Sonya Blade
> Dear Sonya -- Many cygwin packages are split into what > you need to *run* programs with the package, and what > you need in order to *build* programs to use the > package. That is, there can be TWO packages in the cygwin > sense of package. The one(s) you need for building > conventionally have

X11 library package

2013-04-02 Thread Sonya Blade
Dear All, I'm trying to install the Petsc library (Portable, Extensible Toolkit for  Scientific Computation)  although I completed the compilation part on cygwin terminal. When I try to run the sample codes  with the compiled libraries in Code Blocks IDE I get the following errors what, which ar

Re: Strange messages with last OpenSSH

2013-04-02 Thread Corinna Vinschen
On Apr 2 12:57, Angelo Graziosi wrote: > With last OpenSSH (6.2p1-1), trying to connect with command > > $ ssh remote_u...@server.foo.bar > > prints these messages: > > no such identity: /home/local_user/.ssh/id_rsa: No such file or directory > no such identity: /home/local_user/.ssh/id_dsa: No

Strange messages with last OpenSSH

2013-04-02 Thread Angelo Graziosi
With last OpenSSH (6.2p1-1), trying to connect with command $ ssh remote_u...@server.foo.bar prints these messages: no such identity: /home/local_user/.ssh/id_rsa: No such file or directory no such identity: /home/local_user/.ssh/id_dsa: No such file or directory no such identity: /home/local_u