error:libtool:link:only absolute run-paths are allowed

  • when I compiled the tuxbox from CVS, the error happened.and the compiling can not to continue. and I can not find the *plugins*directory in /home/dreambox/root/cdroot/lib/tuxbox/ ,why?


    Could someone tell me how to fix it?
    thank you very much.

  • Zitat

    when I compiled the tuxbox from CVS, the error happened.and the compiling can not to continue


    Maybe that You try to use gmake, because automake may generate gmake dependent code by default.


    Zitat

    and I can not find the *plugins*directory in /home/dreambox/root/cdroot/lib/tuxbox/


    Because it is not compiled

  • I has tried to use gmake to compile ,however the error still exist. I list the error as follows:
    ...
    Making all in fx2
    make[3]: Entering directory `/home/dreambox/apps/tuxbox/plugins/fx2'
    Making all in lib
    make[4]: Entering directory `/home/dreambox/apps/tuxbox/plugins/fx2/lib'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/dreambox/apps/tuxbox/plugins/fx2/lib'
    Making all in mines
    make[4]: Entering directory `/home/dreambox/apps/tuxbox/plugins/fx2/mines'
    /bin/sh ../../libtool --mode=link powerpc-tuxbox-linux-gnu-gcc -Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE -I/home/dreambox/root/cdkroot/include -I/home/dreambox/driver/include -o mines.la -rpath /home/dreambox/root/cdkroot/lib/tuxbox/plugins -R -module -avoid-version board.lo somain.lo ../lib/libfx2.la
    libtool:link:only absolute run-paths are allowed
    make[4]:***[mines.la] Error 1
    make[3]:***[all-recursive]Error 1
    make[2]:***[all-recursive]Error 1
    make[1]:***[all]Error 2
    make:***[.plugins]Error 2
    [root@hostname cdk]#



    Anyone can help me?