public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Minor SS issue...
@ 1997-08-19 16:06 Peter Seebach
  1997-08-19 17:54 ` gcc installation Thomas Weise
  0 siblings, 1 reply; 22+ messages in thread
From: Peter Seebach @ 1997-08-19 16:06 UTC (permalink / raw)
  To: egcs

Is there a point in egcs-ss-970814 extracting into
	egcs-ss-970814/egcs-ss-970814
?

I feel compelled to say "I heard you the first time".  :)

-s

^ permalink raw reply	[flat|nested] 22+ messages in thread
* xm-alpha.h alloca patch
@ 1997-08-19 19:00 Richard Henderson
  1997-08-19 19:08 ` gcc installation Jeffrey A Law
  0 siblings, 1 reply; 22+ messages in thread
From: Richard Henderson @ 1997-08-19 19:00 UTC (permalink / raw)
  To: egcs

GCC & G77 do not correctly bootstrap due to redefinitions of alloca.


r~


Tue Aug 19 11:49:54 1997  Richard Henderson  <rth@cygnus.com>

	* config/alpha/xm-alpha.h: Do the right thing with __GNUC__ and alloca.


diff -rpc2 -x CVS egcs/config/alpha/xm-alpha.h egcs-work/config/alpha/xm-alpha.h
*** egcs/config/alpha/xm-alpha.h	Mon Aug 18 08:49:48 1997
--- egcs-work/config/alpha/xm-alpha.h	Mon Aug 18 12:14:18 1997
*************** Boston, MA 02111-1307, USA.  */
*** 42,50 ****
  #define	FATAL_EXIT_CODE		33
  
! /* If not compiled with GNU C, use the builtin alloca.  */
! #if !defined(__GNUC__) && !defined(_WIN32)
  #include <alloca.h>
  #else
  extern void *alloca ();
  #endif
  
--- 42,55 ----
  #define	FATAL_EXIT_CODE		33
  
! /* If compiled with GNU C, use the builtin alloca.  */
! #ifdef __GNUC__
! #undef alloca
! #define alloca  __builtin_alloca
! #else
! #ifndef _WIN32
  #include <alloca.h>
  #else
  extern void *alloca ();
+ #endif
  #endif
  

^ permalink raw reply	[flat|nested] 22+ messages in thread
* f/runtime configure for x-builds?
@ 1997-08-21  6:32 Mumit Khan
  1997-08-21  8:00 ` gcc installation Thomas Weise
  0 siblings, 1 reply; 22+ messages in thread
From: Mumit Khan @ 1997-08-21  6:32 UTC (permalink / raw)
  To: egcs

currently the configuration for f/runtime is botched for x-builds, since
the configuration scripts uses host CC to do its job; eg., if your host
is i386-linux-gnulibc1 and target is i386-cygwin32, and you check for 
__CYGWIN32__, it won't find it since host cc is probably not the same as 
target and hence wouldn't define it.

For i386-cygwin32-g77, I did this by a horrible hack by forcing CC to be
GCC_FOR_TARGET, and even then it didn't work right. What's the right way
to do this?

Mumit

^ permalink raw reply	[flat|nested] 22+ messages in thread
* Re: mdbench for g77 & f2c+gcc
@ 1997-08-21 16:02 Furio Ercolessi
  1997-08-21 16:10 ` gcc installation Jeffrey A Law
  0 siblings, 1 reply; 22+ messages in thread
From: Furio Ercolessi @ 1997-08-21 16:02 UTC (permalink / raw)
  To: egcs

> Hi, All

Hi (what a large party!)

> i've benchmarked g77 and f2c+gcc
> using mdbench on Ultrasparc II / 200Mhz
> and Pentium/133Mhz/256k cache.

Thanks for the data, I am putting then online right now

> g77 and gcc were build from egcs-ss-970814.tar.gz sources

Do you have the g77 and gcc release numbers at hand?

> g77 -O6 -funroll-all-loops -fomit-frame-pointer -ffast-math
> -fstrength-reduce -fthread-jumps -mcpu=ultrasparc -mtune=ultrasparc
> mdbnch.f
> 
> 17.56 sec
> 
> not bad, huh!!! official data are
> 
> Sun Ultra 2 (200Mhz), Solaris 2.5.1, SC4.0 FORTRAN [^] ........ 15.7 s+
> 24Apr96

Well, now your data are also official ...
However, I now discovered that I erroneously reported
Sun Ultra 2 (300MHz), Solaris 2.6, f77 SC4.2 [o] .............. 14.6 s+ 16Jul97
where the MHz where incorrectly typed, this was in fact
Sun Ultra 2 (200MHz), Solaris 2.6, f77 SC4.2 [o] .............. 14.6 s+ 16Jul97
which is therefore the best time for this machine.

> my own result with sun f77 4.2 is 16.5 sec

