Fortran program error message

2011-02-28 Thread Gery Herbozo Jimenez
Dear Users, I can't run the following fortran script in my cygwin bash, I'm getting the following error message: $ g77 geometry.f -o geometry /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x82d): undefined reference to `_zspl3_'

RE: 'run xterm' fails to open a window

2009-11-03 Thread Gery Herbozo Jimenez
Have you tried just starting the XWin server first and the the xterm? it looks like the X server doesn't recognize that line command. Date: Tue, 3 Nov 2009 09:27:23 -0500 From: kbr...@cornell.edu To: cygwin-xfree@cygwin.com Subject: 'run xterm' fails to open a window I don't know if

RE: 'run xterm' fails to open a window

2009-11-03 Thread Gery Herbozo Jimenez
4af080a4.7050...@tlinx.org Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi Linda=2C =20 Thanks for your answer and explanation. I just press the Xserver icon and t= hen the xterm (most of the time) appears. If not=2C I press the

RE: Cut Paste problem between X windows

2009-09-15 Thread Gery Herbozo Jimenez
Hi Steve, I had the same problem time ago. What I normally do is just highlighting a text (withouth clicking!) and then click the middle button of the mouse in the xterm (and rxvt) whrere you have to paste it. If you don't have it, try to find one with that button! However, in the bash

RE: C++ script doesn't work using g++

2009-09-14 Thread Gery Herbozo Jimenez
++ script doesn't work using g++ On 09/11/2009 02:49 PM, Gery Herbozo Jimenez wrote I have a simple script: #include #include int main() { clrscr(); coutHallo; getch(); } However it doesn't work under this command: g++ hallo.cpp -o hallo.exe It gives: In file included from /usr

RE: C++ script doesn't work using g++

2009-09-14 Thread Gery Herbozo Jimenez
:). Gery Herbozo Jimenez wrote: I have a simple script: #include #include int main() { clrscr(); coutHallo; getch(); } It looks like your include statements are missing what they are supposed to include. I made a guess that they should be as follows: #include #include However

C++ script doesn't work using g++

2009-09-11 Thread Gery Herbozo Jimenez
I have a simple script: #include #include int main() { clrscr(); coutHallo; getch(); } However it doesn't work under this command: g++ hallo.cpp -o hallo.exe It gives: In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/iostream.h:31, from hallo.cpp:1:

C++ script doesn't work using g++

2009-09-11 Thread Gery Herbozo Jimenez
I have a simple script: #include #include int main() { clrscr(); coutHallo; getch(); } However it doesn't work under this command: g++ hallo.cpp -o hallo.exe It gives: In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/iostream.h:31, from

C++ script doesn't work using g++

2009-09-11 Thread Gery Herbozo Jimenez
I have a simple script: #include #include int main() { clrscr(); coutHallo; getch(); } However it doesn't work under this command: g++ hallo.cpp -o hallo.exe It gives: In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/iostream.h:31, from hallo.cpp:1:

RE: I cannot use cygwin

2009-06-11 Thread Gery Herbozo Jimenez
Hello, It's not my case but I saw the same problem once. I fixed it just choosing another cygwin link in the setup.exe. You could try for instance osuol, dresden. Before installing (install everything btw), check the amount of megabytes you package has, 900-MB or 1GB would work fine (at

RE: Pipe (|) symbol under spanish keybord in xterm

2009-05-18 Thread Gery Herbozo Jimenez
(with the 'Ñ' key). Hope this helps for other spanish user. Best Regards, Gery. Date: Wed, 13 May 2009 21:28:33 +0100 From: To: cygwin-xfree@cygwin.com CC: gameji...@hotmail.com Subject: Re: Pipe (|) symbol under spanish keybord in xterm Gery Herbozo Jimenez wrote: Thanks

RE: Error: Can't open display: 127.0.0.1:0.0

2009-05-04 Thread Gery Herbozo Jimenez
I don't know if it helps but once the same message appeared in my xterm when I was trying to load some seismic data in cygwin. My problem was fixed easy, just changing the X11 paths on the Seismic unix software's Makefile.config. After re-installed, everything went fine. Date: Mon, 4

Pipe (|) symbol under spanish keybord in xterm

2009-04-08 Thread Gery Herbozo Jimenez
I've been working for a while with a spanish keyboard and up to now I don't know how to get the pipe (|) symbol in my xterm terminal. However, I do get it in the bash terminal without problems using Ctrl + Alt + 1. When I follow this step in the xterm I get this insted of the pipe: (arg:

RE: Pipe (|) symbol under spanish keybord in xterm

2009-04-08 Thread Gery Herbozo Jimenez
11:10:17 -0400 Subject: Re: Pipe (|) symbol under spanish keybord in xterm From: markjr...@gmail.com To: cygwin-xfree@cygwin.com On Wed, Apr 8, 2009 at 10:37 AM, Gery Herbozo Jimenez wrote: I've been working for a while with a spanish keyboard http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q

RE: Restore Alt-Ctl-Backspace As Server Kill

2009-02-03 Thread Gery Herbozo Jimenez
This is not the central issue - the issue is that VirtuaWin may be prematurely killing the session. oh! sorry, I hope you find the answer you're looking for, and soon! _ Consigue gratis el nuevo Messenger. ¡Descárgatelo!

RE: Restore Alt-Ctl-Backspace As Server Kill

2009-02-03 Thread Gery Herbozo Jimenez
I really hate the assignment of Alt-F4 to kill a running X-server. What magic must I perform to set it back to the more traditional Alt-Ctl-Backspace combo? Thanks. Ideas? Why don't you use just the 'exit' word on your xterm and then right click on your 'X server' icon to close/exit

Under cygwin -- Skewed clock detected. Your build may be incomplete

2009-01-09 Thread Gery Herbozo Jimenez
Hi Cygwin-users, I'm newbie in the list and cygwin. I have some troubles during a software installation (Seismic Unix, SU) under my recently upgraded cygwin (latest version). I can't visualize some seismic lines in SU format but other ones, I can (a really weird behaviour). My PC