From fnaumann@mail.cs.uni-magdeburg.de  Tue Sep 14 00:21:16 2004
Subject: Re: [MiNT] m68k-atari-mint-flags and m68k-atari-mint-stack
From: Mark Duckworth <mduckworth@atari-source.com>
To: Philipp =?ISO-8859-1?Q?Donz=E9?= <philipp.donze@epfl.ch>
Cc: Mint List <mint@fishpool.com>
In-Reply-To: <7D86B7BB-05C7-11D9-8392-00039357F826@epfl.ch>
References: <7D86B7BB-05C7-11D9-8392-00039357F826@epfl.ch>
Content-Type: text/plain; charset=ISO-8859-1
Organization: Atari-source.com
Message-Id: <1095113547.25085.36.camel@localhost>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.6 
Date: Mon, 13 Sep 2004 18:12:27 -0400
Delivered-To: mint@fishpool.com
Delivered-To: mint@lists.fishpool.fi
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: mduckworth@atari-source.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-Milter: ClamAV 0.70/0.70kjel
X-Milter: milter-regex 1.5jel
X-Milter: ClamAV 0.70/0.70kjel
X-Milter: milter-regex 1.5jel
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by prinz.cs.uni-magdeburg.de id i8DMKwF9028638

On Mon, 2004-09-13 at 16:57, Philipp Donzé wrote:
> Hi,
> 
> Where are the files m68k-atari-mint-flags and m68k-atari-mint-stack 
> coming from?
> What package do I have to compile?
> 
> 
> Philipp
> 

Here:

root@washi:/root>rpm -qf /usr/bin/stack 
mintbin-0.3-3
root@washi:/root>rpm -qf /usr/bin/flags
mintbin-0.3-3

Check out the sparemint crosscompiling page.  There's a mintbin rpm there.  If you don't run an rpm
based linux system, just use alien to convert it to a tar.gz and then extract hte contents.  Both of those
files aren't too necessary.  Stack adjusts the stacksize of the program which only matters for binary
executables, libs don't have a stack AFAIK.  The flags program is the same, it adjusts memory flags, 
like fastram, fastload, etc, also unnecessary on a cross compiler. So if hte makefile wants it, just use
from this package.

Thanks,
Mark