The above time was obtained using
-fast -xO5 -xtarget=native -xarch=v8plus -stackvar -xdepend

> 2. Intel P133/60ns EDO 32M/256K cache, Triton2 HX board 
>    with agressive BIOS settings, Debian/hamm Linux
>    with glibc 2

Also for this case I would appreciate knowing the release numbers
of g77 and gcc.

Thank you very much again

furio ercolessi
SISSA
Trieste, Italy

^ permalink raw reply	[flat|nested] 22+ messages in thread
* GCC Installation
@ 2000-01-08 14:42 Deb, A. (Anindya)
  0 siblings, 0 replies; 22+ messages in thread
From: Deb, A. (Anindya) @ 2000-01-08 14:42 UTC (permalink / raw)
  To: gcc

I want to instal the gcc c and preferably, c++ compilers on my SGI
workstation
running Irix6.5 OS. I have downloaded a file  "gcc-2.95.2.tar.gz" from
the website " ftp://gcc.gnu.org/pub/gcc/releases/index.html " (full
distribution option). Where can I find clear guidelines (steps) on
installation? Also, have I downloaded the correct file? 

Thank you very much. 
 
Regards,

Anindya Deb.
E-Mail: adeb@ford.com

^ permalink raw reply	[flat|nested] 22+ messages in thread
* GCC installation
@ 2000-02-14  2:52 Salvatore Sciortino
  0 siblings, 0 replies; 22+ messages in thread
From: Salvatore Sciortino @ 2000-02-14  2:52 UTC (permalink / raw)
  To: gcc

I have successfully installed 
the complete gcc-2.95.2 under alphaev56-dec-osf4.0f

Regards
S. Sciortino

^ permalink raw reply	[flat|nested] 22+ messages in thread
* gcc installation
@ 2000-11-13  4:34 michal
  2000-11-13 20:04 ` Alexandre Oliva
  0 siblings, 1 reply; 22+ messages in thread
From: michal @ 2000-11-13  4:34 UTC (permalink / raw)
  To: gcc

Hi.. I have a problem installing gcc on a Alpha
machine with Tru64 Unix.
I first run ./configure which seems to be OK, it
creates the Makefile.  Then I run Make which runs with
a few warnings and halts on the linking part with:
ld:
Unresolved:
ASM_FILE_START
error..
What should I do?
thanks
michael

__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/

^ permalink raw reply	[flat|nested] 22+ messages in thread
* gcc installation
@ 2001-06-05  9:46 Radisa Maksimovic
  2001-06-05 11:05 ` Joe Buck
  2001-06-06  3:26 ` Robert McNulty Junior
  0 siblings, 2 replies; 22+ messages in thread
From: Radisa Maksimovic @ 2001-06-05  9:46 UTC (permalink / raw)
  To: gcc

Hi;
I downloaded the recompiled version of gcc-2.95.3 for Solaris8 Intel but
can't
run srcdir/configure because don't know which value to set for the
variable CC.
I get this message: "The command 'cc -o conftest -g conftest.c' failed".

"You must set the environment variable CC to a working compiler".
Sorry but I'm new at this, am trying to learn C++ by myself.
Your help would be highly appreciated.
Thank you.

Carmen Lacassi

^ permalink raw reply	[flat|nested] 22+ messages in thread
* gcc installation
@ 2002-01-17 11:58 Justin R. Gortner
  2002-01-17 12:14 ` Andrea 'Fyre Wyzard' Bocci
  0 siblings, 1 reply; 22+ messages in thread
From: Justin R. Gortner @ 2002-01-17 11:58 UTC (permalink / raw)
  To: gcc

GCC Team,

I'm not sure if you answer these types of question via e-mail, but here it
goes anyhow; I just installed Mandrake Linux on my computer. It has GCC on
it now but I need to update it. I downloaded and uncompressed
gcc-g++2.95.2.tar.gz, but I have no idea how to update the existing gcc with
these files. If you could just give me a set of instructions to a newbie it
would really be a great help! Thanks,

Justin R. Gortner of Virginia Tech

