Custom Query (4816 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (145 - 147 of 4816)

Ticket Owner Reporter Resolution Summary
#844 lfs-book@… carson@… invalid Debian requires small tweak to compile glibc
Description

Debian GNU/Linux 3.0 (woody), the current stable version, installs both autoconf 2.13 and 2.53; using Debian's packaging system, both must be installed to have one or the other (the included docs say this is for compatibility reasons). However, the actual /usr/bin/autoconf is the binary for 2.13, which is insufficient to compile glibc; make quits shortly after it starts with a message of "Undefined macros." 2.53 seems to work fine, however. For the record, this is a i386 box, dunno if that makes a difference.

Perhaps a note could be added to the section on glibc to this effect?

#845 lfs-book@… bliscat.sirtakys@… fixed gcc-3.4.1-20040517 pass1 libiconv
Description

20040531 LFS-unstable gcc-3.4.1-20040517 pass1 if you have this error

/tools/i686-pc-linux-gnu/bin/ld: cannot find -liconv

http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.9.1.tar.gz

then rebuild libiconv with

./configure --prefix=/usr --enable-static

make LDFLAGS="-all-static"

make LDFLAGS="-all-static" install make clean ./configure --prefix=/usr --enable-shared make make install ldconfig

and reload the

make BOOT_LDFLAGS="-static" bootstrap

have fun, BlX

#854 lfs-book@… x_empt@… worksforme Flex 2.5.31
Description

When installing flex 2.5.31 as directed in the book (without installing locales), I got an error:

main.c:201: error: 'LC_MESSAGES' undeclared (first use in this function) main.c:201: error: (Each undeclared identifier is reported only once for each function it appears in.) main.c:201: error: 'LC_CTYPE' undeclared ........

In order to fix this, I configured flex without native language support:

../configure --prefix=/path --disable-nls

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.