Ignore:
Timestamp:
2014-03-04T15:10:09+13:00 (10 years ago)
Author:
ak19
Message:

Dr Bainbridge got CMake to compile. C/CXX/LD Flags need to be exported for CMAKE, and before the configure step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/packages/security/CASCADE-MAKE/ZLIB.sh

    r28866 r28868  
    1919
    2020if [ $? != 0 ] ; then
    21     echo "Error encountered when configuring $d"
     21    echo "Error encountered when configuring $0"
    2222    exit 1
    2323fi
     
    2626make
    2727if [ $? != 0 ] ; then
    28     echo "Error encountered making $d"
     28    echo "Error encountered making $0"
    2929    exit 1
    3030fi
     
    3333make install
    3434if [ $? != 0 ] ; then
    35     echo "Error encountered when installing $d"
     35    echo "Error encountered when installing $0"
    3636    exit 1
    3737fi
Note: See TracChangeset for help on using the changeset viewer.