Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "bmj2001" <bmj2001@bellsouth.net>
To: "Alexandre Oliva" <aoliva@redhat.com>
Cc: "Gcc@Gcc.Gnu.Org" <gcc@gcc.gnu.org>, <cygwin@cygwin.com>
Subject: RE: binutils-2.11.2.tar.bz2
Date: Wed, 20 Jun 2001 19:48:09 -0500
Message-ID: <NFBBLAKLFMEAGDCBHKFOGEKDCAAA.bmj2001@bellsouth.net>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <or4rtawui3.fsf@guarana.lsd.ic.unicamp.br>
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Importance: Normal


I got working. Also the compiler is working on i586-pc-cygwin.
It's compiling a program I've been using to create csound.
An MIT program called "Csound"
Before GCC 3.0, it would complain about a certain identifer. With the GCC
3.0, it does not complain.
__cdecl is what it would complain about.

-----Original Message-----
From: aoliva@guarana.lsd.ic.unicamp.br
[mailto:aoliva@guarana.lsd.ic.unicamp.br]On Behalf Of Alexandre Oliva
Sent: Wednesday, June 20, 2001 7:24 PM
To: Robert Mcnulty junior
Cc: Gcc@Gcc.Gnu.Org; cygwin@cygwin.com
Subject: Re: binutils-2.11.2.tar.bz2


On Jun 20, 2001, "Robert Mcnulty junior" <bmj2001@bellsouth.net> wrote:

> Any advice on how to build it is welcome.

tar --use=bzip2 -xf
cd binutils-2.11.2
more README # :-)
more INSTALL # :-)
./configure
make
make install

--
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

