Re: Emacs 24 can't find org library

2012-10-23 Thread Ken Brown
On 10/22/2012 5:42 PM, Kete Foy wrote: Thanks, I will try those if necessary. I imagine it will be necessary if Emacs ships with an old (7.8) version of Org-mode. That's why it doesn't make sense that Ken had success with exporting an org file I think that indicates that your problems don't hav

Re: Emacs 24 can't find org library

2012-10-23 Thread Kete Foy
On Tuesday, October 23, 2012 09:12:48 AM Ken Brown wrote: > Did you try installing > emacs-el as I suggested in one of my messages of October 21? Not yet, but I will try that first when I get back to the Windows computer. -- Problem reports: http://cygwin.com/problems.html FAQ:

real beginer

2012-10-23 Thread Trixie
I'm real beginner with cygwin, actually linux and everything related. But i need to instal and use certain fortran based program. I installed cygwin and several packages. I'm trying to call certain module and all i get is bash: module: command not found I googled it up and i found the solution tha

Re: real beginer

2012-10-23 Thread Earnie Boyd
On Tue, Oct 23, 2012 at 9:28 AM, Trixie wrote: > Please help! I desperately need to start that program :((( What is the name of the program and where is it located? > Documentation: http://cygwin.com/docs.html Start here. -- Earnie -- https://sites.google.com/site/earnieboyd -- Proble

Re: real beginer

2012-10-23 Thread Brian Wilson
Welcome to Cygwin Trixie. If you visit the "Problems" link on the Cygwin home page (http://cygwin.com/problems.html) you will see that there are some things you can do to help the community diagnose your issue. Please run the cygcheck command and attach the output file (see the web page instru

Re: real beginer

2012-10-23 Thread Eliot Moss
On 10/23/2012 9:28 AM, Trixie wrote: I'm real beginner with cygwin, actually linux and everything related. But i need to instal and use certain fortran based program. I installed cygwin and several packages. I'm trying to call certain module and all i get is bash: module: command not found I goog

Re: real beginer

2012-10-23 Thread Trixie
Thanks! This is really fast reply :) I feel already welcome here. Ok i ran cygcheck and this is result. I hope i understood how to send you a file. Program i need to use is BigDFT cygwinhelpneeded.txt

Re: real beginer

2012-10-23 Thread Christopher Faylor
On Tue, Oct 23, 2012 at 06:53:46AM -0700, Trixie wrote: >Thanks! This is really fast reply :) I feel already welcome here. >Ok i ran cygcheck and this is result. I hope i understood how to send you a >file. >Program i need to use is BigDFT It seems like you'

Re: real beginer

2012-10-23 Thread Andrew DeFaria
On 10/23/2012 06:28 AM, Trixie wrote: I'm real beginner with cygwin, actually linux and everything related. But i need to instal and use certain fortran based program. I installed cygwin and several packages. I'm trying to call certain module and all i get is bash: module: command not found What

Re: real beginer

2012-10-23 Thread Trixie
Thank you all. Here's my story. I'm physics student and my master degree work is "Application of GPU on DFT calculations". I need this BigDFT to run certain examples on cuda based GPU computer and on regular CPU and discuss the results. Cygwin was my first choice because i felt comfortable using i

Re: real beginer

2012-10-23 Thread Christopher Faylor
On Tue, Oct 23, 2012 at 07:31:41AM -0700, Trixie wrote: >Thank you all. >Here's my story. I'm physics student and my master degree work is >"Application of GPU on DFT calculations". I need this BigDFT to run certain >examples on cuda based GPU computer and on regular CPU and discuss the >results.

Re: real beginer

2012-10-23 Thread Bill Meier
On 10/23/2012 10:19 AM, Andrew DeFaria wrote: On 10/23/2012 06:28 AM, Trixie wrote: I'm real beginner with cygwin, actually linux and everything related. But i need to instal and use certain fortran based program. I installed cygwin and several packages. I'm trying to call certain module and all

Re: real beginer

2012-10-23 Thread Eliot Moss
On 10/23/2012 10:31 AM, Trixie wrote: Thank you all. Here's my story. I'm physics student and my master degree work is "Application of GPU on DFT calculations". I need this BigDFT to run certain examples on cuda based GPU computer and on regular CPU and discuss the results. Cygwin was my first ch

Re: real beginer

2012-10-23 Thread marco atzeri
On 10/23/2012 6:35 PM, Eliot Moss wrote: On 10/23/2012 10:31 AM, Trixie wrote: Thank you all. Here's my story. I'm physics student and my master degree work is "Application of GPU on DFT calculations". I need this BigDFT to run certain examples on cuda based GPU computer and on regular CPU and d

Re: real beginer

2012-10-23 Thread Sven Köhler
Am 23.10.2012 15:28, schrieb Trixie: > I'm real beginner with cygwin, actually linux and everything related. > But i need to instal and use certain fortran based program. I installed > cygwin and several packages. I'm trying to call certain module and all i get > is > bash: module: command not fou

Re: real beginer

2012-10-23 Thread Andrew DeFaria
On 10/23/2012 9:35 AM, Eliot Moss wrote: On 10/23/2012 10:31 AM, Trixie wrote: Thank you all. Here's my story. I'm physics student and my master degree work is "Application of GPU on DFT calculations". I need this BigDFT to run certain examples on cuda based GPU computer and on regular CPU and

[ANNOUNCEMENT] New package: apngtools 1.0-1 -- Animated PNG image (APNG) tools

2012-10-23 Thread Jari Aalto
PACKAGE DESCRIPTION === This is a Cygwin metapackage to install collection of utilities for handling animated PNGs: apng2gif apngasm apngdis apngopt gif2apng No "apngtools" itself exists as a standalone project. CHANGES SINCE LAST RELEASE == None. INSTA

Re: real beginer

2012-10-23 Thread Trixie
I have liblapack-devel instaled and did ./configure and make . It took some time but it finished. Problem happened when i tried to do this tutotial . It says -bash: bigdft: command not found I read somethere i shoud first do module

Re: real beginer

2012-10-23 Thread Andrew DeFaria
On 10/23/2012 12:46 PM, Trixie wrote: I have liblapack-devel instaled and did ./configure and make . It took some time but it finished. Did make finish successfully, returning a 0 status? Did you have a bigdft.exe file? If you type "ls bigdft" do you see an executable? (Note: The file's name is

Re: real beginer

2012-10-23 Thread Trixie
On 10/23/2012 12:46 PM, Trixie wrote: >> I have liblapack-devel instaled and did ./configure and make . It took >> some >> time but it finished. >Did make finish successfully, returning a 0 status? Did you have a >bigdft.exe file? If you type "ls bigdft" do you see an executable? >(Note: The fil

Re: real beginer

2012-10-23 Thread Andrew DeFaria
On 10/23/2012 2:46 PM, Trixie wrote: On 10/23/2012 12:46 PM, Trixie wrote: I have liblapack-devel instaled and did ./configure and make . It took some time but it finished. Did make finish successfully, returning a 0 status? Did you have a bigdft.exe file? If you type "ls bigdft" do you see an

termios VTIME and VMIN prevent SIGALRM from interrupting read

2012-10-23 Thread J. L. Sloan
If I use termios(3) to set VTIME and VMIN to values greater than zero for a serial port, I can no longer interrupt a read(2) against the descriptor with SIGALRM. Replacing read(2) with nanosleep(2) yields EINTR as expected. Not setting VTIME and VMIN, read(2) yields EINTR as desired. Test program a

Re: real beginer

2012-10-23 Thread Trixie
>>> I have liblapack-devel instaled and did ./configure and make . It took >>> some >>> time but it finished. >> Did make finish successfully, returning a 0 status? Did you have a > >> bigdft.exe file? If you type "ls bigdft" do you see an executable? > >> (Note: The file's name is actually bigdft

Re: Cygcheck says w3m 0.5.3-1 package incomplete, file type mismatch messages

2012-10-23 Thread Bob Heckel
On Tue, Oct 23, 2012 at 6:18 PM, Keith Christian wrote: > > w3m works, but appears to run slowly after the last update. While > comparing the output of "cygcheck -s -r -v" I noticed some > differences. Sorry you're having trouble. Strange, I did benchmarking in development and found 0.5.3 slight

Unlimited Talk Text and Internet That Pays You Back

2012-10-23 Thread George
UNLIMITED Talk Text Internet with no contract for $49/month. Then… …rewards you, the customer, $20/month for every three persons you enroll (and $20/month for every three persons they enroll!), includes Android, HTC, AT&T iPhones among others. Your current phone may be compatible with S

Re: real beginer

2012-10-23 Thread Eliot Moss
On 10/23/2012 6:35 PM, Trixie wrote: I have liblapack-devel instaled and did ./configure and make . It took some time but it finished. Did make finish successfully, returning a 0 status? Did you have a bigdft.exe file? If you type "ls bigdft" do you see an executable? (Note: The file's name i

Re: Cygcheck says w3m 0.5.3-1 package incomplete, file type mismatch messages

2012-10-23 Thread Robert Pendell
On Tue, Oct 23, 2012 at 7:07 PM, Bob Heckel wrote: > On Tue, Oct 23, 2012 at 6:18 PM, Keith Christian wrote: >> >> w3m works, but appears to run slowly after the last update. While >> comparing the output of "cygcheck -s -r -v" I noticed some >> differences. > > Sorry you're having trouble. Stran

ISC DHCPv6 Server?

2012-10-23 Thread Gary Johnson
Has anyone built the ISC DHCPv6 server on Cygwin? I downloaded the latest source, dhcp-4.2.4-P2, saw that it contained some checks for __CYGWIN__ and __CYGWIN32__ and tried "./configure" and "make" but make failed with the following. make[2]: Entering directory `/usr/local/src/dhcp-4.2.4-P2/