Error plz help me Could someone tell me how to fix it?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shivaa
    Newbie
    • May 2010
    • 2

    #1

    Error plz help me Could someone tell me how to fix it?

    hi all ;

    plz help me ...

    create a images for Dreabox 500s

    /dream/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/ld: cannot find -lfx2
    collect2: ld returned 1 exit status
    make[4]: *** [mines.la] Error 1
    make[4]: Leaving directory `/dream/apps/tuxbox/plugins/fx2/mines'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/dream/apps/tuxbox/plugins/fx2'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/dream/apps/tuxbox/plugins'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/dream/apps/tuxbox/plugins'
    make: *** [.plugins] Error 2


    Could someone tell me how to fix it?
    thank you very much.
    Last edited by shivaa; 25 May, 2010, 21:13.
  • single
    Newbie
    • May 2008
    • 5

    #2
    Originally posted by shivaa
    hi all ;

    plz help me ...

    create a images for Dreabox 500s

    /dream/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/ld: cannot find -lfx2
    collect2: ld returned 1 exit status
    make[4]: *** [mines.la] Error 1
    make[4]: Leaving directory `/dream/apps/tuxbox/plugins/fx2/mines'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/dream/apps/tuxbox/plugins/fx2'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/dream/apps/tuxbox/plugins'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/dream/apps/tuxbox/plugins'
    make: *** [.plugins] Error 2


    Could someone tell me how to fix it?
    thank you very much.
    libfx2 was changed:

    mines_la_LDFLAGS = -rpath $(PLUGINDIR) -R$(TARGET_PLUGINDIR) -module -avoid-version -lfx2

    make clean-local
    make cvs update

    then cont...

    make dreamboximage_root
    Last edited by single; 27 May, 2010, 18:09.

    Comment

    Working...