Re: [Mesa-dev] cant compile with llvmpipe enabled

2010-05-04 Thread Chia-I Wu
On Mon, May 3, 2010 at 11:10 PM, wrote: > Ok. I removed  "-Wl,--as-needed" and now compilation went smooth.However > when I enable gles1 and gles2 and add es state tracker I got something like > this: > > mklib: Making Linux shared library:  libGL.so.1.2 > mklib: Installing libGL.so.1.2 libGL.so.

Re: [Mesa-dev] cant compile with llvmpipe enabled

2010-05-03 Thread Dan Nicholson
On Mon, May 3, 2010 at 3:52 AM, wrote: > Hey. I get following error when try to compile mesa-git with > --enable-gallium-llvm. > > g++ -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib/llvm  -lpthread -lffi > -ldl -lm  lp_test_format.o lp_test_main.o -o lp_test_format > -Wl,--start-group   -lXext -

Re: [Mesa-dev] cant compile with llvmpipe enabled

2010-05-03 Thread Francis Galiegue
On Mon, May 3, 2010 at 12:52 PM, wrote: > Hey. I get following error when try to compile mesa-git with > --enable-gallium-llvm. > > g++ -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib/llvm  -lpthread -lffi > -ldl -lm  lp_test_format.o lp_test_main.o -o lp_test_format > -Wl,--start-group   -lXext

[Mesa-dev] cant compile with llvmpipe enabled

2010-05-03 Thread yaiba . kurogane
Hey. I get following error when try to compile mesa-git with --enable-gallium-llvm. g++ -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib/llvm -lpthread -lffi -ldl -lm lp_test_format.o lp_test_main.o -o lp_test_format -Wl,--start-group -lXext -lXxf86vm -lXdamage -lXfixes -lX11-xcb -lX11 -lx