Hi, it's still me with another problem.
I managed to build quite a lot of libs without problems. I always build it with
prefix=/usr/, do a make DESTDIR=/x-tools/.. and then modify the .pc and .la
files by hand to point to /x-tools. This way I managed to get all these libs
with no problems:
-glib
-libsigc++
-glibmm
-atk
-libxml2
-freetype2
-zlib
-fontconfig
-pixman (needed Makefile tweaking)
-libpng
-libjpeg
-libtiff
-giflib
-grep
-tslib
-directfb
My sys-root folder is beginning to be a bit more filled. I noticed that
building Xorg isn't quite as easy. LFS talks about 293(!!) tarball to
fetch,extract,config,build,install. That seems extreme, so I decided to go for
DirectFB since it's a bit more simple and probably faster.
So I installed it, then it's time to build cairo, but I encounter one error. I
call configure as:
./configure --host=arm-ep9312-linux-gnueabi --prefix=/usr/ --enable-xlib=no
--enable-quartz=no --enable-win32=no --enable-directfb=yes
Everything seems nice, so I call make and at some point I get:
/bin/sed: can't read /usr//lib/libdirect.la: No such file or directory
This is still a wrong path problem. Thing is, the .la and .pc files of
libdirect are pointing to x-tools, and pkg-config --libs too. I don't know
where it take it's /usr/lib path this time. Is this a cairo make process bug? I
searched the Makefile for any clue, but can't find anything.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|