The Perl script
x3dna_setup is a simple, straightforward utility program with source code available. Apparently, you are more a Windows users, not that familiar with Linux/Unix and Perl. So it would be most helpful if you could find a local expert to help you out.
Here are some specific suggestions:
- Is x3dna_setup executable? You may need to run "chmod u+x *" in X3DNA/bin/ directory.
- What "which perl" outputs? If not /usr/bin/perl, you will need to change the first line in the script to reflect your local setting.
- Does your Perl installation have modules "FindBin" and "File::Basename"? If not, you will need to have then installed.
- What is the output of the following:
echo $HOME
echo $SHELL
and the directory of you 3DNA installation?
Since I am basically a non-Windows person, I am hoping other 3DNA users using Cygwin and MinGW would help out with more detailed instructions.
Xiang-Jun