gnash-dev
[Top][All Lists]
Advanced

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

Re[2]: [Gnash-dev] Backend redesign done / AGG near completion


From: Udo Giacomozzi
Subject: Re[2]: [Gnash-dev] Backend redesign done / AGG near completion
Date: Sat, 7 Oct 2006 19:29:17 +0200

Hello Rob,

Saturday, October 7, 2006, 7:25:39 PM, you wrote:
RS>   It'll work now properly with the --with-agg options. Course for some
RS> reason render_handler_agg.cpp doesn't compile... but at least the
RS> include path is correct. :-)

We're making progresses ;)

Now, the include path is supplied instead of the lib path:
  -L/home/indunet/agg-2.4/include
that should be
  -L/home/indunet/agg-2.4/src   (my libagg.a is there)


  
Full command line:

/bin/sh ../libtool --tag=CXX --mode=link g++  -g -O2 -march=pentium3     -W     
-Wall     -Wcast-align     -Wcast-qual     -Wpointer-arith     -Wreturn-type    
   -ljpeg -lpng  -lz    -L/usr/X11R6/lib         
-L/home/indunet/agg-2.4/include -lagg -laggplatformX11  -o libgnashbackend.la 
-rpath /usr/local/lib  render_handler_tri.lo render_handler_agg.lo  
../libbase/libgnashbase.la ../server/libgnashserver.la  -lrt -lm
g++ -shared -nostdlib /usr/lib/gcc-lib/i486-linux/3.3.5/../../../crti.o 
/usr/lib/gcc-lib/i486-linux/3.3.5/crtbeginS.o  .libs/render_handler_tri.o 
.libs/render_handler_agg.o  -Wl,--rpath -Wl,/home/indunet/gnash/libbase/.libs 
-Wl,--rpath -Wl,/home/indunet/gnash/server/.libs -Wl,--rpath -Wl,/usr/local/lib 
/usr/lib/libjpeg.so -lpng -lz -L/usr/X11R6/lib -L/home/indunet/agg-2.4/include 
-lagg -laggplatformX11 ../libbase/.libs/libgnashbase.so 
../server/.libs/libgnashserver.so -lrt -L/usr/lib/gcc-lib/i486-linux/3.3.5 
-L/usr/lib/gcc-lib/i486-linux/3.3.5/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc-lib/i486-linux/3.3.5/crtendS.o 
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../crtn.o  -march=pentium3 -Wl,-soname 
-Wl,libgnashbackend.so.0 -o .libs/libgnashbackend.so.0.0.0
/usr/bin/ld: cannot find -lagg



Configure settings:

./configure --enable-renderer=agg --enable-gui=fb 
--with-agg-incl=/home/indunet/agg-2.4/include/ 
--with-agg-lib=/home/indunet/agg-2.4/src/

Udo





reply via email to

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