^ permalink raw reply	[flat|nested] 22+ messages in thread
* GCC Installation
@ 2002-04-06 22:22 Rabea Husseis
  2002-04-06 22:23 ` Bobby McNulty Junior
  0 siblings, 1 reply; 22+ messages in thread
From: Rabea Husseis @ 2002-04-06 22:22 UTC (permalink / raw)
  To: gcc

Hello...

I got the blw error every time I try to install gcc
package:


#pkgadd -d gcc-2.95.3-sol7-sparc-local

The following packages are available:
1 SMCgcc gcc
(sparc) 2.95.3

Select package(s) you wish to process (or 'all' to
process
all packages). (default: all) [?,??,q]: 1

Processing package instance <SMCgcc> from
</gcc-2.95.3-sol7-sparc-local>

gcc
(sparc) 2.95.3
cpio: Cannot write
"reloc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/cc1obj",
errno
28, No space left on device
cpio: Cannot write
"reloc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/cc1plus",
errn
o 28, No space left on device
cpio: Cannot write
"reloc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/chillrt0.o",
e
rrno 28, No space left on device
cpio: Cannot write
"reloc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/collect2",
err
no 28, No space left on device
cpio: Cannot write
"reloc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/cpp0",
errno 2
8, No space left on device
cpio: Cannot write
"reloc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/crtbegin.o",
e
rrno 28, No space left on device
cpio: Cannot write
"reloc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/f771",
errno 2
8, No space left on device
cpio: Cannot write
"reloc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/gmon.o",
errno
28, No space left on device
cpio: Cannot write
"reloc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/include/assert
.h", errno 28, No space left on device
cpio: Cannot write "



pkgadd: ERROR: attempt to process datastream failed
- process </usr/bin/cpio -icdumD -C 512> failed, exit
code 95
pkgadd: ERROR: unable to unpack datastream

Installation of <SMCgcc> failed (internal error).
No changes were made to the system.
#

Can u pls advise how I can over come this problem? I
alrady tried to install "gcc-3.0.3-sol7-sparc-local"
but still the same.

Thanx

Rabea 

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

^ permalink raw reply	[flat|nested] 22+ messages in thread
* gcc installation
@ 2002-05-22 14:49 nicholas
  2002-05-22 15:30 ` Kelley Cook
  0 siblings, 1 reply; 22+ messages in thread
From: nicholas @ 2002-05-22 14:49 UTC (permalink / raw)
  To: gcc

Hey,

I am trying to install GCC 3.0.4 but as I don't have any earlier version 
of GCC or any C compiler installed on my system my problem is fairly 
obvious.  I have looked in your Binaries directory and have found 
nothing that helps me as I am running OS X 10.1.4.

Where can I find a pre-compiled C compiler and how do I set my 
environment variable CC to that compiler?

thanks

nicholas

^ permalink raw reply	[flat|nested] 22+ messages in thread
* GCC Installation
@ 2002-10-11  9:48 Mini_Thyagarajan
  2002-10-11  9:55 ` Mini_Thyagarajan
  2002-10-11 11:19 ` Mike Stump
  0 siblings, 2 replies; 22+ messages in thread
From: Mini_Thyagarajan @ 2002-10-11  9:48 UTC (permalink / raw)
  To: gcc

Hi,
      I recently installed gcc in my machine.  I've got all the exe's and
cygwin.dll in the folder D:\program files\gnu\arm\arm-unknownn-elf\bin.  I
wrote a Hello.c program which resides in the same directory.  When I tried
to compile the program using 'gcc hello.c' command, I got the following
error.
gcc: Installation problem, cannot exec "cpp0": no such file or directory.
  I couldn't figure that out.  What does that mean?  What is the solution?
Please advise me.

Thanks in advance,

Mini Thyagarajan,
Development Process Engineer.


^ permalink raw reply	[flat|nested] 22+ messages in thread
[parent not found: <200304300904.h3U94wX18945@anatolia.koeri.boun.edu.tr>]

end of thread, other threads:[~2003-04-30 10:01 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-19 16:06 Minor SS issue Peter Seebach
1997-08-19 17:54 ` gcc installation Thomas Weise
1997-08-19 19:00 xm-alpha.h alloca patch Richard Henderson
1997-08-19 19:08 ` gcc installation Jeffrey A Law
1997-08-21  6:32 f/runtime configure for x-builds? Mumit Khan
1997-08-21  8:00 ` gcc installation Thomas Weise
1997-08-21 16:02 mdbench for g77 & f2c+gcc Furio Ercolessi
1997-08-21 16:10 ` gcc installation Jeffrey A Law
2000-01-08 14:42 GCC Installation Deb, A. (Anindya)
2000-02-14  2:52 GCC installation Salvatore Sciortino
2000-11-13  4:34 gcc installation michal
2000-11-13 20:04 ` Alexandre Oliva
2001-06-05  9:46 Radisa Maksimovic
2001-06-05 11:05 ` Joe Buck
2001-06-06  3:26 ` Robert McNulty Junior
2002-01-17 11:58 Justin R. Gortner
2002-01-17 12:14 ` Andrea 'Fyre Wyzard' Bocci
2002-04-06 22:22 GCC Installation Rabea Husseis
2002-04-06 22:23 ` Bobby McNulty Junior
2002-05-22 14:49 gcc installation nicholas
2002-05-22 15:30 ` Kelley Cook
2002-10-11  9:48 GCC Installation Mini_Thyagarajan
2002-10-11  9:55 ` Mini_Thyagarajan
2002-10-11 11:19 ` Mike Stump
     [not found] <200304300904.h3U94wX18945@anatolia.koeri.boun.edu.tr>
2003-04-30 16:18 ` gcc installation Gonca Orgulu

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