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 ?




_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to