Re: Some Package Configuration Options

2005-02-20 Thread Bryan Kadzban
Garrett Schure wrote: 5.21 Grep Perhaps add configure option --libdir=/tools/lib. Fixed: glibc compilation from chroot said "working compiler support for visibility attribute" required. FYI, I've see this sometimes when binutils does not compile correctly (usually because I set -O3 in its CFLAGS, w

Re: Some Package Configuration Options

2005-02-19 Thread Gerard Beekmans
On February 19, 2005 06:41 pm, Garrett Schure wrote: > 5.7.1 Glibc: >--without-selinux for --disable-selinux That one was fixed earlier today. > 5.13.1 Binutils pass 2 >--libdir=/tools/lib for --with-lib-path=/tools/lib > >Fixed: gcc wouldn't work from within the chroot environmen

Some Package Configuration Options

2005-02-19 Thread Garrett Schure
For Version 6.1 - testing - 20050205, here's three ./configure options I had to change to get past some hurdles. They seem to be recent option-syntax changes for these packages. 5.7.1 Glibc: --without-selinux for --disable-selinux Fixed: missing selinux header error, from a Fedora Core 3 ho