Re: Error with ./compile and make

2011-10-29 Thread Mitchel Craun


It WORKED  Thanks for the advice!!


--
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.7: problem installing cmake (Seven)

2011-10-28 Thread Mitchel Craun
Marco Atzeri marco.atzeri at gmail.com writes:

 
 On 10/27/2011 7:47 AM, Mitchel Craun wrote:
  I am trying to use cmake (I believe it installed correctly) to install 
another
  program.
  I am running windows 7 and am using cygwin to accomplish this.
  When I try and use cmake I get the same missing cygidn-11.dll error.
   From what I have seen here I need the libidn package.
  After googleing this it seems that this is for ubuntu.
 
  What should I do if I am running only windows 7?
 
 
  --
 
 use the search Luke
 
 http://cygwin.com/packages/
 
 http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygidn-11.dll
 
 libidn11-1.18-1 is the last version of the package available for
 cygwin
 
 Regards
 Marco
 
 





Thanks, that solved THAT problem.  I was trying to use cmake because I am 
running on a windows machine, but now I get another error when I try to run   
make.


src/nvec_ser/CMakeFiles/sundials_nvecserial_shared_dir/build.make:53: *** 
target 
pattern contains no `%'. stop. 

make[1]: *** [src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/all] Error 
2 
make: *** [all] Error 2 

I since this is a different error I will post it on another thread as well.  
Thanks for the help.  I am one step further.



--
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



Error with ./compile and make

2011-10-28 Thread Mitchel Craun
Hello  World,

I am trying to install a package on my computer (Windows 7 64) that was written 
primarily for a Linux instillation.  I am using cygwin to accomplish this.  The 
Install notes for the package I am trying to use say I can either run 
./configure
make
make install

or I can use cmake then   
make
make install

If I just run ./configure  I get the error

line 21: $'\r': command not found 
line 32: syntax error near unexpected token `$'in\r'' 
line 32: `   case   1(set -o) 2/dev/null` in 

To resolve this I use Vim and run
:set fileformat=unix
I then enter  ./configure  into the terminal and get the following error.

configure: error: cannot run /bin/sh config/config.sub

I have not figured out how to fix this yet.
I then tried using cmake and am able to run that.  However, once it is finished 
I typemakeinto the terminal and I get the following error

src/nvec_ser/CMakeFiles/sundials_nvecserial_shared_dir/build.make:53: *** 
target 
pattern contains no `%'. stop. 
make[1]: *** [src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/all] Error 
2 
make: *** [all] Error 2 


Does anyone have any idea on how I can fix either or both of these issues?  For 
the  configure: error: cannot run /bin/sh config/config.sub  error I tried 
changing /bin/sh to  C:/cygwin/bin/sh in the configure file, but that did not 
help.

Please help me!  :,(


--
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



Error with ./configure and make

2011-10-28 Thread Mitchel Craun
Hello  World,

I am trying to install a package on my computer (Windows 7 64) that was written 
primarily for a Linux instillation.  I am using cygwin to accomplish this.  The 
Install notes for the package I am trying to use say I can either run 
./configure
make
make install

or I can use cmake then   
make
make install

If I just run ./configure  I get the error

line 21: $'\r': command not found 
line 32: syntax error near unexpected token `$'in\r'' 
line 32: `   case   1(set -o) 2/dev/null` in 

To resolve this I use Vim and run
:set fileformat=unix
I then enter  ./configure  into the terminal and get the following error.

configure: error: cannot run /bin/sh config/config.sub

I have not figured out how to fix this yet.
I then tried using cmake and am able to run that.  However, once it is finished 
I typemakeinto the terminal and I get the following error

src/nvec_ser/CMakeFiles/sundials_nvecserial_shared_dir/build.make:53: *** 
target 
pattern contains no `%'. stop. 
make[1]: *** [src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/all] Error 
2 
make: *** [all] Error 2 

Does anyone have any idea on how I can fix either or both of these issues?  For 
the  configure: error: cannot run /bin/sh config/config.sub  error I tried 
changing /bin/sh to  C:/cygwin/bin/sh (the location of sh on my hard drive) in 
the configure file, but that did not help.

Please help me!  :,(



--
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: Error with ./configure and make

2011-10-28 Thread Mitchel Craun


Sorry about this.  I reposed this to try and fix a few things.  But I can't 
figure out hot to take it down now.  Please ignore or delete this post.


--
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.7: problem installing cmake (Seven)

2011-10-26 Thread Mitchel Craun
I am trying to use cmake (I believe it installed correctly) to install another 
program.  
I am running windows 7 and am using cygwin to accomplish this.  
When I try and use cmake I get the same missing cygidn-11.dll error.
From what I have seen here I need the libidn package.  
After googleing this it seems that this is for ubuntu.  

What should I do if I am running only windows 7?


--
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