Go to previous topic
Go to next topic
Last Post 25 May 2004 02:54 PM by  mikee@logicpd.com
Lineo changes to build.sh for ncurses (20 May 2004)
 1 Replies
Author Messages
noonan
New Member
New Member
Posts:


--
25 May 2004 01:17 PM
    Lineo (Metrowerks) posted a new build.sh script on their download site on 20 May 2004. Apparently, ncurses fails to build in the lh79520 BDK. It does not find the correct librairies. diff shows the following change between the new and original script:

    Quote:
    1650c1649

    < make
    ---
    > make libdir=$DEV_IMAGE/$prefix/lib


    This make command is at line 1668, just below the line that reads

    cd $PROJECT_DIR/build/rpmdir/BUILD/ncurses-5.2


    I made this change to the LogicPD supplied build.sh and ran the firsttime make per the Lineo readme.

    LogicPD's build.sh should probably be updated as well.

    FWIW,
    Chris
    mikee@logicpd.com
    New Member
    New Member
    Posts:


    --
    25 May 2004 02:54 PM
    Chris,

    Thanks so much for taking the time to post this information. We here at Logic really appreciate it.

    Best regards,
    --mikee


    ---