X-Spam-Check-By: sourceware.org Message-ID: <43C077E8.834F6DFB@dessent.net> Date: Sat, 07 Jan 2006 18:24:40 -0800 From: Brian Dessent MIME-Version: 1.0 To: "'Cygwin List'" Subject: Re: gcc source 1k long? References: <43C01466 DOT 9070509 AT tlinx DOT org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com "Linda A. Walsh" wrote: > I was looking to install the source of gcc and noted > that "setup.exe" claims it is 1k long. That seems > a bit small for a bz2 compressed image. Am I missing > something? > > I am looking at the source on the "mirrors.kernel.org" > and see bz2 files 46 bytes long. Are these files > corrupt? I think you're looking at the wrong package. The package named 'gcc' is just an empty helper package whose only purpose in life is to bring in (via dependencies) all the required packages of a functional gcc. The actual C compiler is gcc-core, the C++ compiler is gcc-g++, and so on. Those packages contain the modular source. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/