public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-ss-19990117 is now available
@ 1999-01-31 23:58 law
  0 siblings, 0 replies; 6+ messages in thread
From: law @ 1999-01-31 23:58 UTC (permalink / raw)
  To: egcs

egcs-ss-19990117 is now available on 
egcs.cygnus.com:/pub/egcs/snapshots/1999-01-17

(and on various mirrors, see the egcs home page for mirror sites).

You'll find:

  egcs-19990117.tar.gz                  The full egcs snapshot, including all
                                        languages runtime libraries and
                                        testsuites.

  egcs-core-19990117.tar.gz             Just the C front end and core compiler.

  egcs-g++-19990117.tar.gz              The g++ language and runtime.

  egcs-g77-19990117.tar.gz              The g77 language and runtime.
   
  egcs-objc-19990117.tar.gz             The objc font end and runtime.

  egcs-testsuite-19990117.tar.gz        The c & g++ testusites.
  egcs-g++-testsuite-19990117.tar.gz    The g++ testsuite.
  egcs-g77-testsuite-19990117.tar.gz    The g77 testsuite.


Diffs from 19990112 are available.

Note at times you may find newer directories on the server with limited
permissions.  These represent snapshots that have not yet been verified
as correct, or are known to be incorrect.

When a particular snapshot is ready for public consumption the directory
permissions are relaxed, the LATEST-IS- file is updated and a message is
sent to the egcs list.

Using a snapshot before it's officially made available is an unwise thing
to do since it may become impossible to update to an official snapshot.

The "egcs_latest_snapshot" tag has been moved.  You can use
cvs update -regcs_latest_snapshot to update your CVS tree to the latest
official snapshot.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: egcs-ss-19990117 is now available
  1999-01-31 23:58     ` Marc Girod
@ 1999-01-31 23:58       ` Jeffrey A Law
  0 siblings, 0 replies; 6+ messages in thread
From: Jeffrey A Law @ 1999-01-31 23:58 UTC (permalink / raw)
  To: Marc Girod; +Cc: egcs

  In message < 1yu2xoemp3.fsf@sinkku.ntc.nokia.com >you write:
  > >>>>> "JL" == Jeffrey A Law <law@hurl.cygnus.com> writes:
  > 
  > JL> I would recommend installing gas first or putting the gas/binutils/bfd
  > JL> sources and building everything together.
  > 
  > The version of gas mentioned in egcs.cygnus.com in
  > /pub/egcs/infrastructure is pretty old (I doubt it contains any
  > support for hppa2.0): gas-970915.tar.gz
  > 
  > The newest I can find is from binutils-2.9.1 (and even it is dated May
  > 1 1998).
  > 
  > There is also a copy of binutils-2.9.1 for HP-UX 10.20 available from
  > hpux.csc.liv.ac.uk (dates Sept 11).
  > 
  > Which one do you recommend me to install?
The PA, they're all going to be about the same.

None are going to have support for the PA2.0 ISA.

jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: egcs-ss-19990117 is now available
       [not found]   ` <nms.mail.egcs/10897.916611501@hurl.cygnus.com>
@ 1999-01-31 23:58     ` Marc Girod
  1999-01-31 23:58       ` Jeffrey A Law
  0 siblings, 1 reply; 6+ messages in thread
From: Marc Girod @ 1999-01-31 23:58 UTC (permalink / raw)
  To: egcs

>>>>> "JL" == Jeffrey A Law <law@hurl.cygnus.com> writes:

JL> I would recommend installing gas first or putting the gas/binutils/bfd
JL> sources and building everything together.

The version of gas mentioned in egcs.cygnus.com in
/pub/egcs/infrastructure is pretty old (I doubt it contains any
support for hppa2.0): gas-970915.tar.gz

The newest I can find is from binutils-2.9.1 (and even it is dated May
1 1998).

There is also a copy of binutils-2.9.1 for HP-UX 10.20 available from
hpux.csc.liv.ac.uk (dates Sept 11).

Which one do you recommend me to install?

Best Regards!
Marc

-- 
Marc Girod                Hiomo 5/1          Voice:  +358-9-511 23746
Nokia Telecommunications  P.O. Box 320       Mobile: +358-40-569 7954
NWS/NMS/NMS for Data      00045 NOKIA Group  Fax:    +358-9-511 23580
                          Finland            marc.girod@ntc.nokia.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: egcs-ss-19990117 is now available
  1999-01-31 23:58 ` Marc Girod
@ 1999-01-31 23:58   ` Jeffrey A Law
  0 siblings, 0 replies; 6+ messages in thread
From: Jeffrey A Law @ 1999-01-31 23:58 UTC (permalink / raw)
  To: Marc Girod; +Cc: egcs

  In message < 1ypv8egg5m.fsf@sinkku.ntc.nokia.com >you write:
  > This time, I had no problem on i586-pc-linux-gnu
  > On hppa2.0-hp-hpux10.20, apart for
  > 
  > cc1: warning: -g is only supported when using GAS on this processor,
  > cc1: warning: -g option disabled.
  > 
  > (is it recommended that I install gas separately?)
  > the first glitch I noticed was:
I would recommend installing gas first or putting the gas/binutils/bfd
sources and building everything together.

Regardless of when you build gas/binutils, if you do not configure with the
"--gas" or "--with-gnu-as" option, then the compiler is going to give you this
error.

Note that you can use the option "-mgas" and "-mno-gas" on the PA port to
enable/disable features which depend on gas, regardless of how the compiler
was configured.



  > There is indeed no egcs/gcc/include/.unsupp directory... One '-p'
  > missing in a makefile, as an option to mkdir, I guess? I couldn't find
  > where, though.
Note "mkdir -p" is not portable and can not be used.  If that is indeed the
the problem we'll have to use another mechanism to get all the intermediate
directories created.


jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: egcs-ss-19990117 is now available
       [not found] ` <nms.mail.egcs/1ypv8egg5m.fsf@sinkku.ntc.nokia.com>
       [not found]   ` <nms.mail.egcs/10897.916611501@hurl.cygnus.com>
@ 1999-01-31 23:58   ` Marc Girod
  1 sibling, 0 replies; 6+ messages in thread
