qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] configure flag for compilation question..


From: Martin Bochnig
Subject: Re: [Qemu-devel] configure flag for compilation question..
Date: Fri, 13 Oct 2006 20:52:27 +0200
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20041221

Ishwar Rattan wrote:

>
> Trying to compile qemu on amd64 based Solaris.
>
> I do not have write permission to /usr/local subtree
>
> ./configure --libdir=other-path --prefix=not-ustlocal
> is fine
> but make always generates binaries that want to find
> /usr/local/lib/libSDL-1.2.so.0 etc. (checked with ldd).


Where is the problem 64bit versus 32bit ?
(32 bit version of libSDL-1.2.so.0 found while amd64 64bit version needed?)
(should go under /usr/local/lib/amd64/libSDL-1.2.so.0)

>
> What is the way out for this sticky point?
>
> -ishwar
>
>


Read ld.so.1(1)
i.e.
# man ld.so.1

Then: One option is to set $LD_LIBRARY_PATH (or potentially
$LD_LIBRARY_PATH_64 [not required]).

bash:

# export LD_LIBRARY_PATH=/export/home/me/foo/mypersonallibs:$LD_LIBRARY_PATH

Did you set ./configure --prefix=SomeWritableLocation ?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]