[EMAIL PROTECTED] wrote: []
/sw/share/xtal/cns_solve_1.1/bin/install -c -m 644 'SAX.h' '/sw/src/root-libxml2-2.6.19-2/sw/include/libxml2/libxml/SAX.h' install: unknown option -c
OK, so this finally solves the last of the mysteries :-)
so I went to the ~/cns_solve_1.1/bin dir and renamed the install exe file, and it worked fine! Why would the script look for the install executable in this dir and not /usr/bin ? Interesting!
The order in which directories are searched for executables is defined by the PATH environment variable. That's its job. One of your cns setup scripts (probably /sw/etc/profile.d/cns.csh) puts /sw/share/xtal/cns_solve_1.1/bin in front of /usr/bin in your PATH.
-- Martin ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
