public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Fortran Test suite
@ 1999-05-24  7:41 Christopher R. Jones
  1999-05-24  8:08 ` Jeffrey A Law
  1999-05-31 21:36 ` Christopher R. Jones
  0 siblings, 2 replies; 8+ messages in thread
From: Christopher R. Jones @ 1999-05-24  7:41 UTC (permalink / raw)
  To: egcs

I have successfully complied and installed egcs-1.1.2 on Solaris 7, Intel.
I would like to run the g77 tests only.  I downloaded and untarred the full
test suite and the fortran test suite.  I have read that I have to install
dejagnu before I run the tests.  Are there any tricks to installing the
dejagnu program?  Do I need tcl installed first?  Once dejagnu is
installed, how do I run the g77 portion of the test suite?

Thanks for any help.


Christopher R. Jones, P.Eng.
14 Oneida Avenue
Toronto, Ontario M5J 2E3
Tel. 416 203-7465
Fax. 416 203-3044
Email cj@interlog.com


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

* Re: Fortran Test suite
  1999-05-24  7:41 Fortran Test suite Christopher R. Jones
@ 1999-05-24  8:08 ` Jeffrey A Law
  1999-05-24  8:16   ` alex.buell
  1999-05-31 21:36   ` Jeffrey A Law
  1999-05-31 21:36 ` Christopher R. Jones
  1 sibling, 2 replies; 8+ messages in thread
From: Jeffrey A Law @ 1999-05-24  8:08 UTC (permalink / raw)
  To: Christopher R. Jones; +Cc: egcs

  In message < 3.0.32.19990524104309.0095d210@mail.interlog.com >you write:
  > I have successfully complied and installed egcs-1.1.2 on Solaris 7, Intel.
  > I would like to run the g77 tests only.  I downloaded and untarred the full
  > test suite and the fortran test suite.  I have read that I have to install
  > dejagnu before I run the tests.  Are there any tricks to installing the
  > dejagnu program?  Do I need tcl installed first?  Once dejagnu is
  > installed, how do I run the g77 portion of the test suite?
The dejagnu distributions are self-contained (ie, they come with their own
copy of tcl).

Once installed "make check-g77" from within <objdir>/gcc will run the g77
testsuite.

jeff

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

* Re: Fortran Test suite
  1999-05-24  8:08 ` Jeffrey A Law
@ 1999-05-24  8:16   ` alex.buell
  1999-05-24  8:21     ` Jeffrey A Law
  1999-05-31 21:36     ` alex.buell
  1999-05-31 21:36   ` Jeffrey A Law
  1 sibling, 2 replies; 8+ messages in thread
From: alex.buell @ 1999-05-24  8:16 UTC (permalink / raw)
  To: law; +Cc: egcs

On Mon, 24 May 1999, Jeffrey A Law wrote:

> The dejagnu distributions are self-contained (ie, they come with their
> own copy of tcl).

A while back someone patched dejagnu to exclude tcl & expect for those of
us who already have either of the two installed. Is there any possibility
that these patches will be included in the next release of dejagnu, or
whether tcl & expect will be taken out of dejagnu completely? 

Cheers,
Alex.

-- 
"The Bible was written by the same people who said the Earth was flat!"

http://www.tahallah.demon.co.uk

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

* Re: Fortran Test suite
  1999-05-24  8:16   ` alex.buell
@ 1999-05-24  8:21     ` Jeffrey A Law
  1999-05-31 21:36       ` Jeffrey A Law
  1999-05-31 21:36     ` alex.buell
  1 sibling, 1 reply; 8+ messages in thread
From: Jeffrey A Law @ 1999-05-24  8:21 UTC (permalink / raw)
  To: alex.buell; +Cc: egcs

  In message < Pine.GSO.4.10.9905241609510.1187-100000@muis3 >you write:
  > A while back someone patched dejagnu to exclude tcl & expect for those of
  > us who already have either of the two installed. Is there any possibility
  > that these patches will be included in the next release of dejagnu, or
  > whether tcl & expect will be taken out of dejagnu completely? 
You should have to talk to the dejagnu folks.

I doubt they'll ever take out tcl & expect entirely.

jeff

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

* Re: Fortran Test suite
  1999-05-24  8:16   ` alex.buell
  1999-05-24  8:21     ` Jeffrey A Law
@ 1999-05-31 21:36     ` alex.buell
  1 sibling, 0 replies; 8+ messages in thread
