From mint-bounce@lists.fishpool.fi  Thu Aug  4 09:02:14 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
Subject: Re: [MiNT] mintlib patch
From: Evan Langlois <Evan@CoolRunningConcepts.com>
To: Mark Duckworth <mduckworth@atari-source.com>
Cc: Mint List <mint@fishpool.com>
In-Reply-To: <1123125158.27393.8.camel@mduckworth.phillypark.net>
References: <1123125158.27393.8.camel@mduckworth.phillypark.net>
Content-Type: text/plain
Date: Thu, 04 Aug 2005 01:58:05 -0500
Message-Id: <1123138686.24127.13.camel@taro.coolrunningconcepts.com>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - esc14.midphase.com
X-AntiAbuse: Original Domain - fishpool.com
X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12]
X-AntiAbuse: Sender Address Domain - CoolRunningConcepts.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: Evan@CoolRunningConcepts.com
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-0.8 tagged_above=-50.5 required=7.0 tests=AWL,
 BAYES_00
X-Spam-Level: 

On Wed, 2005-08-03 at 23:12 -0400, Mark Duckworth wrote:
> Hello guys,
> 
> I successfully built a working gcc cross compiler with gcc 3.3.6.  I
> also successfully cross built mintlib with it and it works :)  Anyway, a
> small diff is attached that I think is a bug in mintlib.  *s is defined
> as a constant which I think is wrong and gcc is complaining about.
> 
> PS: Anyone know the proper method for cross building g++?  It seems it
> never installed or built any of libstdc++-v3 which of course is failing.

It built fine for me.  Did you tell it to build when you built the C
compiler?   I may have had to manually fix up a file relating to
_vprintf or something maybe .. can't remember.

lain ~ # ls -l /usr/m68k-atari-mint/lib/libstdc++.a
-rw-r--r--  1 root root 5759246 Jul  7 12:31 /usr/m68k-atari-mint/lib/libstdc++.a

lain ~ # m68k-atari-mint-g++ --version
m68k-atari-mint-g++ (GCC) 3.3.5
Copyright (C) 2003 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.


