On Wed, Sep 27, 2006 at 09:19:18AM +0100, Lee Cartwright wrote:
> /usr/bin/ld: cannot find -lutil
> collect2: ld returned 1 exit status

It'll be looking for libutil.so unless you asked for a static link.  Here,
it is in both /lib and /usr/lib:

        /lib/libutil-2.4.so
        /lib/libutil.so.1
        /usr/lib/libutil.a
        /usr/lib/libutil.so

If your distro really has libutil only in /usr/lib, then the place to fix
that is this line in arch/um/Makefile:

        LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib

                                Jeff


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to