Re: Strange message from updatedb

2007-03-01 Thread Marco Atzeri
--- Phil Edwards [EMAIL PROTECTED] ha scritto: Try replacing spaces ' ' with dots '.' in the paths specified with --prunepaths. In a regexp a dot matches any character. I had tried that, but --prunepaths='/cygdrive/c/System.Volume.Information' still caused the corresponding

Re: script problem

2007-03-02 Thread Marco Atzeri
--- Asher Vilensky [EMAIL PROTECTED] ha scritto: Thanks for the kind advice. I indeed installed rxvt. I've noticed that rxvt does not save me much memory over XWin. Approx 10MB (rxvt) over 20MB (XWin). No biggie. Are there any other advantages of using rxvt over XWin? If so, what

Inoltra: Re: Doing additions in cygwin?

2007-03-23 Thread Marco Atzeri
--- Kevin Markle ha scritto: Hello, I'm attemping to use the expr variable and am having problems. when I type test=expr 1+1 or test=`expr 1+1` or test='expr 1 + 1' or with and without quotes?? I just want to create a variable based on and expression? this is a bash question not

Re: dd image onto a usb key

2007-05-23 Thread Marco Atzeri
--- Mohammed Iqbal.H ha scritto: dd if={.dd image} of=/cygdrive/e As 'e' is the USB key. error message: dd :opening '/cygdrive/e':Is a directory /cygdrive/e is a mount point To have a hint about the device name $ cat /proc/partitions major minor #blocks name 8 0

Re: Problems with XPDF on Cygwin with recent snapshots (newlib ?)

2007-05-25 Thread Marco Atzeri
--- Christopher Faylor ha scritto: On Wed, May 23, 2007 at 10:51:48PM +0200, Angelo Graziosi wrote: Using cygwin-inst-20070523.tar.bz2 there is XPDF that core dumps loading a pdf file. The same happens with a cygwin1.dll 1.5.24-2 rebuilt with CVS newlib dated May 18. Instead using

Re: Problems with XPDF on Cygwin with recent snapshots (newlib ?)

2007-05-25 Thread Marco Atzeri
--- Christopher Faylor strace is not a reliable indicator of problem location but from the above it seems like the error is coming from a DLL other than cygwin which is located at 0x6B14d431 . cygt1-5.dll 0x1000 cygwin1.dll 0x6100 cygfreetype-6.dll

Re: multiple cygwin1.dll message

2007-05-26 Thread Marco Atzeri
--- Thorsten Kampe ha scritto: A: cygwin@cygwin.com Da: Thorsten Kampe Oggetto: Re: multiple cygwin1.dll message Data: Wed, 25 May 2005 22:51:24 +0100 syncronization in the past ? * John (Fri, 25 May 2007 13:07:23 -0400) Two years without updates? Now

Re: devices' name and mount point

2007-06-19 Thread Marco Atzeri
--- Alex Kwan ha scritto: Hi! How do I know all the storage devices' name and their mount point on my windows box? because I wanted to dd a image file on a USB SD card. thanks! http://sourceware.org/ml/cygwin/2007-05/msg00551.html next time I suggest to look in the archive..

Re: using chere

2007-06-21 Thread Marco Atzeri
--- Lewis Hyatt [EMAIL PROTECTED] ha scritto: Lewis Hyatt wrote: OK, one last thing, sorry. I did something wrong with the last test. If I add c:\cygwin\bin and c:\cygwin\usr\X11R6\bin to the Windows PATH variable, then chere does work to open up an xterm! So I guess the only

find segfault on snapshot 20070709

2007-07-17 Thread Marco Atzeri
Hi All, I have jumped on a strange segfault starting from snapshot 20070709 (20070708 is fine) when accessing /cygdrive #/bin/find /cygdrive/ /cygdrive/ Segmentation fault (core dumped) #uname -a CYGWIN_NT-5.1 ITQMOZCAS1WS875 1.7.0s(0.177/4/2) 20070709 21:50:21 i686 Cygwin #find --version GNU

Re: find segfault on snapshot 20070709

2007-07-18 Thread Marco Atzeri
--- Corinna Vinschen ha scritto: On Jul 17 18:11, Marco Atzeri wrote: Hi All, I have jumped on a strange segfault starting from snapshot 20070709 (20070708 is fine) when accessing /cygdrive #/bin/find /cygdrive/ /cygdrive/ Segmentation fault (core dumped) Yep, should

Re: Octave is out of date

2007-08-23 Thread Marco Atzeri
--- Brian Kirklin ha scritto: Hello, I've been using Cygwin for quite some time now for a few different packages. The one that interests me the most, however, is Octave and it is extremely important to my day to day activities at work. Unfortunately, Cygwin has not updated Octave in

octave configure on cygwin snapshot

