Dana 17.11.2012 22:18, lux-integ je napisao:
>
> #------------
> When I had  'radeonsi'  in the configure options like so:-
> --with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast"
> compilation failed everytime:-
>
> lp_test_main.c:374:17: warning: comparison between signed and unsigned integer
> expressions [-Wsign-compare]
> g++ -L/opt/llvm/lib -L/usr/X11R7.7/lib -L/usr/local/lib   -L/usr/lib  -ldl -
> lpthread lp_test_format.o lp_test_main.o -o lp_test_format -Wl,--start-group
> -L../../auxiliary/ -lgallium libllvmpipe.a -lLLVM-3.1svn -L/usr/X11R7.7/lib -
> lXext -lXdamage -lXfixes -lX11-xcb -lX11 -lxcb-glx -lxcb -lXxf86vm   -
> L/usr/X11R7.7/lib -ldrm   -lm -lpthread -ldl -Wl,--end-group
> /usr/bin/ld: cannot find -lLLVM-3.1svn
> collect2: ld returned 1 exit status
> make[4]: *** [lp_test_format] Error 1
> make[4]: Leaving directory
> `/home/lixinteg/Mesa-9.0/src/gallium/drivers/llvmpipe'
>
> I searched  my installation of llvm and libLLVM-3.1svn.so( or a) is absent.
>

This would be the case if you have installed svn version of LLVM (I do 
remember that you have strange habit of diverting from the book and then 
complaining that something doesn't work). radeonsi in Mesa 9.0{,.1} 
works with LLVM 3.0 as in the BLFS book.

Also, radeonsi is 3D driver for AMD Radeon "South Islands" GPU's (HD 
7000 and later). There is no 2D because this driver uses 2D over 3D - 
Glamor (and 3D is in bad shape) so it is useless, but I enabled it.

>
> #------------------------------------------------
> If   this  'radeonsi' problem  is fixed  in 9.0X reports will be gratefully
> received.
>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to