Custom Query (532 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 532)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Owner Reporter Resolution Summary
#57 clfs-commits@… Joe Ciccone fixed setting CLFS_HOST
Description

Currently the book uses:

export CLFS_HOST="$(echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g')"

I think we should be using this instead:

export CLFS_HOST="$(echo $MACHTYPE | sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"

Advantages of the proposed command, It will replace the 2nd field where the delimeter is - with cross.

#87 clfs-commits@… Joe Ciccone fixed Perl and -fPIC
Description

Programs like xchat and gaim can't build their perl plugins (as shared libraries) because the DynaLoader?.a library provided by perl is not linked with -fPIC.

This patch makes it so that the objects in DynaLoader?.a are built with -fPIC. http://cross-lfs.org/~jciccone/perl-5.8.8-fPIC-1.patch

I'd like to see this go into the book before RC4.

#144 clfs-commits@… Joe Ciccone fixed Inetutils - Sparc64
Description

trying to ping something results in a bus error. This has been around for a while now.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.