2007-08-29 Thread Marco Atzeri
Hi, running octave 2.9.13 configure on latest cygwin snapshot 1.7.0s(0.177/4/2) 20070813 12:16:31 I found that the attached test to verify the format of gettimeof is failing gcc -o conftest.exe -g -O2 conftest.c -ldl -lwsock32 -lz -lm -lwsock32 conftest.c: In function `main': conftest.c:216:

RE: octave configure on cygwin snapshot

2007-08-29 Thread Marco Atzeri
--- Dave Korn [EMAIL PROTECTED] ha scritto: On 29 August 2007 13:24, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Marco Atzeri on 8/29/2007 1:02 AM: gcc -o conftest.exe -g -O2 conftest.c -ldl -lwsock32 -lz -lm -lwsock32 Why are you

ls bug in snapshot 20070831

2007-09-05 Thread Marco Atzeri
Hi All, I have noted this strange result using snapshot 20070831 when no files match the pattern $ ls -l *.p -rw-r--r-- 1 0 Dec 1 2006 *.p previous version was correct snapshot 20070813 $ ls -l *.p ls: cannot access *.p: No such file or directory Regards Marco

Re: ls bug in snapshot 20070831

2007-09-18 Thread Marco Atzeri
--- Corinna Vinschen ha scritto: On Sep 5 09:25, Marco Atzeri wrote: Hi All, I have noted this strange result using snapshot 20070831 when no files match the pattern $ ls -l *.p -rw-r--r-- 1 0 Dec 1 2006 *.p I checked in a patch to fix this. Thanks

Re: Passing arguments to rxvt when it is used as an argument for chere

2007-09-18 Thread Marco Atzeri
--- Richard Toy ha scritto: Hi I see from this post http://www.cygwin.com/ml/cygwin/2007-06/msg00465.html that somebody appears to have passed some arguments to rxvt when it is used as an argument for chere. Is this possible to do this by invoking chere in some way or is it necessary

Re: term bash shell with multiple tabs ? (without X)

2008-07-25 Thread Marco Atzeri
--- Administrator ha scritto: I'm looking for a terminal / shell utility that will let me have multiple tabs open (shell terminal or term in each tab doing something different). I find that I have several cygwin bash shells open at any one time and want to reduce this to one window.

Re: Problems with file permissions and cp when running on Vista

2008-07-28 Thread Marco Atzeri
--- Tom Quarendon ha scritto: Larry Hall (Cygwin) wrote: I'd start at the source. Give yourself POSIX-style access to the files to start with. 'cp' will preserve that access. 'cp' and many other utilities don't take ACL permissions into account. They are silently ignored. For

Re: Problems with file permissions and cp when running on Vista

2008-07-29 Thread Marco Atzeri
--- Tom Quarendon ha scritto: Two issues as I see it. Firstly, cygwin doesn't appear to pick up that I have write access to the file README.txt. The getacl output below doesn't list Authenticated Users. this means that Authenticated Users is missing in your /etc/group getfacl use

Re: Problems with file permissions and cp when running on Vista

2008-07-29 Thread Marco Atzeri
--- Tom Quarendon ha scritto: Hi Tom, This is more a question for the mailing list this means that Authenticated Users is missing in your /etc/group getfacl use /etc/group to translate SID in group name, but if the row is missing getfacl will ignore the unknow SID SID for NT

[1.7.0-29] info problem

2008-08-29 Thread Marco Atzeri
Hi all, I catch a strange problem in 1.7.0-29 when info is dealing with gz compressed file. using the gz file, e.g. info -f bash.info.gz info is unable to reach all the nodes. for example using n for next, the 4th node is unreachable (4 Shell Builtin Commands) Cannot find node

[1.7.0-29] detecting g77 configuration

2008-09-02 Thread Marco Atzeri
Dear All, I am trying to compile octave-3.0.1-1 on cygwin 1.7 but I am stucked on a different behaviour of g77 that make the configure scripts unable to correctly identify the settings for the linking. This is the extract of config.log on cygwin 1.5 ---

Re: Octave 3.0.1 exits without a prompt, no error message

2008-09-10 Thread Marco Atzeri
--- rmcd [EMAIL PROTECTED] ha scritto: I am having a problem that I have seen reported before, but I didn't see a resolution. I have cygwin installs on two machines, both XP SP2. This problem occurs on one and not the other. I'm not even sure how to go about debugging this. The

Re: [1.7.0-29] detecting g77 configuration

2008-09-10 Thread Marco Atzeri
--- Marco Atzeri ha scritto: Dear All, I am trying to compile octave-3.0.1-1 on cygwin 1.7 but I am stucked on a different behaviour of g77 that make the configure scripts unable to correctly identify the settings for the linking. I identified the issue as a problem on pipe handling

Re: Octave 3.0.1 exits without a prompt, no error message

2008-09-10 Thread Marco Atzeri
--- rmcd ha scritto: Marco atzeri-3 wrote: --- rmcd ha scritto: cygcheck /bin/octave.exe returns d:\cygwin\bin/octave.exe this is the expected output $ cygcheck octave Found: C:\cygwin\bin\octave.exe Found: C:\cygwin\bin\octave.exe - C:\cygwin\bin\octave

Re: Octave 3.0.1 exits without a prompt, no error message

2008-09-10 Thread Marco Atzeri
--- rmcd ha scritto: Marco atzeri-3 wrote: --- rmcd ha scritto: not considering that Zone Alarm is not cygwin friend and that your path is a bit messy, these two can cause the problem. you have 5 times cygwin\bin on your path :-? plus other not relevant directories. I do

Re: [1.7.0-29] detecting g77 configuration

2008-09-13 Thread Marco Atzeri
--- Marco Atzeri ha scritto: passing through the pipe I lose some lines. solved on snapshots 20080911 Thanks Marco __ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file

Re: [1.7] cygcheck totally broken

2008-09-13 Thread Marco Atzeri
--- Andrew Schulman ha scritto: Is it exactly 6 times? Yes, just as I posted it. one things I noticed on cygcheck I have cygwin-1.5 on c:\cygwin and cygwin-1.7 on c:\cygwin2 They work fine (also using them at the same time ) but cygcheck on 1.7 is confused and mix the two directory

Re: [1.7] cygcheck totally broken

2008-09-14 Thread Marco Atzeri
--- Marco Atzeri ha scritto: one things I noticed on cygcheck I have cygwin-1.5 on c:\cygwin and cygwin-1.7 on c:\cygwin2 They work fine (also using them at the same time ) but cygcheck on 1.7 is confused and mix the two directory $ cygcheck --version cygcheck version 1.104

[ANNOUNCEMENT] Updated: {octave,octave-devel,octave-doc}-3.0.2-1

2008-09-15 Thread Marco Atzeri
Updated version of octave-3.0.2-1 octave-devel-3.0.2-1 octave-doc-3.0.2-1 have been uploded. These is a new upstream release The GNU Octave language for numerical computations Octave is a (mostly Matlab (R) compatible) high-level language, primarily intended for numerical computations. It

[ANNOUNCEMENT] Updated: octave-forge-20080831-1

2008-09-15 Thread Marco Atzeri
Version 20080831-1 of octave-forge has been uploaded. This is a new upstream version aligned with octave 3.0.2 The octave-forge project contains contributed functions for GNU Octave which are not in the main distribution. Regards Marco Atzeri If you have questions or comments, please send

cygwin-1.7: resolving ftp

2008-09-15 Thread Marco Atzeri
noticed on snapshot 20080912 $ ncftp matzeri.altervista.org NcFTP 3.2.1 (Jul 29, 2007) by Mike Gleason (http://www.NcFTP.com/contact/). Resolving atzeri.altervista.org... Unknown host matzeri.altervista.org. $ lftp mi.mirror.garr.it lftp:

Re: cygwin-1.7: resolving ftp

2008-09-15 Thread Marco Atzeri
--- Christopher Faylor ha scritto: On Mon, Sep 15, 2008 at 11:12:28PM +0200, Marco Atzeri wrote: noticed on snapshot 20080912 $ ncftp matzeri.altervista.org NcFTP 3.2.1 (Jul 29, 2007) by Mike Gleason (http://www.NcFTP.com/contact/). Resolving atzeri.altervista.org

[ANNOUNCEMENT] Experimental: octave{,-doc,-devel}-3.0.2-2 and octave-forge-20080831-2

2008-09-17 Thread Marco Atzeri
-3.0.2-2 / gcc 4.3.2-1) real2m35.885s user2m32.605s sys 0m17.254s (on octave-3.0.2-1 / gcc 3.4.4-3) real10m56.949s user10m31.365s sys 0m17.373s I will appreciate any feedback and/or fault report using them Regards Marco Atzeri If you have questions or comments, please

Re: [ANNOUNCEMENT] Experimental: octave{,-doc,-devel}-3.0.2-2 and octave-forge-20080831-2

2008-09-18 Thread Marco Atzeri
--- Tatsuro MATSUOKA ha scritto: Hi It seemed that the process of update-desktop-database.exe collapsed during installing. I have no such package installed desktop-file-utils Utilities for manipulating desktop files So I have no clue of the issue, as usual cygcheck is your

Re: Setup.exe issue? was ([ANNOUNCEMENT] Experimental: octave{,-doc,-devel}-3.0.2-2 and octave-forge-20080831-2)

2008-09-18 Thread Marco Atzeri
--- Tatsuro MATSUOKA ha scritto: Hello Please see http://cygwin.com/ml/cygwin/2008-09/msg00408.html http://cygwin.com/ml/cygwin/2008-09/msg00412.html http://cygwin.com/ml/cygwin/2008-09/msg00413.html The file update-desktop-database.exe is fouind at /bin directry. Perhaps

Re: Setup.exe issue? was ([ANNOUNCEMENT] Experimental: octave{,-doc,-devel}-3.0.2-2 and octave-forge-20080831-2)

2008-09-18 Thread Marco Atzeri
--- Marco Atzeri ha scritto: setup.ini instead. It is missing the [test] declaration reported on the setup.hint http://matzeri.altervista.org/cygwin-gcc4/octave-forge/setup.hint Corinna/CGF, could you amend setup.ini ? my typo mistake indeed on setup.hint :-( Sorry

[1.7.0-29] never ending make

2008-09-19 Thread Marco Atzeri
Dear all, after compiling glpk-4.31-1 in cygwin-1.5 http://matzeri.altervista.org/cygwin-gcc4/glpk/index.html I tried the same in cygwin-1.7 and I found a curious issue. Make is jumping between 2 directory in a never ending story. I suspect something on how links are handled as I need to use

Re: [1.7.0-29] never ending make

2008-09-20 Thread Marco Atzeri
--- Yaakov (Cygwin Ports) ha scritto: Marco Atzeri wrote: lndirs If you have either /usr/bin/lndir or /usr/X11R6/bin/lndir installed, then this could be because of a bug with lndir itself. I will be making a fixed lndir available for cygwin-1.7 once gcc-4.3 is stabilized

[ANNOUNCEMENT] updated: {glpk,libglpk-devel-,libglpk0}-4.31-1

2008-09-22 Thread Marco Atzeri
Version 4.31-1 of glpk has been uploaded. Changes: - aligned version with mainstream see Changelog for all the chage details - compiled with gcc-4.3.2-1 - added zlib capability Regards Marco If you have questions or comments, please send them to the cygwin mailing list at:

RE: Problem to open big selfextracting Zip files from bash - starting from scratch :-)

2008-09-25 Thread Marco Atzeri
--- Dave Korn ha scritto: Dirk Napierala wrote on 25 September 2008 09:55: So the SFX file itself doesn't seem to cause this problem. Random and wacky idea: What happens if you prepend Cygwin's /bin/unzipsfx.exe to the existing SFX and try running that? cheers, DaveK

Re: Problem to open big selfextracting Zip files from bash - starting from scratch :-)

2008-09-25 Thread Marco Atzeri
--- Dirk Napierala ha scritto: Even if this would help, it doesn't explain, why on the same system, without any other change than switching the cygwin versions, it works with the old one and doesn't work with the current one to eventually try to identify the change that broken your

Re: montage: unable to read font...

2008-09-26 Thread Marco Atzeri
--- Gustavo Seabra ha scritto: Hi all, On Fri, Sep 19, 2008 at 3:27 PM, Gustavo Seabra [EMAIL PROTECTED] wrote: Hi, I have ImageMagick 6.4.0 installed here (in Cygwin). After the last upgrade, using setup.exe, I started getting the following messages anytime I run ImageMagick's

Re: rxvt redraw issues with Virtual Dimension virtual desktop manager

2008-10-02 Thread Marco Atzeri
--- John Hardin ha scritto: On Wed, 1 Oct 2008, John Hardin wrote: Usually what happens is only the first dozen or so columns are redrawn, and the rest of the window is blank. {counts a few instances} *exactly* 19 columns at the left edge of the window are redrawn. The rest of the

Re: rxvt redraw issues with Virtual Dimension virtual desktop manager

2008-10-03 Thread Marco Atzeri
--- John Hardin ha scritto: On Thu, 2 Oct 2008, Marco Atzeri wrote: --- John Hardin ha scritto: {counts a few instances} *exactly* 19 columns at the left edge of the window are redrawn. The rest of the window is blank. I am using Virtual Dimension 0.94 Same here. On Windows

Re: rxvt redraw issues with Virtual Dimension virtual desktop manager

2008-10-03 Thread Marco Atzeri
--- Marco Atzeri ha scritto: similar for rxvt on X11 Target:C:\cygwin\bin\rxvt.exe -display 127.0.0.1:0.0 -fn 6x13 -fg white -bg black -e /bin/bash -i -l Start inC:\cygwin\bin I forgot for X11 the begin portion C:\cygwin\bin\run.exe C:\cygwin\bin\rxvt.exe -display 127.0.0.1

Re: rxvt redraw issues with Virtual Dimension virtual desktop manager

2008-10-03 Thread Marco Atzeri
--- John Hardin ha scritto: On Fri, 3 Oct 2008, Marco Atzeri wrote: I'm not having problems creating or moving the windows. The problem occurs when I switch which desktop is displayed. Can you create an rxvt window on each desktop, put some content into them, and then using

RE: [ANNOUNCEMENT] Updated experimental package: gcc4-4.3.2-1 (Why thread model is single?)

2008-10-03 Thread Marco Atzeri
--- Dave Korn ha scritto: Thread model: single Is there any reason to be a single thread model for gcc-4? Nope, I misconfigured it (as I noticed while trying to build libjava); it'll be fixed in the next refresh. any timing for it ? I would like to relase the next update of

Re: first cygwin 1.7 bash issue

2008-10-06 Thread Marco Atzeri
--- Lev Bishop ha scritto: On Sun, Oct 5, 2008 at 17:45, Cyrille Lefevre wrote: Your group is currently mkpasswd. This indicates that the /etc/passwd (and possibly /etc/group) files should be rebuilt. See the man pages for mkpasswd and mkgroup then, for example, run mkpasswd -l

Re: Can anyone help please, with syntax ?

2008-10-10 Thread Marco Atzeri
--- John Emmas ha scritto: I'm trying to build a library called aubio which requires the fftw3 math package. I built and installed fftw3 yesterday. However, when I try to build aubio, the ./configure stage fails, saying that fftw3 can't be found. The config log says:- why have you

Re: Can anyone help please, with syntax ?

2008-10-10 Thread Marco Atzeri
--- John Emmas ha scritto: - Original Message - From: Marco Atzeri Subject: Re: Can anyone help please, with syntax ? why have you not installed : libfftw3-devel-3.1.2-2 libfftw3_3-3.1.2-2 ? it should be much simpler that rebuilding fftw3 from scratch. Oh, how

Re: [OT] Re: Can anyone help please, with syntax ?

2008-10-10 Thread Marco Atzeri
--- John Emmas ha scritto: Sorry to keep asking dumb questions - but now that I've installed fftw3, I can get aubio past the stage where it was previously complaining. However, aubio's 'make' is now bombing out, saying:- cannot find -lpython2.5 collect2: ld returned 1 exit status

Re: Rsync on two WinXP Machines: how?

2008-10-14 Thread Marco Atzeri
--- Richard Ivarson ha scritto: Hi, Cygwin's rsync runs successfully on a WinXP machine of mine which remote syncs with a Linux PC. All works fine. Now I'd like to remote sync two WinXP machines. How? I tried the following, without success so far : 1.) On the 2nd PC I let (auto)

RE: octave-3.0.2-2 Requires gcc4

2008-10-16 Thread Marco Atzeri
--- Dave Korn ha scritto: James R. Phillips wrote on 14 October 2008 16:14: Hi, The experimental version of octave, octave-3.0.2-2, compiled with gcc4, requires gcc4 to be installed in order to use the gcc4 runtime libraries. It only requires gcc4-runtime, then. I will

Re: Rsync on two WinXP Machines: how?

2008-10-16 Thread Marco Atzeri
--- Richard Ivarson ha scritto: Marco Atzeri wrote: [..] try with starting sshd service Marco, how do I start the sshd service? I can for example enter ssh to get a console secure shell. What is the better way to use rsync on two Windows PCs: the service way or the daemon

Re: cygwin1.7 and qt4.3

2008-10-16 Thread Marco Atzeri
--- Andrew Medico ha scritto: On Thu, Oct 16, 2008 at 5:57 AM, jayshankar nair wrote: Do not help spammer Hi, cygwin 1.7 is packaged with the binaries for qt3.3.4. I need to port my application from linux to windows and run in cygwin environment. My application

cygwin-1.7 : cygpath broken

2008-10-29 Thread Marco Atzeri
on latest snapshots 20081012: strace /usr/bin/cygpath.exe The procedure entry point _Unwind_SjLj_RaiseException could not be located in the dynamic library cyggcc_s.dll That is obvious as SjLj exception are not any more used on gcc-4.3.2 Regards MArco Unisciti alla community di Io

gfortran Runtime library

2008-10-30 Thread Marco Atzeri
Dear all, I was trying to build latest lapack-3.1.1/atlas-3.8.2 with gcc-4 / gfortran adapting the previous source of James R. Phillips But I had some problem at linking time with gfortran; likely I still need to learn a lot about the linking procedure. finally I solved building the DLL for

Re: GCC maintainer going AFK.

2008-10-31 Thread Marco Atzeri
--- Dave Korn ha scritto: I will try and stay attentive to the lists during this period; I am aware that I have a few outstanding emails to reply to, e.g. Marco A: I'm preparing a new release of gcc-4 with all DLLs for all the runtimes, and that will be available fairly soon, but I

gnuplot on ggi failure

2008-11-14 Thread Marco Atzeri
I was trying to use gnuplot with ggi terminal but gnuplot close with this unclear output: Terminal type set to 'ggi' gnuplot plot [-1:1] sin(x) LibGGI: No explicit target specified. LibGGI: Try to use display-directx... Init Backup Failed RC = 145. Exiting any hint ? Regards Marco

Re: [ANNOUNCEMENT] Updated: rxvt-20050409-9

2008-11-16 Thread Marco Atzeri
--- ha scritto: RXVT is a VT102 terminal emulator for both X and Windows. Brown paper bag release. Version -8 is withdrawn; it erroneously required the X11 libXpm. Reported by WxH. -- Chuck W11/wrap/wrap.c has still a reference to /usr/X11R6/bin/ regards Marco Unisciti

Re: [ANNOUNCEMENT] Updated: rxvt-20050409-9

2008-11-17 Thread Marco Atzeri
--- Charles Wilson ha scritto: Marco Atzeri wrote: W11/wrap/wrap.c has still a reference to /usr/X11R6/bin/ Yes, because it looks for the libX11-*.dll in a number of different places, when trying to dlopen it for X-mode operation. You didn't want me to BREAK rxvt for those people

Re: md5.sum vs. setup.ini on master ftp://cygwin.com/pub/cygwin

2008-11-20 Thread Marco Atzeri
--- Schwerzmann, Stephan ha scritto: dear cygweenies, :-) I'm a great fan of cygwin because it make life on winxy somwhar bearable - thanks for your work so far. today I wanted to pull the newest files off ftp://cygwin.com/pub/cygwin as I noticed a mismatch between what md5.sum

Re: gnuplot on ggi failure

2008-11-20 Thread Marco Atzeri
--- Peter Rosin [EMAIL PROTECTED] ha scritto: Den 2008-11-15 19:29, skrev Peter Rosin: Den 2008-11-14 23:23, skrev Marco Atzeri: I was trying to use gnuplot with ggi terminal but gnuplot close with this unclear output: Terminal type set to 'ggi' gnuplot plot [-1:1] sin(x) LibGGI

Re: find . -regex '.*js' -type f -exec md5sum '{}' \\; really slow!

2008-11-24 Thread Marco Atzeri
--- Bartolomeo Nicolotti ha scritto: Hi, I'm using the command: /usr/bin/find . -type f -exec md5sum '{}' \\; try this find . -type f | xargs md5sum to compare the content of two subtree(161Mbytes) on different systems, one linux, and the other on windows with cygwin. The

Re: SIGKILL vs. 1.7.0 snapshot

2008-11-28 Thread Marco Atzeri
--- Christopher Faylor ha scritto: On Wed, Nov 26, 2008 at 02:48:18PM -0500, Christopher Faylor wrote: On Wed, Nov 26, 2008 at 07:36:17PM +, Eric Blake wrote: I'm not sure in which snapshot this regression crept in, but kill is now having problems sending SIGKILL:

cygwin-1.7: linking difference

2008-12-05 Thread Marco Atzeri
Hi All, following the Corinna request I tried to test the building of my packages on cygwin-1.7 and I found this slight difference when linking on cygwin 1.5 -lcruft.dll is accepted as form to link versus cygcruft.dll while on 1.7 the outcome is: /bin/ld: cannot find -lcruft.dll of course if

Re: postgresql

2008-12-11 Thread Marco Atzeri
--- Stephen Gallaghan ha scritto: Hi I am trying to connect to a remote (on local lan) postgresql server using cygwin. When I try to run the psql program I am getting no results (no messages at all) i am runing the version in /usr/bin even if I try using the -V option I get no

RE: Finding out login history

2009-01-19 Thread Marco Atzeri
--- Thrall, Bryan ha scritto: Andy Koppe wrote on Monday, January 19, 2009 9:22 AM: Rerunning setup.exe, it showed me that I *did* have util-linux installed; even the most recent version. Is last supposed to be in /bin or in some other directory? last is not in the current version

[ANNOUNCEMENT] Updated: fftw3-3.2

2009-01-24 Thread Marco Atzeri
New versions of fftw3/fftw3-doc/libfftw3-devel/libfftw3_3 are available in the Cygwin distribution: 3.2-1 for cygwin-1.5 3.2-2 for cygwin-1.7 These are new upstream versions compiled with gcc-4.3.2 Marco Atzeri

[ANNOUNCEMENT] Updated: glpk-4.35

2009-01-24 Thread Marco Atzeri
programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. Marco Atzeri *** To update your installation, click on the Install

[ANNOUNCEMENT] Updated: hdf5-1.6.8

2009-01-24 Thread Marco Atzeri
specification and a supporting library implementation Marco Atzeri *** To update your installation, click on the Install Cygwin now link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup

[ANNOUNCEMENT] Updated: qhull-2003.1

2009-01-24 Thread Marco Atzeri
Delaunay triangulations, Voronoi diagrams, furthest-site Voronoi diagrams, and halfspace intersections about a point Marco Atzeri *** To update your installation, click on the Install Cygwin now link on the http://cygwin.com/ web page

[ANNOUNCEMENT] Updated: SuitSparse-3.2.0

2009-01-24 Thread Marco Atzeri
New versions of SuiteSparse / libSuiteSparse-devel are available in the Cygwin distribution: 3.2.0-2 for cygwin-1.5 3.2.0-3 for cygwin-1.7 These are new upstream versions compiled with gcc-4.3.2 SuiteSparse is library for sparse matrix. It is used to compile Octave Marco Atzeri

[ANNOUNCEMENT] Updated: octave-3.0.3 and octave-forge-20080831

2009-01-24 Thread Marco Atzeri
language for numerical computations Octave is a (mostly Matlab (R) compatible) high-level language, primarily intended for numerical computations. It provides a convenient command-line interface for solving linear and nonlinear problems numerically. Marco Atzeri

Re: octave-3.0.3-1: mkoctfile error : mkoctfile seems to be unable to find liboctave

2009-01-26 Thread Marco Atzeri
--- Tatsuro MATSUOKA ha scritto: Hello I found what was wrong. The name smybolic link to liboctave.dll.a.3.0.3 was libctave.dll.a. (ctave not octave) That was why mkoctfile seemed to be unable to find liboctave. I rename libctave.dll.a to liboctave.dll.a. The command mkoctfile

Re: Finding out login history

2009-01-27 Thread Marco Atzeri
--- Ronald Fischer ha scritto: Marco Atzeri writes: OK, now I finally have 'last', there is a usage problem: mucn13154:~ 1 501 $ last last: /var/log/wtmp: No such file or directory Perhaps this file was removed by the operator to prevent logging last info. mucn13154:~ 1 503 $ ls -l

C++ ambiguous template specialization (cygwin only)

2009-01-30 Thread Marco Atzeri
Dear all, unfortunately I am not too much familiar with C++, so I have no clue where to look for difference between Cygwin and all the other platforms where this problem does not happen. Only on cygwin, both with gcc-3 and gcc-4, the building from last development sources of octave-3.1.51+ stop

Re: C++ ambiguous template specialization (cygwin only)

2009-01-30 Thread Marco Atzeri
--- Dave Korn ha scritto: Marco Atzeri wrote: Dear all, unfortunately I am not too much familiar with C++, so I have no clue where to look for difference between Cygwin and all the other platforms where this problem does not happen. Hmm. The generic template with the T

Re: [ANNOUNCEMENT] Updated: qhull-2003.1

2009-01-30 Thread Marco Atzeri
--- Dr. Volker Zell ha scritto: Marco Atzeri writes: New versions of libqhull-devel / libqhull_5 / qhull Any reason there are 2 directories qhull-2003.1 qhull below /usr/share/doc in latest qhull-2003.1-2 ? The last version had only one. Ciao Volker I

Re: [ANNOUNCEMENT] Updated: octave-3.0.3 and octave-forge-20080831

2009-02-05 Thread Marco Atzeri
--- Gio 5/2/09, Christopher Faylor ha scritto: Da: Christopher Faylor Oggetto: Re: [ANNOUNCEMENT] Updated: octave-3.0.3 and octave-forge-20080831 A: cygwin@cygwin.com Data: Giovedì 5 febbraio 2009, 01:09 On Wed, Feb 04, 2009 at 11:44:45PM +0100, Reini Urban wrote: Marco Atzeri

Re: Strings command

2009-02-18 Thread Marco Atzeri
--- Mer 18/2/09, ha scritto: Da: Milko Oggetto: Re: Strings command A: Cc: cygwin@cygwin.com Data: Mercoledì 18 febbraio 2009, 21:53 Return no strings in (/usr/local/bin:... A packages in binutils but how i can install it. sorry but i'am a nuwbie regards Milko As newbie

Snapshot speed on managing files

2007-01-11 Thread Marco atzeri
Hi All, I have found non specific info on the faq and documentation, so I am wondering if there is any specific debugging reason to explain why latest snapshots 20070110 (and 04) are substantial slower than 1.5.23-2 on removing multiple files. I built a testdir directory with 32*32 files of 1

Re: Snapshot speed on managing files

2007-01-15 Thread Marco atzeri
Hi Corinne, I found the reason for the long time needed to delete files on my machine: It is fault of the antivirus, but the crazy thing is that the performance is orrible when it is disabled, and reasonable when it is enabled. The bin filling have no effect, I tried on the home PC, filling the

Re: Snapshot speed on managing files

2007-01-18 Thread Marco atzeri
--- Larry Hall (Cygwin) [EMAIL PROTECTED] ha scritto: Did you update your build recently? Corinna checked in a fix for this on Saturday http://cygwin.com/ml/cygwin-cvs/2007-q1/msg00021.html. I will wait the next snapshot to test the changes. Regards Marco

Re: Snapshot speed on managing files

2007-01-18 Thread Marco atzeri
--- Marco atzeri [EMAIL PROTECTED] ha scritto: --- Larry Hall (Cygwin) Did you update your build recently? Corinna checked in a fix for this on Saturday http://cygwin.com/ml/cygwin-cvs/2007-q1/msg00021.html. I will wait the next snapshot to test the changes. 20070118 solved

Re: Snapshot speed on managing files

2007-01-22 Thread Marco atzeri
--- Christopher Layne [EMAIL PROTECTED] ha scritto: If you have a moment, would it be possible for you to test your testcase on 20060309? I know this is going to send ridiculous, but if you have a moment I'm curious what your results are. 20060309 snapshot is not available. Any reason

Re: No SSH in Cygwin

2007-01-23 Thread Marco Atzeri
--- DougPPMA [EMAIL PROTECTED] ha scritto: Hello: I'm at a new site trying to load Cygwin on a Win/XP so I can get SSH, amoung other things. I can telnet, I can FTP,I can BASH, etc. I cannot SSH. In the SETUP.exe I downloaded, I tried to load all, I looked in the network packages to

Re: Can't start cron daemon in Cygwin 1.5.23 under WinXP SP2

2007-01-23 Thread Marco Atzeri
--- Steve Rowley [EMAIL PROTECTED] ha scritto: Date: Mon, 22 Jan 2007 15:16:19 -0800 From: Brian Dessent brian at dessent dot net Steve Rowley wrote: In case of problem, examine the log file for cron, /var/log/cron.log, and the Windows event log for information about the

Re: make keeps an open handle to a file, can't delete parent directory

2007-01-25 Thread Marco Atzeri
--- Alexander Sotirov [EMAIL PROTECTED] ha scritto: Hi, I am having a problem with GNU make 3.81 on cygwin 1.5.22. It looks like a problem with cygwin and not make, but I am not sure exactly what's causing it. confirmed also with 20070118 shapshot and 3.81-1 The part of the makefile

Re: Can't start cron daemon in Cygwin 1.5.23 under WinXP SP2

2007-01-26 Thread Marco Atzeri
--- Corinna Vinschen [EMAIL PROTECTED] ha scritto: Actually the SID S-1-5-32-545 is the Users group on the local machine. If you need the SID for the Domain Users group you have to retrieve it using `mkgroup -d -g Domain Users', which gives you something like this: $ mkgroup -d -g

