[comp.sys.atari.st] gcc 1.40

longj@lonex.radc.af.mil (Jeffrey K. Long) (06/15/91)

I noticed the sources and diffs for the ST version of GCC1.40 in the
new gnustuff directory at A.A. (Thanks to Graham for the neat re-org!!)

Before I go to the trouble to try and compile it, has someone else already
got the ST version of GCC1.40 compiled up, and could they please post it
to A.A??  

Thanks to all, and again, public thanks to Graham Higgins for his work in
getting the gnu directories on A.A in such nice shape!

Jeff Long

-- 
----------------------------------------------------------------------------
Capt Jeff Long                         Rome Laboratories, Griffiss AFB, NY
longj@lonex.radc.af.mil (preferred)    Network Design Laboratory
jlong@cassiopeia.radc.af.mil           (315)330-7751 or (DSN)587-7751

gjh@hplb.hpl.hp.com (Graham Higgins) (06/15/91)

++ I noticed the sources and diffs for the ST version of GCC1.40 in the
++ new gnustuff directory at A.A. (Thanks to Graham for the neat re-org!!)

Hold hard there boyah! Not finished yet. The sources currently available on
A.A. are only positioned for testing, not yet testED. Testing will require
compilation. The only thing I've managed to compile so far are the main GNU
libraries gnulib16/32 and iio16/32 and their gdb versions.

++ Before I go to the trouble to try and compile it, has someone else already
++ got the ST version of GCC1.40 compiled up, and could they please post it
++ to A.A??  

I will post a set of 1.40 binaries which I got from a UK BBS. No, I haven't
been able to cross-compile 1.40 yet, so I can't vouch for these binaries,
except to say that I used them to compile the library sources on my ST.

Cheers,

Graham
======

------------------------------------------------------------------
Graham Higgins                  |  gjh%ghiggins@hpl.hp.co.uk
Hewlett-Packard Labs            |  gjh%ghiggins@hplb.hpl.hp.com
Filton Road, Stoke Gifford      |  gjh%hplb.csnet@csnet-relay.arpa 
Bristol, U.K.                   |  ...!mcvax!ukc!hplb!gjh          
Tel: +44 272 799910 x24014         Fax: +44 272 790554             
------------------------------------------------------------------
Disclaimer: My opinions above are exactly that, mine and opinions.
------------------------------------------------------------------

dpg@cs.nott.ac.uk (Dave Gymer) (06/18/91)

After all the recent discussion about the forthcoming release of gcc 1.40
on the ST, I'd like to make an appeal to those who are actually doing the
work: please, please, please make sure that it does NOT mangle filenames
like versions up to 1.39 did. My biggest gripe with gcc is that it doesn't
work happily on a Minix partition under MiNT; I know that there are other
people who also use this type of setup who I'm sure would appreciate a
'clean' version. Perhaps it would be enough to use Eric Smith's MiNT
library; I'm not familiar with the changes made to port the compiler to the ST.

I am immensly grateful to those who have ported gcc; it's a superb compiler
and I don't know how I'd get by without it. :-)
-- 
/* 'Grave' Dave Gymer --------- Internet: dpg@Cs.Nott.AC.UK *\
+* 42 St Marys Park, Louth, Lincolnshire, LN11 0EF, England *+
+* Olivier's Law:    "Experience is something you don't get *+
\*-------------------------- until just after you need it." */

bammi@acae127.cadence.com (Jwahar R. Bammi) (06/20/91)

In article <1991Jun18.081500.851@cs.nott.ac.uk> dpg@cs.nott.ac.uk (Dave Gymer) writes:

> 
> After all the recent discussion about the forthcoming release of gcc 1.40
	gcc-1.40 for the St is already our there. see update10.zoo on
atari.archive

> on the ST, I'd like to make an appeal to those who are actually doing the
> work: please, please, please make sure that it does NOT mangle filenames
	huh, all you got to do is set the env variable UNIXMODE
appropriately. see UNIXMODE.doc in the lib sources. it will be
perfectly happy to use the other env variables (GNULIB etc) with
forward slashes in them.
--
--
bang:   uunet!cadence!bammi			jwahar r. bammi
domain: bammi@cadence.com
GEnie:	J.Bammi
CIS:    71515,155

dpg@cs.nott.ac.uk (Dave Gymer) (06/21/91)

In article <BAMMI.91Jun19135333@acae127.cadence.com> bammi@acae127.cadence.com (Jwahar R. Bammi) writes:
>In article <1991Jun18.081500.851@cs.nott.ac.uk> dpg@cs.nott.ac.uk (Dave Gymer) writes:
>> After all the recent discussion about the forthcoming release of gcc 1.40
>	gcc-1.40 for the St is already our there. see update10.zoo on
>atari.archive

I don't have time at the moment to get sources. If I did I wouldn't be
worried about...

>> on the ST, I'd like to make an appeal to those who are actually doing the
>> work: please, please, please make sure that it does NOT mangle filenames
>	huh, all you got to do is set the env variable UNIXMODE
>appropriately. see UNIXMODE.doc in the lib sources. it will be
>perfectly happy to use the other env variables (GNULIB etc) with
>forward slashes in them.

Can't we get away from this UNIXMODE thing, a la Eric Smith's MiNT library?
It does seem silly to have two diverging libraries when one would suffice.
I do _not_ use your library (because I'm a MiNTer), so I don't have any info
on UNIXMODE. The foward slashes are not a problem, it's the fact that all the
names are truncated to fit 8.3 and converted to uppercase.

These are fairly small gripes, but when they're so easily avoided, why do we
need the extra hassle?

Here's hoping for gcc 2.00... :-)
-- 
/* 'Grave' Dave Gymer --------- Internet: dpg@Cs.Nott.AC.UK *\
+* 42 St Marys Park, Louth, Lincolnshire, LN11 0EF, England *+
+* Olivier's Law:    "Experience is something you don't get *+
\*-------------------------- until just after you need it." */