From: alex.buell @ 1999-05-31 21:36 UTC (permalink / raw)
  To: law; +Cc: egcs

On Mon, 24 May 1999, Jeffrey A Law wrote:

> The dejagnu distributions are self-contained (ie, they come with their
> own copy of tcl).

A while back someone patched dejagnu to exclude tcl & expect for those of
us who already have either of the two installed. Is there any possibility
that these patches will be included in the next release of dejagnu, or
whether tcl & expect will be taken out of dejagnu completely? 

Cheers,
Alex.

-- 
"The Bible was written by the same people who said the Earth was flat!"

http://www.tahallah.demon.co.uk

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

* Re: Fortran Test suite
  1999-05-24  8:21     ` Jeffrey A Law
@ 1999-05-31 21:36       ` Jeffrey A Law
  0 siblings, 0 replies; 8+ messages in thread
From: Jeffrey A Law @ 1999-05-31 21:36 UTC (permalink / raw)
  To: alex.buell; +Cc: egcs

  In message < Pine.GSO.4.10.9905241609510.1187-100000@muis3 >you write:
  > A while back someone patched dejagnu to exclude tcl & expect for those of
  > us who already have either of the two installed. Is there any possibility
  > that these patches will be included in the next release of dejagnu, or
  > whether tcl & expect will be taken out of dejagnu completely? 
You should have to talk to the dejagnu folks.

I doubt they'll ever take out tcl & expect entirely.

jeff

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

* Re: Fortran Test suite
  1999-05-24  8:08 ` Jeffrey A Law
  1999-05-24  8:16   ` alex.buell
@ 1999-05-31 21:36   ` Jeffrey A Law
  1 sibling, 0 replies; 8+ messages in thread
From: Jeffrey A Law @ 1999-05-31 21:36 UTC (permalink / raw)
  To: Christopher R. Jones; +Cc: egcs

  In message < 3.0.32.19990524104309.0095d210@mail.interlog.com >you write:
  > I have successfully complied and installed egcs-1.1.2 on Solaris 7, Intel.
  > I would like to run the g77 tests only.  I downloaded and untarred the full
  > test suite and the fortran test suite.  I have read that I have to install
  > dejagnu before I run the tests.  Are there any tricks to installing the
  > dejagnu program?  Do I need tcl installed first?  Once dejagnu is
  > installed, how do I run the g77 portion of the test suite?
The dejagnu distributions are self-contained (ie, they come with their own
copy of tcl).

Once installed "make check-g77" from within <objdir>/gcc will run the g77
testsuite.

jeff

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

* Fortran Test suite
  1999-05-24  7:41 Fortran Test suite Christopher R. Jones
  1999-05-24  8:08 ` Jeffrey A Law
@ 1999-05-31 21:36 ` Christopher R. Jones
  1 sibling, 0 replies; 8+ messages in thread
From: Christopher R. Jones @ 1999-05-31 21:36 UTC (permalink / raw)
  To: egcs

I have successfully complied and installed egcs-1.1.2 on Solaris 7, Intel.
I would like to run the g77 tests only.  I downloaded and untarred the full
test suite and the fortran test suite.  I have read that I have to install
dejagnu before I run the tests.  Are there any tricks to installing the
dejagnu program?  Do I need tcl installed first?  Once dejagnu is
installed, how do I run the g77 portion of the test suite?

Thanks for any help.


Christopher R. Jones, P.Eng.
14 Oneida Avenue
Toronto, Ontario M5J 2E3
Tel. 416 203-7465
Fax. 416 203-3044
Email cj@interlog.com


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

end of thread, other threads:[~1999-05-31 21:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-24  7:41 Fortran Test suite Christopher R. Jones
1999-05-24  8:08 ` Jeffrey A Law
1999-05-24  8:16   ` alex.buell
1999-05-24  8:21     ` Jeffrey A Law
1999-05-31 21:36       ` Jeffrey A Law
1999-05-31 21:36     ` alex.buell
1999-05-31 21:36   ` Jeffrey A Law
1999-05-31 21:36 ` Christopher R. Jones

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).