Custom Query (4799 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 4799)

Ticket Owner Reporter Resolution Summary
#290 gerard@… gerard@… fixed Install make not to be setgid kmem
Description

#309 lfs-book@… gerard@… fixed Find apps in chapter 6 that need /proc mounted, then remind people of mounting /proc in case it got unmounted during
Description

#318 gerard@… gimli@… fixed Shared bzip2 library isn't Position Independant Code
Description

Current CVS version of book. bzip2-1.0.2 shared library compiled without -fPIC

The current commands we are using to compile this package start with

make && make -f Makefile-libbz2_so &&

I suggest we change the order to

make -f Makefile-libbz2_so && make &&

This is because on the first make run, the object files blocksort.o huffman.o etc, that make up the shared lib, get compiled without the -fPIC flag.

The bug occurs on the 2nd make run. The object files do not get remade because make thinks they are already up-to-date and thus they miss out on the -fPIC flag.

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