Replicate packages from 32-bit machine on 64-bit machine

2014-08-16 Thread paul
When I wanted to replicate my cygwin installation from a 32-bit machine to another 32-bit machine, it was straightforward. I would simply reinstall all installed packages, but have the downloaded packages got to a folder which I then burn to CD. However, my next machine is a 64-bit machine. So I

Re: i686-pc-cygwin/bin/ld: cannot find -lpostgres

2014-08-16 Thread Marco Atzeri
On 16/08/2014 23:02, Gery . wrote: Thanks a lot Marco for this email and the one I sent before about the shared libraries. I didn't answer before because I was inscribed as digest, so I just dropped that recently and subscribed again. That *.a file definitely did the trick, many thanks for tha

Re: mandb aborts

2014-08-16 Thread Marco Atzeri
On 17/08/2014 05:32, Yaakov Selkowitz wrote: On Sat, 2014-08-16 at 09:17 +0200, Achim Gratz wrote: Marco Atzeri writes: […] anyone seeing the same ? This should not happen with cygwin-1.7.31-3. I see it on 1.7.32-1 As reported previously, that happens on some machines and the inclusion o

Re: OpenMPI Fails to Run

2014-08-16 Thread Marco Atzeri
On 17/08/2014 02:22, Gery . wrote: I recently installed cygwin64 in my windows 8.1 (like 3 days ago) and tried a program that has also worked in Linux and cygwin32, but it didn't work properly. So, I uninstalled the 64 and installed the 32, and it worked flawlessly. I have no idea why, but you

Re: mandb aborts

2014-08-16 Thread Yaakov Selkowitz
On Sat, 2014-08-16 at 09:17 +0200, Achim Gratz wrote: > Marco Atzeri writes: > […] > > anyone seeing the same ? This should not happen with cygwin-1.7.31-3. > As reported previously, that happens on some machines and the inclusion > of the debug switch (mandb -dc) might well work around it. As I

Re: OpenMPI Fails to Run

2014-08-16 Thread Gery .
I recently installed cygwin64 in my windows 8.1 (like 3 days ago) and tried a program that has also worked in Linux and cygwin32, but it didn't work properly. So, I uninstalled the 64 and installed the 32, and it worked flawlessly. I have no idea why, but you could try the 32-bit instead. HTH,

OpenMPI Fails to Run

