Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
google site



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

Reply
English Japanese Spanish French German Portuguese Italian Powered by Powered by Google
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-10-2010
Registered User
 

Join Date: Mar 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Trying to install UCSF DOCK on Cygwin

I'm trying to install DOCK 6.3 on my computer. I'm using the latest version of both DOCK for the install and Cygwin.

Following the directions outlined here DOCK 6.3 User Manual

I type in the prompt ./configure Makefile and it creates a header file titled config.h

I then type in make dock and I get a "command not found message". This tells me that cygwin does not have the make package. I went to Index of /pub/gnu/make to download the package and extracted the files. The question is what do I do next to make Cygwin understand that the package is there? Any help would be appreciated.
Sponsored Links
  #2  
Old 03-10-2010
pludi's Avatar
pludi pludi is offline Forum Staff  
Moderator
 

Join Date: Dec 2008
Location: Sqrt[-e^(-2 i Pi)]
Posts: 3,789
Thanks: 1
Thanked 63 Times in 60 Posts
With Cygwin, you don't have to manually download & extract additional software. Use the setup.exe you've used to install Cygwin to install make, as that will pull in any possible dependencies too.
  #3  
Old 03-10-2010
Registered User
 

Join Date: Mar 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
I used setup to install the package and still the make command is not registered by Cygwin.
  #4  
Old 03-10-2010
pludi's Avatar
pludi pludi is offline Forum Staff  
Moderator
 

Join Date: Dec 2008
Location: Sqrt[-e^(-2 i Pi)]
Posts: 3,789
Thanks: 1
Thanked 63 Times in 60 Posts
This shouldn't be. Can you post the relevant parts of the error message when you run make?
  #5  
Old 03-10-2010
Registered User
 

Join Date: Mar 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
bash: make: command not found
  #6  
Old 03-10-2010
pludi's Avatar
pludi pludi is offline Forum Staff  
Moderator
 

Join Date: Dec 2008
Location: Sqrt[-e^(-2 i Pi)]
Posts: 3,789
Thanks: 1
Thanked 63 Times in 60 Posts
Check if make is where it's supposed to be:
Code:
ls -l /usr/bin/make

If it isn't, you might have installed it into the wrong directory. If it is, it should have execute permissions ('-rwxr-xr-x+'). If it does, try calling it with the full path by entering /usr/bin/make.
  #7  
Old 03-10-2010
Registered User
 

Join Date: Mar 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
I'm reinstalling Cygwin so we'll see what happens. This time it actually found the make package and is installing it accordingly.

---------- Post updated at 07:42 PM ---------- Previous update was at 02:55 AM ----------

Ok I think I'm almost there but I can't seem to finish the installation because it cannot find a parser. I downloaded the bison package using the setup utility and added the definition in the config file that the manual gives ( DOCK 6 FAQ )
After this I typed in ./configure and then make install but I still end up with this error:

make [2] : bison -y : Command not found


Nevermind the 'bison -y' should not be in quotes. Installation complete! Yay!

Last edited by newuser1; 03-10-2010 at 07:59 PM.. Reason: Update
Sponsored Links
Reply

Bookmarks

Tags
molecular modeling

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Cygwin/X install help ScKaSx UNIX for Dummies Questions & Answers 1 02-21-2010 04:17 PM
Mac OS X v10.6: Mac 101 - The Dock, Dock Exposé, and Stacks Linux Bot OS X Support RSS 0 08-27-2009 07:45 PM
Install ksh93 for cygwin devtakh UNIX for Advanced & Expert Users 1 07-10-2009 07:32 AM
How to install IBM db2 database server in cygwin ?? frozensmilz UNIX and Linux Applications 0 10-06-2008 12:55 AM
How to install Cygwin on Windows XP SP2 jimoney UNIX for Dummies Questions & Answers 1 08-06-2008 10:48 AM



All times are GMT -4. The time now is 07:34 AM.