Gentoo Archives: gentoo-user

From: Benno Schulenberg <benno.schulenberg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Xorg and static libraries
Date: Thu, 13 Jul 2006 21:00:13
Message-Id: 200607132240.24796.benno.schulenberg@gmail.com
In Reply to: Re: [gentoo-user] Xorg and static libraries by Steve Brenneis
1 Steve Brenneis wrote:
2 > I am using -hardened and -pie right now.
3
4 Minus pie? That's no USE flag.
5
6 > System uname: 2.6.16-gentoo-r11 i686 Intel(R) Pentium(R) M
7 > CHOST="i386-pc-linux-gnu"
8
9 Why 386 when your processor is 686? (You can't change this now,
10 mind you; it would need a complete reinstall, as far as I know.)
11
12 > CFLAGS="-O2 -march=i686 -fPIC"
13
14 Ouch. Take the -fPIC out of there! Search bugzilla for it.
15
16 > VIDEO_CARDS="-apm -ark -chips
17 > -cirrus -cyrix -dummy -fbdev -fglrx -glint -i128 -i740 -i810
18 > -imstt -mach64 -mga -neomagic -nsc -nv -nvidia -r128 -radeon
19 > -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb -tdfx
20 > -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo"
21
22 You have no video card? Put at least VIDEO_CARDS="vesa" in your
23 /etc/make.conf, and add "nv" or "radeon" or whatever your box has.
24
25 Benno
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Xorg and static libraries Steve Brenneis <sbrenneis@×××××.net>