This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make install problem


>>>>> kutek  writes:

 > On Tue, Nov 02, 1999 at 02:35:42PM +0100, Andreas Jaeger wrote:
>> >>>>> kutek  writes:
>> 
>> > I compile glibc (any version) evrything compiles, I do make check,
>> > the check is fine. I do make install, and instead of just installing
>> > what has been compiled and checked, the makefiles recompile almost 
>> > every library which has already been made and checked before doing the
>> > actual installation.

>> This shouldn't happen.  Did you change/touch *anything* between make,
>> make check and make install?

 > no. i just do make install right after make check.
  
>> > Is this intentional? If so, Why?
>> Never happens for me;-)

 > indeed.  make is gnumake 3.77, gcc is egcs 1.1.2. on my 386 this makes 
 > compilation a 3 day affair. 

 > i'd like to get it down to a 1.5 day affair ;-))

 > fractoid

make install first goes through all subdirs and checks if anything
needs rebuilding.  In a second go it installs the files.

If it really recompiles/relinks anything during make check, you're on
your own - I don't see it on my systems.  It shouldn't recompile or
relink anything but if it does and you can tell me why, I'm
interested.

Andreas
-- 
 Andreas Jaeger   
  SuSE Labs aj@suse.de	
   private aj@arthur.rhein-neckar.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]