public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* success
@ 2000-11-16 10:25 Italo Antonio
  0 siblings, 0 replies; 12+ messages in thread
From: Italo Antonio @ 2000-11-16 10:25 UTC (permalink / raw)
  To: gcc

just to let you know, i sucessfully compiled/installed gcc 2.95 on an
alphaev6-dec-osf4.0g
(thats not listed in the webpage)

bye


^ permalink raw reply	[flat|nested] 12+ messages in thread
* success
@ 1999-10-07 14:54 Dave Carter
  1999-10-31 23:35 ` success Dave Carter
  0 siblings, 1 reply; 12+ messages in thread
From: Dave Carter @ 1999-10-07 14:54 UTC (permalink / raw)
  To: gcc

Success building gcc-2.95.1.  Didn't see this on your build status page.

/usr/local/src/gcc-2.95.1> ./config.guess 
alpha-dec-osf4.0d

^ permalink raw reply	[flat|nested] 12+ messages in thread
* success
@ 1999-08-30  6:45 Mike Williams
  1999-08-31 23:20 ` success Mike Williams
  0 siblings, 1 reply; 12+ messages in thread
From: Mike Williams @ 1999-08-30  6:45 UTC (permalink / raw)
  To: gcc

alphaev6-dec-osf4.0f successful.

Mike Williams - Systems Manager. Mike@geharris.co.uk
These are my own opinions and should not be taken
as the opinion of GE Harris Energy Control Systems (UK) Ltd
or MPW Solutions Ltd.
Tel 01506 402 749 Fax 01506 416 818 

