MesaLib-6.5

2006-07-18 Thread kriss
Beyond Linux From Scratch - Version svn-20060715 Chapter 25. X Window System Environment x86_64 i try to have x11 in 64 bits CC=gcc ${BUILD64} CXX=g++ ${BUILD64} make linux-dri give : mklib: Making Linux shared library: savage_dri.so /usr/bin/ld: skipping incompatible /usr/lib/libm.so when

Re: MesaLib-6.5

2006-07-18 Thread Ken Moffat
On Tue, Jul 18, 2006 at 10:54:34AM +0200, kriss wrote: Beyond Linux From Scratch - Version svn-20060715 Chapter 25. X Window System Environment x86_64 i try to have x11 in 64 bits CC=gcc ${BUILD64} CXX=g++ ${BUILD64} make linux-dri give : mklib: Making Linux shared library:

Re: MesaLib-6.5

2006-07-18 Thread kriss
Ken Moffat a écrit : On Tue, Jul 18, 2006 at 10:54:34AM +0200, kriss wrote: Beyond Linux From Scratch - Version svn-20060715 Chapter 25. X Window System Environment x86_64 i try to have x11 in 64 bits CC=gcc ${BUILD64} CXX=g++ ${BUILD64} make linux-dri give : mklib: Making Linux shared

Fontconfig tip

2006-07-18 Thread Dan Nicholson
Hi, If anyone's interested, here's a tip for testing Fontconfig from someone in the know (pango, cairo, fontconfig developer). http://mces.blogspot.com/2006/07/fontconfig-tip-of-day.html -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

Re: Fontconfig tip

2006-07-18 Thread Peter B. Steiger
On Tue, 2006-07-18 at 12:12 -0700, Dan Nicholson wrote: Hi, If anyone's interested, here's a tip for testing Fontconfig from someone in the know (pango, cairo, fontconfig developer). http://mces.blogspot.com/2006/07/fontconfig-tip-of-day.html You just got spam-canned, Dan. Half my spam

Firefox nitpick

2006-07-18 Thread Miguel Bazdresch
Hello, I'm installing firefox in my brand new 6.2-pre1 LFS. I got the following message after running configure: configure: error: --enable-application=APP is required *** Fix above errors and then restart with make -f client.mk build I recall we had --enable-application=browser at some point.

Re: Firefox nitpick

2006-07-18 Thread Dan Nicholson
On 7/18/06, Miguel Bazdresch [EMAIL PROTECTED] wrote: configure: error: --enable-application=APP is required *** Fix above errors and then restart with make -f client.mk build I recall we had --enable-application=browser at some point. It looks like it's still needed? If your mozconfig file

Re: Firefox nitpick

2006-07-18 Thread Miguel Bazdresch
* Miguel Bazdresch [EMAIL PROTECTED] [2006-07-18 18:12]: Hello, I'm installing firefox in my brand new 6.2-pre1 LFS. I got the following message after running configure: configure: error: --enable-application=APP is required *** Fix above errors and then restart with make -f client.mk