Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Subject: Re: Unable to compile setup.exe source
From: Robert Collins <rbcollins@cygwin.com>
To: Matthew Clark <DrMCClark0@hotmail.com>
Cc: cygwin@cygwin.com
In-Reply-To: <OE48lvoNGE5nCz0b4dj000012c9@hotmail.com>
References: <OE48lvoNGE5nCz0b4dj000012c9@hotmail.com>
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature";
	boundary="=-MUZQbETOmW4XpFKF0Ulv"
Date: 11 Oct 2002 08:33:02 +1000
Message-Id: <1034289182.31694.3.camel@lifelesswks>
Mime-Version: 1.0

--=-MUZQbETOmW4XpFKF0Ulv
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Fri, 2002-10-11 at 07:02, Matthew Clark wrote:
> I'm trying to compile setup.exe from the setup-2.249.2.5.tar.bz2 tarball
> according the directions in=3D20
>=20
> http://sources.redhat.com/cygwin-apps/setup.html
>=20
> I get down to the final link step and I get errors complaining about,
> undefined references to things like ostream, oo_malloc, streambuf, etc. I=
'm
> no C++ expert, but I can't see what's missing from the final link step. C=
an
> anyone clue me in?

Yes, you're bulid with gcc 2.95, and then linking with gcc 3.2
libraries, and thats not supported. You ened to build and link with gcc
2,95 libs.

Rob

--=20
---
GPG key available at: http://users.bigpond.net.au/robertc/keys.txt.
---

--=-MUZQbETOmW4XpFKF0Ulv
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQA9pgAeI5+kQ8LJcoIRArXvAJ9/qw2bc5xSJCg1lCH3+bYD+D+WCgCgwIHG
PUMs4EOLdyPkJESK12Ayoyg=
=4EBQ
-----END PGP SIGNATURE-----

--=-MUZQbETOmW4XpFKF0Ulv--

