1.7 support SIGIO/SIGPOLL?

2011-12-15 Thread Seabra
Hello! Does cygwin 1.7 support SIGIO/SIGPOLL? Thanks, Seabra -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: XmGrace does not work

2006-10-05 Thread Gustavo Seabra
Hi Roberto,alled cygwin in a laptop here, and had exactly the same problem. The solution was *NOT* to reverse the xorg, but just to run rebaseall after instalation of the most current version. A note: if you have the most current version of xorg, even after you rebaseall, you will have the same p

Re: XmGrace does not work

2006-10-05 Thread Gustavo Seabra
Gustavo: I ran rebaseall (from a DOS prompt, under ash, is it correct?) and XmGrace still does not work <:-( []s, Roberto 2006/10/5, Gustavo Seabra <[EMAIL PROTECTED]>: > Hi Roberto,alled cygwin in a laptop here, and had exactly the same > problem. The solution was *NOT* to rever

Re: XmGrace does not work

2006-10-05 Thread Gustavo Seabra
On 10/5/06, Volker Quetschke <[EMAIL PROTECTED]> wrote: > I've installed Cygwin in my laptop running Windows XP, and a program > that I really need a lot (XmGrace) does not work. When I type the > command "xmgrace" and press Enter, nothing happens. I've seen that > this problem is related to the

Re: Problem with grace

2006-10-11 Thread Gustavo Seabra
For some reason, after the installation, you still need to run a 'rebaseall' from the ash shell. Open an ash shell (Run... C:\cygwin\bin\ash.exe), then ash$ /bin/rebaseall That should do. Gustavo. On 10/10/06, João Esteves <[EMAIL PROTECTED]> wrote: Hello: I'm not beeing able to run grace in

Re: Installation or update using package list

2006-10-18 Thread Gustavo Seabra
On 10/18/06, Maurício <[EMAIL PROTECTED]> wrote: Hi, Is it possible to write a text file with a list of packages, and ask cygwin to ensure all of them are installed at the latest version, as well as all needed dependencies? Thanks, Maurício Doesn't the Cygwin setup program automat

Re: Bug Report: Purging Old and Invalid User Names With Spaces

2007-03-16 Thread Gustavo Seabra
Keith Mitchell wrote: Problem: Virgin Installs of CygWin on Windows XP work fine but a total purge (deletion of all CygWin files and directories) and a fresh reinstall with different set of usernames do not work properly, i.e., usernames that have been CHANGED using the XP user manager to new

Calling Windows progs from cygwin command prompt?

2007-03-25 Thread Gustavo Seabra
Hi All, It's probably a long shot, but... Is there a way to call windows programs from inside a Cygwin shell? Specifically, I'd like to be able to open the Windows version of VMD from the Cygwin command line, like typing: $ vmd Ideally, that would open VMD at the directory I'm visiting in

Re: Calling Windows progs from cygwin command prompt?

2007-03-26 Thread Gustavo Seabra
Thorsten Kampe wrote: * Gustavo Seabra (Mon, 26 Mar 2007 00:42:02 -0400) It's probably a long shot, but... Is there a way to call windows programs from inside a Cygwin shell? Yes. Specifically, I'd like to be able to open the Windows version of VMD from the Cygwin command line, l

redefining $HOME

2007-04-09 Thread Gustavo Seabra
Hi all, I was wondering if it is possible to use the windows folder "My Documents" or even "C:\Documents and Settings\USERNAME" (or some dir inside those) as the hoe directory in Cygwin. I though about substituting the user directory inside /home by a symlink to one of the above. Is there any

Kile on Cygwin?

2007-06-07 Thread Gustavo Seabra
Hi All, I wonder if anyone here is using Kile (the LaTeX editor) under Cygwin. I tried to use setup.exe to install it, but I couldn't find Kile there (maybe I overlooked it). If it's possible, I'd like to get some hints on how to install / run it under Cygwin. Thanks a lot!

gcc4/gfortran

2008-12-03 Thread Gustavo Seabra
in/g77.exe /usr/bin/g77.exe Is that really necessary? Thanks a lot, -- Gustavo Seabra Postdoctoral Associate Quantum Theory Project - University of Florida Gainesville - Florida - USA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

Re: gcc4/gfortran

2008-12-04 Thread Gustavo Seabra
On Wed, Dec 3, 2008 at 8:36 PM, Eric Blake wrote: > According to Gustavo Seabra on 12/3/2008 7:38 AM: >> 1. Is is safe to remove the old gcc (3.*) packages and replace them by >> symlinks to the new gcc4 executables? > > Read the archives. Dave has mentioned that he is

Cygwin/Python question: NumPy

2008-12-05 Thread Gustavo Seabra
Hi All, I have installed all the python packages available from setup.exe, which includes NumPy. However, I am trying to install another program (BioPython), which depends on numPy being present, but it can't find it (see below). Am I missing anything here? Thanks, Gustavo. ---

Re: Cygwin/Python question: NumPy

2008-12-05 Thread Gustavo Seabra
On Fri, Dec 5, 2008 at 12:55 PM, Brian Dessent wrote: > Gustavo Seabra wrote: > >> I have installed all the python packages available from setup.exe, >> which includes NumPy. However, I am trying to install another program > > Are you sure about that? There's only Nu

Re: [1.7] segfault with gfortran 4.3.2 when compiling a simple test case

2009-06-05 Thread Gustavo Seabra
On Fri, Jun 5, 2009 at 12:01 PM, Dave Korn wrote: > Gustavo Seabra wrote: >> I'm having problems with gfortran: >> $  gfortran --version >> GNU Fortran (GCC) 4.3.2 20080827 (beta) 2 >> Copyright (C) 2008 Free Software Foundation, Inc. >> >> GNU F

Re: [1.7] output redirection problems with gfortran

2009-06-08 Thread Gustavo Seabra
On Mon, Jun 8, 2009 at 10:56 AM, Dave Korn wrote: > Gustavo Seabra wrote: >> Hi All, >> >> I'm having a strange problem with gfortran here. I am trying to run a >> simple configure program, but it chokes on the fortran compilation. >> The test program it us

Re: R: [1.7] output redirection problems with gfortran

2009-06-08 Thread Gustavo Seabra
On Mon, Jun 8, 2009 at 10:21 AM, Marco Atzeri wrote: > > --- Lun 8/6/09, Gustavo Seabra  ha scritto: > >> Da: Gustavo Seabra >> Oggetto: [1.7] output redirection problems with gfortran >> A: cygwin@cygwin.com >> Data: Lunedì 8 giugno 2009, 15:28 >> Hi All,

[1.7] "clear" missing?

2009-09-23 Thread Gustavo Seabra
Hi, I just finished a new install of cygwin-1.7. It seems to be working fine now, but the "clear" command seems to be missing: $ clear bash: clear: command not found Is this expected? Was I supposed to check some special package during installation? Thanks, Gustavo Seabra. -- Probl

Re: [1.7] "clear" missing?

2009-09-23 Thread Gustavo Seabra
On Wed, Sep 23, 2009 at 1:44 PM, Larry Hall (Cygwin) wrote: > On 09/23/2009 12:40 PM, Gustavo Seabra wrote: >> >> Hi, >> >> I just finished a new install of cygwin-1.7. It seems to be working >> fine now, but the "clear" command seems to be missing: >

Re: [1.7] "clear" missing?

2009-09-23 Thread Gustavo Seabra
On Wed, Sep 23, 2009 at 1:52 PM, Gustavo Seabra wrote: > On Wed, Sep 23, 2009 at 1:44 PM, Larry Hall (Cygwin) > wrote: >> On 09/23/2009 12:40 PM, Gustavo Seabra wrote: >>> >>> Hi, >>> >>> I just finished a new install of cygwin-1.7. It seems to

[1.7] ping: socket: Operation not permitted

2009-09-25 Thread Gustavo Seabra
suggestions? Thanks a lot, Gustavo Seabra. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: [1.7] ping: socket: Operation not permitted

2009-09-25 Thread Gustavo Seabra
, just let me know! > On 09/25/2009 10:58 AM, Gustavo Seabra wrote: >> >> Sorry, my bad. Here is the cygcheck. >> >> I use Vista Ultimate, 32 bits. > > The previous thread that you refer to applies here unless you're running > your shell with ele

Re: [1.7] ping: socket: Operation not permitted

2009-09-25 Thread Gustavo Seabra
On Fri, Sep 25, 2009 at 1:38 PM, Corinna Vinschen wrote: > On Sep 25 13:17, Gustavo Seabra wrote: >> On Fri, Sep 25, 2009 at 12:50 PM, Larry Hall (Cygwin) wrote: >> <http://cygwin.com/acronyms/#PCYMTNQREAIYR>.  Thanks. >> >> Sorry about that. I use gmail,

Re: Donation question

2009-10-01 Thread Gustavo Seabra
On Thu, Oct 1, 2009 at 11:53 AM, Michael Richards wrote: > I was thinking of making a donation and saw the list of donators at > http://cygwin.com/donations.html. The list you see there is not of donors, but of cygwin developers *to whom* you could make a donation. If you know exactly which par

cd not following windows shortcuts

2008-05-23 Thread Gustavo Seabra
Hi All, I wonder if 'cd' in Cygwin is supposed to follow windows shortcuts. According to this message: http://cygwin.com/ml/cygwin/2005-08/msg00546.html I'd assume it is. However, I'm seeing the following in my system; In my $HOME dir (Cygwin) I have a Cygwin-symbolic link to my "Desktop" (

Fortran 90/95 compiler

2008-09-10 Thread Gustavo Seabra
Hi everyone, I was just wondering why there is no Fortran 90/95 compiler in Cygwin, at least none that can be installed using the setup.exe program. I know that both g95 (http://www.g95.org/) and gfortran (http://gcc.gnu.org/wiki/GFortran) are available from their websites as source code and even

Re: Fortran 90/95 compiler

2008-09-10 Thread Gustavo Seabra
On Wed, Sep 10, 2008 at 9:27 AM, Dave Korn wrote: > Gustavo Seabra wrote on 10 September 2008 14:17: > >> Hi everyone, >> >> I was just wondering why there is no Fortran 90/95 compiler in Cygwin, >> at least none that can be installed using the setup.exe program. >

montage: unable to read font...

2008-09-19 Thread Gustavo Seabra
ude my cygchecck here. -- Gustavo Seabra Postdoctoral Associate Quantum Theory Project - University of Florida Gainesville - Florida - USA cygcheck.out Description: x-unknown/gulp -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

Re: montage: unable to read font...

2008-09-25 Thread Gustavo Seabra
Hi all, I've sent this message to the cygwin list one week ago but, as I had no response at all, I assume it didn't reach the list. So, I'm reposting. I apologize if you got this before. I'd really appreciate any help here. Thanks, Gustavo. On Fri, Sep 19, 2008 at 3:2

Re: montage: unable to read font...

2008-09-26 Thread Gustavo Seabra
On Fri, Sep 26, 2008 at 2:56 AM, Marco Atzeri <[EMAIL PROTECTED]> wrote: > > --- Gustavo Seabra ha scritto: > >> Hi all, >> >> On Fri, Sep 19, 2008 at 3:27 PM, Gustavo Seabra >> <[EMAIL PROTECTED]> wrote: >> > Hi, >> > >> >

Re: Cygwin bash

2008-10-07 Thread Gustavo Seabra
On Tue, Oct 7, 2008 at 1:46 AM, Andrew DeFaria wrote: > Well me! I tried playing around with the -ip option to rxvt which says > inherit parent pixmap. This essentially allows you to have semi transparent > windows. Pretty cool. But the bad part is there doesn't seem to be a way to > control the a

MPI under cygwin?

2008-10-07 Thread Gustavo Seabra
Hi all, I looked here: http://cygwin.com/packages/ , but there doesn't seem to be any MPI available for installing using setup.exe. I wonder if anyone here has experience installing any MPI implementation under cygwin. I **do not** mean to use the Windows version under cygwin, as listed here: htt

Where is cygipc?

2008-10-09 Thread Gustavo Seabra
Hi all, I apologize for the stupid question... For on program I'm installing (LAM) I apparently need to have ipc-daemon2 running, and should probably be part on the cygipc package. I see the cygipc package listed here http://cygwin.com/packages, but I cannot find it in setup.exe. Could someone po

Problems with 'tail -n *'

2008-10-29 Thread Gustavo Seabra
Hi All, I just noticed this one thing when using 'tail' in cygwin. For some reason, when using a '*' so as to 'tail' multiple files at once, the '-n' option to tail doesn't work anymore. Note that I tried without the '-n', and it works just as it should, i.e., 'tail *.dat' actually gives teh last

Re: Problems with 'tail -n *'

2008-10-29 Thread Gustavo Seabra
On Wed, Oct 29, 2008 at 11:12 AM, Dave Korn <[EMAIL PROTECTED]> wrote: > Gustavo Seabra wrote on 29 October 2008 14:33: > >> I just noticed this one thing when using 'tail' in cygwin. For some >> reason, when using a '*' so as to 'tail' mult

RTLD_NEXT revisited

2008-10-29 Thread Gustavo Seabra
Hi all, I'm trying to compile a program in Cygwin that needs RTLD_NEXT defined. From what I could find, this is present only on GNU extensions of /ucr/include/dlfcn.h, but is not part of the POSIX standard. I was wondering if the GNU headers are available in some Cygwin package that I may have ove

Re: RTLD_NEXT revisited

2008-10-29 Thread Gustavo Seabra
On Wed, Oct 29, 2008 at 5:52 PM, Christopher Faylor wrote: > On Wed, Oct 29, 2008 at 05:10:43PM -0400, Gustavo Seabra wrote: >>Hi all, >> >>I'm trying to compile a program in Cygwin that needs RTLD_NEXT >>defined. From what I could find, this is present only on

Extending Max memory

2015-08-13 Thread Gustavo Seabra
asy way to: (1) find out themaximum memory available for Cygwin, and (2) extend it, if that=C2=B4s the case? Gustavo Seabra Professor Adjunto, Departamento de Química Fundamental Coordenador, CENAPAD-PE Universidade Federal de Pernambuco Fone: +55-81-2126-7450 -- Problem reports: h