|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 !! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
I used setup to install the package and still the make command is not registered by Cygwin.
|
|
#4
|
||||
|
||||
|
This shouldn't be. Can you post the relevant parts of the error message when you run make?
|
|
#5
|
|||
|
|||
|
bash: make: command not found
|
|
#6
|
||||
|
||||
|
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
|
|||
|
|||
|
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 | ||
|
|
![]() |
| Bookmarks |
| Tags |
| molecular modeling |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |