From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Lipe To: Jean-Pierre Radley , EGCS Developers Subject: Re: Compiliation failure Date: Tue, 07 Jul 1998 23:46:00 -0000 Message-id: <19980708001047.D29671@dgii.com> References: <19980707113834.I4533@jpr.com> <19980707144615.F24159@dgii.com> <19980707184819.U4533@jpr.com> X-SW-Source: 1998-07/msg00285.html > | You got lucky and hit the window between Richard & Jeff's patches to that > > OK, latest cvs update got past that one, but reverts to one I never got > around to bugreport three days ago: > > Cannot open libU77/datetime_.o: No such file or directory > libU77/datetime_.o not found Boy, you are lucky. The moral-low-road answer is: If you 'make' again, you won't see this message again. This was actually discussed in an (admittedly nonobvious) thread earlier today about libf2c's configure failing to detect the configure changes and propogate them into Makefiles and config.h's. Do something like $ cd $ cd /libf2c $ head config.status Blow the line that looks liek this into a file : # /net/rjlhome/play/egcs/libf2c/configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --enable-multilib --with-gcc-version-trigger=/net/rjlhome/play/egcs/gcc/version.c --srcdir=/net/rjlhome/play/egcs/libf2c --with-target-subdir=i686-pc-linux-gnu Run that file. For whatever reason a 'config.status --recheck' or a './config.status' will not do the right thing right now. Dave sounded like he was in the midst of reworking the libf2c stuff so I quit trying to figure out what was going on with all this. RJL