^ permalink raw reply	[flat|nested] 12+ messages in thread
* success
@ 1999-05-25  6:35 Jens Racky
  1999-05-31 21:36 ` success Jens Racky
  0 siblings, 1 reply; 12+ messages in thread
From: Jens Racky @ 1999-05-25  6:35 UTC (permalink / raw)
  To: egcs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

pcrt1-2:~ # /usr4/egcs-19990517/config.guess
i586-pc-linux-gnu

Build on S.u.S.E. Linux 6.1, AMD-K6 CPU


Tschüß

Jens Racky

-- 
Dipl.-Ing. Jens Racky
Universitaet Kaiserslautern
Fachbereich Elektrotechnik
Lehrstuhl für Regelungstechnik und Signaltheorie
Postfach 3049             
Erwin-Schroedinger-Strasse
67653 Kaiserslautern
Telefon +49-[0]631-205-2829
Telefax +49-[0]631-205-4205
e-mail: Jens.Racky@e-technik.uni-kl.de
WWW: http://www.rhrk.uni-kl.de/~racky

^ permalink raw reply	[flat|nested] 12+ messages in thread
* success
@ 1998-11-10 21:26 chris
  0 siblings, 0 replies; 12+ messages in thread
From: chris @ 1998-11-10 21:26 UTC (permalink / raw)
  To: egcs

I built egcs 1.1b

I have not tested it on my own programs yet but this will happen soon.
Thanks for makeing it.

Qubert

^ permalink raw reply	[flat|nested] 12+ messages in thread
* success
@ 1998-09-09 12:19 Paul J. Tackley
  0 siblings, 0 replies; 12+ messages in thread
From: Paul J. Tackley @ 1998-09-09 12:19 UTC (permalink / raw)
  To: egcs

I successfully built and installed egcs on: i686-pc-linux-gnu

Paul Tackley

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Success
@ 1998-01-19  2:30 dcanazz
  0 siblings, 0 replies; 12+ messages in thread
From: dcanazz @ 1998-01-19  2:30 UTC (permalink / raw)
  To: egcs

i586-pc-linux-gnulibc1

Debian Linux 1.3.1, kernel 2.0.33
Istalled and working

daniele

^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <19971205152811.44442@dgii.com>]
* Success...
@ 1997-12-05 12:11 Theodore Papadopoulo
  0 siblings, 0 replies; 12+ messages in thread
From: Theodore Papadopoulo @ 1997-12-05 12:11 UTC (permalink / raw)
  To: egcs

	Hello,

	I've succesfully compiled and tested egcs-1.0 on my i586-pc-linux-gnulibc1
with the enable-shared flag set (my system is slackware based).

My only current grief is that I do not understand what is to be done with
shared libraries (specifically libstdc++.so.2.8.0). The FAQ states that we do
not want to add a -R flag for NFS access problems but does not give any
solution. OK, I can set my LD_LIBRARY_PATH variable but that does not seem
to be a proper solution when having many users. The only alternatives I can
see are:

	- Add the library directory to the cache used by the system (ldconfig like
      stuff). Or make links from /lib or /usr/lib to the proper libraries.

	- Impose a unique point of installation for the libraries
      (eg /usr/local/lib/gnu) and safely use a -R flag to that point.
	  I guess this is what are usually doing vendors such as Sun, HP, IBM,...

But in many cases this is not possible since root acces is needed to finish
the installation so that only two things can be done:

    - Have everyone to specify a LD_LIBRARY_PATH (I hate that solution).

    - Reintroduce the -R flag for $prefix/lib and know you cannot
      distribute compiled code.

	- Use an awful hack: an executable that would allow to directly change
      the corresponding flag in the executable (Really awful). This would
      certainly mean reserving some space in the binary file ??
      Sorry for even mentionning such a thing ;-) ...

Wouldn't it be possible to let the user decide which setup it prefers. This
would just mean allow for something like (I think the two options below
cover all the reasonnable situations):

	--enable-shared  (that does exactly what is done currently but with
    a message at the end of installation stating that the installer has
    to do something to catch this last problem (ldconfig or put a symbolic
    link at the proper location or whatever). 

	--enable-shared=Some_directory in which case the "-R Some_directory" will
    be added at the proper location in the spec file. And then emit a warning
    at configuration that this may lead to problems when exchanging binaries
    with other sites that may have a different configuration if static linking
    is not used.

Does this seems reasonnable ? Or am I missing stupidly another simple
solution.

	In any case, egcs is great !!!
	Thank's a lot for all the work it represents.

		Theo.

                === gcc Summary ===
 
# of expected passes            4883
# of expected failures          5
# of unsupported tests          7
/0/robotvis/papadop/gcc/egcs/egcs-1.0/gcc/xgcc version egcs-2.90.21 971202 (egcs-1.00 release)
 
   === g++ tests ===

XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38)
XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test

=== g++ Summary ===

# of expected passes            3400
# of unexpected successes       3
# of expected failures          80
# of untested testcases         6
/0/robotvis/papadop/gcc/egcs/egcs-1.0/gcc/testsuite/../xgcc version egcs-2.90.21 971202 (egcs-1.00 release)

Test Run By papadop on Fri Dec  5 17:18:02 1997
Native configuration is i586-pc-linux-gnulibc1

=== g77 tests ===

FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 
 
                === g77 Summary ===
 
# of expected passes            130
# of unexpected failures        2
/0/robotvis/papadop/gcc/egcs/egcs-1.0/gcc/g77 version egcs-2.90.21 971202 (egcs-1.00 release)



--------------------------------------------------------------------
Theodore Papadopoulo
Email:  papadop@sophia.inria.fr               Tel: (33) 93 65 76 01
--------------------------------------------------------------------


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

end of thread, other threads:[~2000-11-16 10:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-16 10:25 success Italo Antonio
  -- strict thread matches above, loose matches on Subject: below --
1999-10-07 14:54 success Dave Carter
1999-10-31 23:35 ` success Dave Carter
1999-08-30  6:45 success Mike Williams
1999-08-31 23:20 ` success Mike Williams
1999-05-25  6:35 success Jens Racky
1999-05-31 21:36 ` success Jens Racky
1998-11-10 21:26 success chris
1998-09-09 12:19 success Paul J. Tackley
1998-01-19  2:30 Success dcanazz
     [not found] <19971205152811.44442@dgii.com>
1997-12-05 16:52 ` Success Theodore Papadopoulo
1997-12-05 12:11 Success Theodore Papadopoulo

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