From: Marc Girod @ 1999-01-31 23:58 UTC (permalink / raw)
  To: egcs

>>>>> "MGi" == Marc Girod <girod@shire.ntc.nokia.com> writes:

MGi> Then may build failed eventually on:

MGi> make[3]: Entering directory `/tmp_mnt/tools/contrib/gen/src/egcs/hppa2.0-hp-hpux10.20/threads/libchill'
MGi> make[3]: *** No rule to make target `all'.  Stop.

Shame on me. I updated my automake, and it went through.
Best Regards!
Marc

-- 
Marc Girod                Hiomo 5/1          Voice:  +358-9-511 23746
Nokia Telecommunications  P.O. Box 320       Mobile: +358-40-569 7954
NWS/NMS/NMS for Data      00045 NOKIA Group  Fax:    +358-9-511 23580
                          Finland            marc.girod@ntc.nokia.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: egcs-ss-19990117 is now available
       [not found] <nms.mail.egcs/19990117100617.30055.qmail@egcs.cygnus.com>
       [not found] ` <nms.mail.egcs/1ypv8egg5m.fsf@sinkku.ntc.nokia.com>
@ 1999-01-31 23:58 ` Marc Girod
  1999-01-31 23:58   ` Jeffrey A Law
  1 sibling, 1 reply; 6+ messages in thread
From: Marc Girod @ 1999-01-31 23:58 UTC (permalink / raw)
  To: egcs

>>>>> "law" == law  <law@egcs.cygnus.com> writes:

law> egcs-ss-19990117 is now available on 

This time, I had no problem on i586-pc-linux-gnu
On hppa2.0-hp-hpux10.20, apart for

cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.

(is it recommended that I install gas separately?)
the first glitch I noticed was:

mkdir: cannot make directory `/tools/contrib/gen/src/egcs/gcc/include/././.unsupp/sys': No such file or directory
mkdir: cannot make directory `/tools/contrib/gen/src/egcs/gcc/include/././.unsupp/sys': No such file or directory
mkdir: cannot make directory `/tools/contrib/gen/src/egcs/gcc/include/././.unsupp/sys': No such file or directory
mkdir: cannot make directory `/tools/contrib/gen/src/egcs/gcc/include/././.unsupp/sys': No such file or directory
mkdir: cannot make directory `/tools/contrib/gen/src/egcs/gcc/include/././.unsupp/sys': No such file or directory
mkdir: cannot make directory `/tools/contrib/gen/src/egcs/gcc/include/././.unsupp/sys': No such file or directory
mkdir: cannot make directory `/tools/contrib/gen/src/egcs/gcc/include/././.unsupp/sys': No such file or directory
mkdir: cannot make directory `/tools/contrib/gen/src/egcs/gcc/include/././.unsupp/sys': No such file or directory
mkdir: cannot make directory `/tools/contrib/gen/src/egcs/gcc/include/././.unsupp/sys': No such file or directory

There is indeed no egcs/gcc/include/.unsupp directory... One '-p'
missing in a makefile, as an option to mkdir, I guess? I couldn't find
where, though.

Then may build failed eventually on:

make[3]: Entering directory `/tmp_mnt/tools/contrib/gen/src/egcs/hppa2.0-hp-hpux10.20/threads/libchill'
make[3]: *** No rule to make target `all'.  Stop.

No Makefile was produced there.

I could reproduce by running only:

# make all-target-libchill

Could it be that the touch instructions in the FAQ 6.5 miss some files?
I _am_ building from a patched tree.

Best Regards!
Marc

-- 
Marc Girod                Hiomo 5/1          Voice:  +358-9-511 23746
Nokia Telecommunications  P.O. Box 320       Mobile: +358-40-569 7954
NWS/NMS/NMS for Data      00045 NOKIA Group  Fax:    +358-9-511 23580
                          Finland            marc.girod@ntc.nokia.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-01-31 23:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-31 23:58 egcs-ss-19990117 is now available law
     [not found] <nms.mail.egcs/19990117100617.30055.qmail@egcs.cygnus.com>
     [not found] ` <nms.mail.egcs/1ypv8egg5m.fsf@sinkku.ntc.nokia.com>
     [not found]   ` <nms.mail.egcs/10897.916611501@hurl.cygnus.com>
1999-01-31 23:58     ` Marc Girod
1999-01-31 23:58       ` Jeffrey A Law
1999-01-31 23:58   ` Marc Girod
1999-01-31 23:58 ` Marc Girod
1999-01-31 23:58   ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).