Menu

Problem building on Ubuntu

Help
han lei
2011-03-07
2012-10-25
  • han lei

    han lei - 2011-03-07

    i want to install the CUnit2.1.2 on Ubuntu10.10

    following the README , when i run 'automake'
    i got a problem like this
    "CUnit/Sources/Framework/Makefile.am:18: `%'-style pattern rules are a GNU
    make extension"
    Anyone know how to solve is?

     
  • magg

    magg - 2011-03-10

    try with gmake (GNU make).

     
  • magg

    magg - 2011-03-10

    by the way: for me worked:

    ./configure --prefix=/your/directory/installation --enable-curses
    make
    make install

    I didn't run automake

     
  • han lei

    han lei - 2011-03-22

    thank you so much.

    problem solved!!!

     

Log in to post a comment.