Results 1 to 5 of 5
Hi all ,
I am installing binutils -2.21 on my desktop (Centos 6) & laptop (SUSE 11.3) both.....
the ./configure o/p resembles on both the system.
But the issue with ...
- 09-18-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 3
make command gives different O/P on desktop & Laptop
Hi all ,
I am installing binutils -2.21 on my desktop (Centos 6) & laptop (SUSE 11.3) both.....
the ./configure o/p resembles on both the system.
But the issue with make command o/p remains as it is (Even after installing all the packages)
a) the make command o/p form DESKTOP + CENTOS is similar to :-
TEST:make
make[1]: Entering directory `/mnt/lfs/sources/binutils-build'
mkdir -p -- ./intl
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
b) the make command o/p from Laptop + Suse is similar to :-
make: Warning: File `../binutils-2.21/Makefile.in' has modification time 6.9e+06 s in the future
CONFIG_SHELL="/bin/sh" /bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ../binutils-2.21/configure --target=i686-lfs-linux-gnu --prefix=/tools --disable-nls target_alias=i686-lfs-linux-gnu --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-lfs-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin//sed
Can you please let me know what might be the reason for this behavior ............Last edited by dgashu; 09-18-2011 at 07:03 AM.
- 09-18-2011 #2
What happens after 4 minutes?
You must always face the curtain with a bow.
- 09-18-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 3
Sorry For that TYPING ERROR......I have copied from my notepad (Which had some other file )......EXTREMELY Sorry for that .
( I have removed that)
But can you please let me know or guide what might be the reason for the same ........
In Point b) i am not getting something like :-
make[1]: Entering directory `XXXXXXXXXX'
mkdir -p -- ./intl
Configuring in ./intl
- 09-18-2011 #4
No worries

My guess is, that the time of the laptop and/or desktop is/are off.
So this Makefile.in is discarded and recreated.Code:make: Warning: File `../binutils-2.21/Makefile.in' has modification time 6.9e+06 s in the future
You must always face the curtain with a bow.
- 09-18-2011 #5Just Joined!
- Join Date
- Sep 2011
- Posts
- 3
.
Thanks a lot Irithori ,
Yup the issue was with system time on my laptop
I changed that & the installation went off smoothly
Again THANKS a LOT


Reply With Quote
