On 9/27/06, Lee Cartwright <[EMAIL PROTECTED]> wrote:
>
> Embarrassing question time but how do I check my library path? libutil.a
> is in /usr/lib so I'm guessing it's just a case of adding it there.
>
Then it actually should be working already, as to my knowledge
/usr/lib is the default search path for libraries. Don't know where it
is specified, though. You could try adding

LDFLAGS=-L/usr/lib

to the kernel Makefile (somewhere below "# Make variables (CC,
etc...)" would be a good guess). Other than that, I'm out of ideas.

/Samuel

-------------------------------------------------------------------------
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
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to