R: jasper package (jpeg-2000)

2009-03-02 Thread Marco Atzeri
--- Mar 3/3/09, wynfi...@gmail.com ha scritto: Da: wynfi...@gmail.com Oggetto: jasper package (jpeg-2000) A: cygwin@cygwin.com Data: Martedì 3 marzo 2009, 03:29 I can not find the jasper development package with setup.exe which should contain the c header files, etc. I could only find

R: Cygwin PThreads bug?

2009-03-03 Thread Marco Atzeri
--- Mer 4/3/09, Nicholas Sherlock ha scritto: Da: Nicholas Sherlock Oggetto: Cygwin PThreads bug? A: cygwin@cygwin.com Data: Mercoledì 4 marzo 2009, 02:29 Hey everyone, I'm writing a very thread-intensive application using Cygwin and Cygwin's PThreads implementation, and I'm running

Re: [boost and xerces] ping maintainers

2009-03-05 Thread Marco Atzeri
--- Ven 6/3/09, Werner Wothke ha scritto: Da: Werner Wothke Oggetto: Re: [boost and xerces] ping maintainers A: cygwin@cygwin.com Data: Venerdì 6 marzo 2009, 05:58 Larry and Greg, Thank you for your responses, I overlooked these libraries, mostly because I have not been using them.

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-09 Thread Marco Atzeri
--- Lun 9/3/09, Andy Koppe ha scritto: Da: Andy Koppe Oggetto: Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help) A: cygwin@cygwin.com Data: Lunedì 9 marzo 2009, 10:55 Spiro Trikaliotis: You can replace a running exe (or dll) by doing

