This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Compiliation failure


> | 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 <wherever your object dir is>
$ cd <triplet>/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


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