2014-08-16 Thread Altman, Eric
I am trying to run MPI programs under Cygwin64 version 1.15.1-4 with OpenMPI version 1.7.5-1.  The computer is an i7 running Windows 8.0.  I do not have any issues compiling programs, but I get the following errors trying to run hello_c.exe (https://github.com/hpc/cce-mpi-openmpi-1.6.4/tree/mast

Re: i686-pc-cygwin/bin/ld: cannot find -lpostgres

2014-08-16 Thread Gery .
Thanks a lot Marco for this email and the one I sent before about the shared libraries. I didn't answer before because I was inscribed as digest, so I just dropped that recently and subscribed again. That *.a file definitely did the trick, many thanks for that. I just explained what I did in th

RE: [postgis-users] FW: json/json.h: No such file or directory

2014-08-16 Thread Gery .
Thanks again Regina, good news, I recently successfully installed the 2.1.4dev version in my cygwin. The -lpostgres problem was solved by Marco Atzeri, here it's his message, that *.a file did the trick: https://cygwin.com/ml/cygwin/2014-08/msg00321.html. So, you asked why, well, it's simply be

Re: i686-pc-cygwin/bin/ld: cannot find -lpostgres

2014-08-16 Thread Marco Atzeri
On 16/08/2014 20:39, Gery . wrote: Hello, I'm trying to install postgis 2.2.0dev (http://postgis.net/stuff/postgis-2.2.0dev.tar.gz), but I got an error saying: /usr/lib/gcc/i686-pc-cygwin/4.8.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lpostgres collect2: error: ld returned 1 exit sta

Re: Running a cygwin application on Windows

2014-08-16 Thread Michael DePaulo
On Sat, Aug 16, 2014 at 8:57 AM, Fernando Gont wrote: > On 08/16/2014 06:49 AM, Corinna Vinschen wrote: >> On Aug 16 12:29, Achim Gratz wrote: >>> Fernando Gont writes: My idea was to use cygwin, since I'm not much of a Windows programmer. Is there any way to produce and ship an exe with

Bash uses lseek while reading from serial device

2014-08-16 Thread Ross Ridge
I've encountered a problem where bash will use lseek to seek backwards on a serial device. This results in data being lost when large chuncks of data are being read at once. This doesn't happen when reading from a pipe, so it appears that bash is unable to detect that serial devices are unseekabl

i686-pc-cygwin/bin/ld: cannot find -lpostgres

2014-08-16 Thread Gery .
Hello, I'm trying to install postgis 2.2.0dev (http://postgis.net/stuff/postgis-2.2.0dev.tar.gz), but I got an error saying: /usr/lib/gcc/i686-pc-cygwin/4.8.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lpostgres collect2: error: ld returned 1 exit status /usr/lib/postgresql/pgxs/src/makefi

broken links on few man pages : xmon, mysql, bind-utils

2014-08-16 Thread Marco Atzeri
Hi, just as by product of looking why mc had a unusable man page, and why u2d was making me crazy... these are the other broken pages on my system, that look as upstream bugs. $ grep ROFF mandb.log mandb: warning: /usr/share/man/man1/bind9-config.1.gz: bad symlink or ROFF `.so' request mandb:

Re: [ANNOUNCEMENT] Updated: dos2unix 6.0.6-1 & man-db limitation

2014-08-16 Thread Marco Atzeri
On 16/08/2014 15:26, Marco Atzeri wrote: 3rd and final (I hope), the reason way only u2d man page has problem mandb: warning: /usr/share/man/man1/u2d.1.gz: bad symlink or ROFF `.so' request it is because it has a double redirection while all the other pages have a single ".so" redirection

Re: [ANNOUNCEMENT] Updated: dos2unix 6.0.6-1

2014-08-16 Thread Marco Atzeri
On 16/08/2014 10:08, Marco Atzeri wrote: On 05/08/2014 22:33, Erwin Waterlander wrote: CHANGES SINCE LAST RELEASE: === New upstream release. * Bugfix: mac2unix conversion produced corrupted output from UTF-16 input file. * New options -b (keep BOM) and -r (

Re: Running a cygwin application on Windows

2014-08-16 Thread Fernando Gont
On 08/16/2014 06:49 AM, Corinna Vinschen wrote: > On Aug 16 12:29, Achim Gratz wrote: >> Fernando Gont writes: >>> My idea was to use cygwin, since I'm not much of a Windows programmer. >>> Is there any way to produce and ship an exe with the relevant libraries? >> >> If I understand correctly what

Re: Running a cygwin application on Windows

2014-08-16 Thread Fernando Gont
Hi, Corinna, Thanks so much for your prompt response! Comments in-line... On 08/16/2014 06:47 AM, Corinna Vinschen wrote: > On Aug 14 21:52, Fernando Gont wrote: >> Folks, >> >> I'm the main developer of an open source project >> , and was meaning >

Re: mandb aborts

2014-08-16 Thread Marco Atzeri
On 16/08/2014 09:40, Marco Atzeri wrote: On 16/08/2014 09:17, Achim Gratz wrote: Marco Atzeri writes: […] anyone seeing the same ? As reported previously, that happens on some machines and the inclusion of the debug switch (mandb -dc) might well work around it. Regards, Achim. thanks Achi

Re: cygwin now supports shared libraries?

2014-08-16 Thread Marco Atzeri
On 16/08/2014 13:12, Gery . wrote: Hello, I though that Cygwin did not support shared libraries, I read it somewhere in the past, but now I am installing GEOS 3.4.2 (http://trac.osgeo.org/geos/) and I noticed this after the configure (it's just part of the long list of messages): [cut] so,

cygwin now supports shared libraries?

2014-08-16 Thread Gery .
Hello, I though that Cygwin did not support shared libraries, I read it somewhere in the past, but now I am installing GEOS 3.4.2 (http://trac.osgeo.org/geos/) and I noticed this after the configure (it's just part of the long list of messages): checking whether the gcc linker (/usr/i686-pc-cy

Re: Running a cygwin application on Windows

2014-08-16 Thread Corinna Vinschen
On Aug 16 12:29, Achim Gratz wrote: > Fernando Gont writes: > > My idea was to use cygwin, since I'm not much of a Windows programmer. > > Is there any way to produce and ship an exe with the relevant libraries? > > If I understand correctly what you're trying to do, you need to obtain a > commerc

Re: Running a cygwin application on Windows

2014-08-16 Thread Corinna Vinschen
On Aug 14 21:52, Fernando Gont wrote: > Folks, > > I'm the main developer of an open source project > , and was meaning to port > our project to Windows. > > My idea was to use cygwin, since I'm not much of a Windows programmer. > Is there any way to

Re: Running a cygwin application on Windows

2014-08-16 Thread Achim Gratz
Fernando Gont writes: > My idea was to use cygwin, since I'm not much of a Windows programmer. > Is there any way to produce and ship an exe with the relevant libraries? If I understand correctly what you're trying to do, you need to obtain a commercial license from RedHat for doing so. Otherwise

[ANNOUNCEMENT] Updated: mc-4.8.12-2

2014-08-16 Thread Marco Atzeri
Version mc-4.8.12-2 of Midnight Commander has been uploaded for cygwin CHANGES This is a Cygwin bugfix release to solve an incorrect coding of man pages that make them unusable with current man-db https://www.midnight-commander.org/ticket/3239 No other change from previous 4.8.12-1 version. D

Running a cygwin application on Windows

2014-08-16 Thread Fernando Gont
Folks, I'm the main developer of an open source project , and was meaning to port our project to Windows. My idea was to use cygwin, since I'm not much of a Windows programmer. Is there any way to produce and ship an exe with the relevant libraries?

[ANNOUNCEMENT] New package: onc-rpc-devel-2.19_20140211-1

2014-08-16 Thread Pavel Fedin
Version 2.19_20140211-1 of "onc-rpc-devel" has been uploaded. This package is necessary for building applications using Sun (now ONC) RPC protocol. It contains headers for some standard RPC services (like NFS) and rpcgen utility needed to generate such headers for custom services, thu

[ANNOUNCEMENT] Updated: octave forge packages

2014-08-16 Thread Marco Atzeri
New versions of octave-bim-1.1.4-1 octave-control-2.6.5-1 octave-dataframe-1.0.0-1 octave-divand-1.1.2-1 octave-fuzzy-logic-toolkit-0.4.5-1 octave-image-2.2.1-1 octave-io-2.2.3-1 octave-instrument-control-0.2.0-2 octave-miscellaneous-1.2.1-1 octave-msh-1.0.10-1 octave-ncarra

Re: [ANNOUNCEMENT] Updated: dos2unix 6.0.6-1

2014-08-16 Thread Marco Atzeri
On 05/08/2014 22:33, Erwin Waterlander wrote: CHANGES SINCE LAST RELEASE: === New upstream release. * Bugfix: mac2unix conversion produced corrupted output from UTF-16 input file. * New options -b (keep BOM) and -r (remove BOM). * New translation of the UI

Re: mandb aborts

2014-08-16 Thread Achim Gratz
Marco Atzeri writes: […] > anyone seeing the same ? As reported previously, that happens on some machines and the inclusion of the debug switch (mandb -dc) might well work around it. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Waldorf MIDI Implementa

Re: mandb aborts

2014-08-16 Thread Marco Atzeri
On 16/08/2014 09:17, Achim Gratz wrote: Marco Atzeri writes: […] anyone seeing the same ? As reported previously, that happens on some machines and the inclusion of the debug switch (mandb -dc) might well work around it. Regards, Achim. thanks Achim, I thought infancy problem were gone ;-)