R: Unable to mount .iso file

2009-03-10 Thread Marco Atzeri
--- Mar 10/3/09, Keith Christian ha scritto: Da: Keith Christian Oggetto: Unable to mount .iso file A: cygwin@cygwin.com Data: Martedì 10 marzo 2009, 17:11 Running the following version of Cygwin: uname -a CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin I have

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2

2009-03-13 Thread Marco Atzeri
--- Ven 13/3/09, Dave Korn ha scritto: Da: Dave Korn Oggetto: Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2 A: Data: Venerdì 13 marzo 2009, 07:41 Tim Prince wrote: This doesn't seem to be a magically fully working gfortran, such as we had fleetingly with the

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2

2009-03-14 Thread Marco Atzeri
--- Sab 14/3/09, Dave Korn ha scritto: Da: Dave Korn Oggetto: Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2 A: cygwin@cygwin.com Data: Sabato 14 marzo 2009, 04:04 Angelo Graziosi wrote: Still continuing to test... Marco Atzeri wrote: if I had ./test_program I see

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2

2009-03-14 Thread Marco Atzeri
--- Sab 14/3/09, Dave Korn ha scritto: Da: Dave Korn Oggetto: Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2 A: Data: Sabato 14 marzo 2009, 07:56 Marco Atzeri wrote: it seems a 1.7 specific fault. On cygwin 1.5 it works; I never checked before :-(   Odd

  1   2   3   4   5   6   7   8   9   10   >