|
|
cvs install good under csh shell
Two quick comments... I am not sure what caused your unsuccessful compile the first time through, but your default/login shell should make no difference. Not only that, but the shell called by the "configure" script is the Bourne shell not csh. #! /bin/sh [ ... ] Next, if you do summon csh within which to run the compile and make routines, the technique given for exiting at completion is not correct. Instead, simply issue an exit command following the execution. In effect, what has been done by following the instructions provided above is to spawn a bash shell within a c shell within a bash shell (assuming the latter to be the login/default shell). As an example, witness the following little experiment... computer (/Users/himay) $echo $SHELL More important to a successful compile of this (or any other system wide, service type software) is to be root# or issue the commands through sudo HIM |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|