Changeset 1208


Ignore:
Timestamp:
08/29/06 15:16:59 (18 years ago)
Author:
mar637
Message:

more status info printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/external/casa_asap/configure.sh

    r1207 r1208  
    1010if [ $major -eq 4 ] && [ $minor -ge 1 ]; then
    1111    cppflags='-ffriend-injection -fpermissive '
     12    echo "Found gcc-4.1. Applying patches..."
    1213elif [ $major -eq 2 ]; then
    1314    echo "gcc version < 3 not supported"
     
    2829
    2930if [ ! $platf == '' ]; then
     31    echo "configuting 64bit linux..."
    3032    mv $ROOTDIR/linux $ROOTDIR/linux_64b
    3133    cd $ROOTDIR/linux_64b/UNKNOWN_SITE
     
    3335    cd $ROOTDIR
    3436elif [ $arch == 'Darwin' ]; then
     37    echo "configuring darwin..."
    3538    mv $ROOTDIR/linux $ROOTDIR/darwin
    3639    cd $ROOTDIR/darwin/UNKNOWN_SITE
     
    3841    cd $ROOTDIR
    3942else
     43    echo "configuring linux..."
    4044    cd $ROOTDIR/linux/UNKNOWN_SITE
    4145    cat makedefs.32 | sed -e  "s#-Wall  #-Wall $flags#" > makedefs
Note: See TracChangeset for help on using the changeset viewer.