[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2006-01-10 Thread ebotcazou at gcc dot gnu dot org


--- Comment #11 from ebotcazou at gcc dot gnu dot org  2006-01-10 11:59 
---
Not a GCC issue.


-- 

ebotcazou at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562




[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-30 Thread pinskia at gcc dot gnu dot org


--- Comment #10 from pinskia at gcc dot gnu dot org  2005-10-30 17:55 
---
So did it work after using GNU tar?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562



[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-28 Thread ebotcazou at gcc dot gnu dot org


--- Comment #7 from ebotcazou at gcc dot gnu dot org  2005-10-28 06:24 
---
 Following your way, I download zlib at http://www.zlib.net, gunzip and untar
 it at GCC'src directory.

Don't do that, everything should be included in the GCC archive.

What GCC archive do you use and where does it come from?  What does 'make -v'
print?


-- 

ebotcazou at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||ebotcazou at gcc dot gnu dot
   ||org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562



[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-28 Thread luongductruong at gmail dot com


--- Comment #8 from luongductruong at gmail dot com  2005-10-28 08:24 
---
(In reply to comment #7)
  Following your way, I download zlib at http://www.zlib.net, gunzip and untar
  it at GCC'src directory.
 
 Don't do that, everything should be included in the GCC archive.
 
 What GCC archive do you use and where does it come from?  What does 'make -v'
 print?
 
I download GCC 4.0.2 from http://gcc.gnu.org. When I untar that source in many
times, It always notices : the directory checksum error. I try another FTP
server, download again but that error doesn't fix. 

 bash-2.03# make -v
 GNU Make 3.80
 Copyright (C) 2002  Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562



[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-28 Thread ebotcazou at gcc dot gnu dot org


--- Comment #9 from ebotcazou at gcc dot gnu dot org  2005-10-28 08:31 
---
 I download GCC 4.0.2 from http://gcc.gnu.org. When I untar that source in many
 times, It always notices : the directory checksum error. I try another FTP
 server, download again but that error doesn't fix. 

You must use GNU tar.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562



[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-27 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-28 01:37 ---
First try to configure with an absolute path.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

  Component|fastjar |bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562



[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-27 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-10-28 01:42 ---
Second can you show how you build gcc?
And attached the full build log.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Severity|critical|normal
 Status|UNCONFIRMED |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562



[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-27 Thread luongductruong at gmail dot com


--- Comment #3 from luongductruong at gmail dot com  2005-10-28 02:32 
---
Created an attachment (id=10070)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10070action=view)
GCC 4.0.2 Full Log


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562



[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-27 Thread luongductruong at gmail dot com


--- Comment #4 from luongductruong at gmail dot com  2005-10-28 02:39 
---
(In reply to comment #2)
 Second can you show how you build gcc?
 And attached the full build log.
 

Following the instruction at gcc.gnu.org/install/configure.html
I attached the full build log. The error occured:

Links are now set up to build a native compiler for sparc-sun-solaris2.8.
make[3]: *** No rule to make target `../zlib/libz.a', needed by `fastjar'. 
Stop.
make[2]: *** [all] Error 2
make[1]: *** [all-fastjar] Error 2
make: *** [bootstrap] Error 2

Help me to check it. Thank you!
P/S: SunOS vn 5.8 Generic_117350-05 sun4u sparc SUNW,Ultra-5_10


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562



[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-27 Thread pinskia at gcc dot gnu dot org


--- Comment #5 from pinskia at gcc dot gnu dot org  2005-10-28 02:45 ---
What tar file did you download?

You should have a zlib directory in the src directory.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562



[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-27 Thread luongductruong at gmail dot com


--- Comment #6 from luongductruong at gmail dot com  2005-10-28 04:33 
---
(In reply to comment #5)
 What tar file did you download?
 
 You should have a zlib directory in the src directory.
 
Following your way, I download zlib at http://www.zlib.net, gunzip and untar it
at GCC'src directory. That error 's fixed. But, now, another error appear:

Configuring in zlib
/data/home/tdluong/src/gcc-4.0.2/zlib/configure: zlib.h: cannot open
/data/home/tdluong/src/gcc-4.0.2/zlib/configure: zlib.h: cannot open
/data/home/tdluong/src/gcc-4.0.2/zlib/configure: zlib.h: cannot open
unknown option: --cache-file=./config.cache
/data/home/tdluong/src/gcc-4.0.2/zlib/configure --help for help
make: *** [configure-zlib] Error 1

What I wrong? Thanks for reply.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562