public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc-64 on HP-UX 11.00
@ 2002-04-04  2:03 H.Merijn Brand
  2002-04-04  8:22 ` law
       [not found] ` <200204041958.g34JwTbA011272@hiauly1.hia.nrc.ca>
  0 siblings, 2 replies; 189+ messages in thread
From: H.Merijn Brand @ 2002-04-04  2:03 UTC (permalink / raw)
  To: gcc

As I've seen on the gcc web site, HP-UX 11.00 has been promoted to primary
target site. I've got no trouble building gcc in 32 bit mode, but building a
64bit gcc is still almost impossible.

Is there a preferred way to build from the latest snapshot? Do you want more
specific messages about the problems?

I'm not into the gcc sources, but somehow I seem to be willing to function as
a compile farm.

I've got

	The latest HP-UX 11.00 with the latest patches
	The latest C compiler (B.11.11.04 HP C/ANSI C Compiler)
	Several ports of gcc
		3.0.4/32
		3.0.1/64
		3.0.2/64
	binutils-2.11.90/64
	binutils-2.12/64

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.7.3 & 631 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro & WinCE 2.11.  Smoking perl CORE: smokers@perl.org
http://archives.develooper.com/daily-build@perl.org/   perl-qa@perl.org
send smoke reports to: smokers-reports@perl.org, QA: http://qa.perl.org

^ permalink raw reply	[flat|nested] 189+ messages in thread
[parent not found: </prmd=kp/o=notes/s=Maznabi/g=Sally/i=S/"@MHS>]
* gcc 2.95.2
@ 2001-01-30 10:15 EXT-MOORE, JERRY
  2001-01-30 13:56 ` Alexandre Oliva
  0 siblings, 1 reply; 189+ messages in thread
From: EXT-MOORE, JERRY @ 2001-01-30 10:15 UTC (permalink / raw)
  To: 'gcc@gcc.gnu.org'

I downloaded your precompiled version of gcc on HP-UX 11.0 clean install.
I get the following error messages when trying to compile a simple 18 line
source which 
is a test.

# gcc -o rand rand.c
as: "/var/tmp/ccfeGsvc.s", line 25: error 1052: Directive name not
recognized -NSUBSPA
as: "/var/tmp/ccfeGsvc.s", line 61: warning 36: Use of %fr22L is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 63: warning 36: Use of %fr24L is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 64: warning 36: Use of %fr24L is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 64: warning 36: Use of %fr22L is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 64: warning 36: Use of %fr23 is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 64: warning 36: Use of XMPYU is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 65: warning 36: Use of %fr23L is incorrect
for the current LEVEL of 1.0



Source:
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

main()
{
        int i,y;
        int rand();
        int k;
        double x;

        srand(time(NULL));

        for (i = 1; i<7; i++)
        {
        printf("\nThe number is %d\n", rand()%55);
        }
}



^ permalink raw reply	[flat|nested] 189+ messages in thread
* GCC 2.95.2
@ 2000-12-04  3:26 c958179
  0 siblings, 0 replies; 189+ messages in thread
From: c958179 @ 2000-12-04  3:26 UTC (permalink / raw)
  To: gcc

 I am using gcc-2.95.2 to compile a c++ program. The program has been
 compiled and run with a egcs-1.1.2 compiler before.But when I try to
 compile the same program with gcc-2.95.2 I get errors like:

 ANCI C++ forbids declaration 'xxxx' with no type.
 and
 field 'xxxx' has incomplete type.

 What is the meaning of these errors?


In the source code(RigidBodyTrans.H) I am having the following
errors:
field 'rotate' has incomplete type
field 'translate' has incomplete type

And in the source code RAPID_PRIVATE, I am getting this error:

ANCI C++ forbids declaration 'RAPID_Collide' with no type.


Thank you


Sc.

^ permalink raw reply	[flat|nested] 189+ messages in thread
* GCC 2.95.2
@ 2000-12-04  2:01 c958179
  2000-12-04  2:05 ` Bo Thorsen
  0 siblings, 1 reply; 189+ messages in thread
From: c958179 @ 2000-12-04  2:01 UTC (permalink / raw)
  To: gcc

I am using gcc-2.95.2 to compile a c++ program. The program has been
compiled and run with a egcs-1.1.2 compiler before.But when I try to
compile the same program with gcc-2.95.2 I get errors like:

ANCI C++ forbids declaration 'xxxx' with no type.
and
field 'xxxx' has incomplete type.

What is the meaning of these errors?

Are there something wrong with the program or with the compiler?

Thank you in advance.

Sc.




^ permalink raw reply	[flat|nested] 189+ messages in thread
* GCC 2.95.2
@ 2000-11-30  6:01 c958179
  2000-11-30 13:27 ` Erik Mouw
  0 siblings, 1 reply; 189+ messages in thread
From: c958179 @ 2000-11-30  6:01 UTC (permalink / raw)
  To: gcc

Why can't I use GCC 2.95.2 for a makefile with folloving condition:
I mean it exit.

target-dir:
	@if ( $(MAKE) -version 2>/dev/null | grep GNU > /dev/null ) ; then
\
		echo Gnumake. Excellent ; \
	else \
		echo This does not appear to be gnumake. ; \
		exit 1 ; \



Why is gcc-2.95.2 not fulfilling the condition?


Rb.

^ permalink raw reply	[flat|nested] 189+ messages in thread
* gcc 2.95.2
@ 2000-10-02  7:53 Michael Clifford
       [not found] ` <20001002171956.A5262@napalm.go.cz>
  2000-10-02 22:53 ` Alexandre Oliva
  0 siblings, 2 replies; 189+ messages in thread
From: Michael Clifford @ 2000-10-02  7:53 UTC (permalink / raw)
  To: gcc; +Cc: michael

Hello everyone,

I have one question. I am running RedHat 6.1 and decided to
update gcc. I downloaded gcc-2.95.2 source. 

I Then followed the install instructions to install a native
compiler. From the top level directory of the tarball I did:

mkdir objdir
cd objdir
./configure --prefix=/usr
make bootstrap

All that was fine and well. I then removed the egcs rpms from my
RH install. There were 3 of them.

I then did:
make install

Everything installed without a hitch. What I do notice now is
that when I run the configure script for any app, it tells me:

checking host system type... configure: error: can not guess
host type; you must specify one

I have never had this problem. How can I fix it to where
config.guess determines my host type again?

P.S - I am not on the list, so please forward to
michael@eternal-bliss.com

cliffom
-- 
Michael Clifford
http://www.eternal-bliss.com

"We can only learn so much and live." -- Thomas Harris

^ permalink raw reply	[flat|nested] 189+ messages in thread
* GCC 2.95.2
@ 2000-01-12  3:32 Rainer Drath
  0 siblings, 0 replies; 189+ messages in thread
From: Rainer Drath @ 2000-01-12  3:32 UTC (permalink / raw)
  To: gcc

Can GNU C 2.95.2 compile PalmOS-Applications (*.prc) on a Windows machine?
Does anybody have gotten this into work? Perhaps the application for Windows
is available in a compiled status? Can anybody help me?

Thanks

Rainer Drath

^ permalink raw reply	[flat|nested] 189+ messages in thread
* GCC 2.95.2
@ 1999-10-27  8:29 Dana, Eric
  1999-10-27 12:39 ` Jeffrey A Law
                   ` (2 more replies)
  0 siblings, 3 replies; 189+ messages in thread
From: Dana, Eric @ 1999-10-27  8:29 UTC (permalink / raw)
  To: 'gcc@gcc.gnu.org'

I see that gcc 2.95.2 is available on ftp.gnu.org, but there was
no official announcement and the egcs page has not been updated. Is
this an official release or is the egcs page out of date?

--Eric Dana--

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

end of thread, other threads:[~2007-04-15 16:35 UTC | newest]

Thread overview: 189+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <no.id>
1997-09-30  8:09 ` Mini-patch for cccp.c Thomas Koenig
1997-09-30 23:24   ` Jeffrey A Law
1997-10-06  8:25   ` Thomas Koenig
1997-11-16 18:42 ` A new bug in 971114 H.J. Lu
1998-04-20 11:44 ` egcs 1.0.3 on linux/alpha H.J. Lu
1998-07-17 16:48 ` -Wall stops compiling of egcs-1.0.3 Joe Buck
1998-10-30 19:14 ` A bad EH bug H.J. Lu
     [not found] ` <19981218003619.B28066@cerebro.laendle>
     [not found]   ` <19981220010520.A4999@tantalophile.demon.co.uk>
     [not found]     ` <19981220223834.D16580@cerebro.laendle>
1998-12-21  2:53       ` GCC 2.7.2.3 good, EGCS 1.0.3 bad for x86 subtract then test Jamie Lokier
1998-12-23 14:19         ` Richard Henderson
1998-12-23 20:57           ` Jeffrey A Law
1998-12-24  1:11             ` Toshiyasu Morita
1998-12-25 18:17           ` Michael Hayes
1998-12-25 21:57             ` Jeffrey A Law
1998-12-26  2:07               ` Michael Hayes
1998-12-27  0:13                 ` Jeffrey A Law
1998-12-27  0:59                   ` Michael Hayes
2000-12-19 21:48 ` FWIW: VAX fix backport and gcc built on 4.3BSD first time ever! John David Anglin
2000-12-21 14:32   ` John David Anglin
2001-01-01 16:37 ` pa reload problem John David Anglin
2001-01-03 20:57   ` Jeffrey A Law
2001-01-03 22:08     ` John David Anglin
2001-01-04  9:55       ` Jeffrey A Law
2001-01-04 11:12         ` John David Anglin
2001-01-04 11:35         ` John David Anglin
2001-01-04 11:48           ` Alexandre Oliva
2001-01-04 13:06             ` John David Anglin
2001-01-04 13:18               ` Alexandre Oliva
2001-01-04 14:12                 ` John David Anglin
2001-01-12 19:40 ` RFC: Jump to const_int John David Anglin
2001-01-12 21:10   ` Fergus Henderson
2001-04-17 19:11 ` GCC 3.0 Status Report John David Anglin
2001-04-18  0:55   ` Mark Mitchell
2001-04-18  9:00     ` John David Anglin
2001-04-18 13:51     ` John David Anglin
2001-04-20 13:36       ` Mark Mitchell
2001-04-21 19:33 ` C++ Issue on GCC 3.0 branch John David Anglin
2001-04-23  2:18   ` Bernd Schmidt
2001-04-23  7:51     ` law
2001-04-23  7:55       ` Bernd Schmidt
2001-04-23  7:56       ` Bernd Schmidt
2001-04-23  8:14         ` law
2001-04-25 10:26   ` Mark Mitchell
2001-04-25 14:04     ` John David Anglin
2001-04-25 17:31       ` Mark Mitchell
2001-04-26  8:31         ` John David Anglin
2001-04-26 10:25           ` Mark Mitchell
2001-04-26 10:02         ` law
2001-04-23 15:21 ` John David Anglin
2001-04-24 19:21   ` law
2001-04-24 20:23     ` John David Anglin
2001-04-26 16:45       ` law
2001-04-26 17:02         ` Mark Mitchell
2001-04-26 17:29           ` law
2001-04-27 10:43         ` John David Anglin
2001-04-27 15:14         ` John David Anglin
2001-04-28  9:55           ` law
2001-04-30  8:59         ` John David Anglin
2001-05-16 16:22 ` gcc 2.95.2 Joe Buck
2001-06-14  9:58 ` STL warnings recently appeared in the 3.0 branch John David Anglin
2001-06-14 11:34 ` Possible corruption of gcc-3.0-20010614.tar.bz2 John David Anglin
2001-06-14 15:56 ` PATCH: Fix invalid loader fixups from shared libobjc with John David Anglin
2001-08-09 15:12 ` Simple returns are broken in gcc 3.X John David Anglin
2001-08-09 15:48   ` Richard Henderson
2001-12-12  8:49 ` Question regarding ICE in instantiate_virtual_regs_1, at function.c:3880 John David Anglin
2001-12-12 15:58   ` John David Anglin
2001-12-13  1:28     ` Jan Hubicka
2001-12-13 11:57       ` John David Anglin
2001-12-13 12:05         ` Jan Hubicka
2001-12-14 13:26           ` John David Anglin
2002-01-30 17:36 ` condition codes, haifa-sched and virtual-stack-vars Ulrich Weigand
2002-02-21 13:31 ` Help! DW function pointer encoding for PA John David Anglin
2002-02-21 19:28   ` David Edelsohn
2002-04-05 12:45 ` middle-end/6180: Infinite loop in cc1 during dbr pass John David Anglin
2002-04-05 13:54   ` Richard Henderson
2002-04-06 12:58     ` John David Anglin
2002-04-06 14:51       ` Richard Henderson
2002-04-10 15:30 ` gcc-64 on HP-UX 11.00 John David Anglin
2002-04-11 10:25 ` John David Anglin
2002-04-11 10:43   ` H.Merijn Brand
2002-04-11 11:04   ` law
2002-04-15 13:39 ` John David Anglin
2002-04-16 13:14   ` law
2002-04-16 15:25     ` John David Anglin
2002-11-13  3:37   ` gcc-64 20021111 broken " H.Merijn Brand
2002-11-13  5:38     ` H.Merijn Brand
2002-11-13  8:31       ` John David Anglin
2002-11-13 13:12       ` John David Anglin
2002-11-15  9:54         ` H.Merijn Brand
2002-11-13  8:30     ` John David Anglin
2002-04-26 10:43 ` bison 1.33 problem with mainline c-parse.in: yyfree_stacks John David Anglin
2002-05-11 20:28 ` corrections to recent profile-arcs change John David Anglin
2002-06-01 17:01 ` vax double precision broken Joe Buck
2002-07-11  6:34 ` Bootstrapping hppa64? CPP problem John David Anglin
2002-07-16 13:21 ` [parisc-linux] gcc-3.[02] alignment problem John David Anglin
2002-07-16 13:43   ` Randolph Chung
2002-07-16 13:45     ` Matthew Wilcox
2002-07-17  5:26       ` Randolph Chung
2002-07-16 14:26     ` Richard Henderson
2002-07-26 20:16 ` mainline bootstrap failure in bitmap.c on sparcv9-sun-solaris2.8 John David Anglin
2002-07-27 18:50   ` Richard Henderson
2002-07-28  4:50   ` Richard Henderson
2002-07-28 13:08     ` John David Anglin
2002-07-28 21:35     ` John David Anglin
2002-08-01 12:02 ` gcc 3.2's cpp breaks configure scripts John David Anglin
2002-10-08 16:26 ` soft-float support Graeme Peterson
2002-11-13 14:19 ` gcc-64 20021111 broken on HP-UX 11.00 John David Anglin
2002-11-23  0:26 ` HP-UX IA64 Patch to fix earlier patch John David Anglin
2002-12-17  9:52 ` Setting LD tool default to ld breaks configure check for ld used by GCC John David Anglin
2002-12-20 17:39   ` John David Anglin
2003-01-02 17:48 ` Miscompilation of glibc with CVS mainline John David Anglin
2003-01-02 17:54   ` Jakub Jelinek
2003-01-02 18:58     ` John David Anglin
2003-01-02 17:57   ` Daniel Jacobowitz
2003-02-03  5:02 ` hppa-linux regressions and 3.2.2 release John David Anglin
2003-02-03 11:03   ` Gabriel Dos Reis
2003-02-03 16:26   ` John David Anglin
2003-02-03 16:54     ` Gabriel Dos Reis
2003-02-03 18:02       ` John David Anglin
2003-02-11 19:37 ` Bootstrap failure on hppa-unknown-linux-gnu, trunk John David Anglin
2003-02-11 22:37   ` Josef Zlomek
2003-02-11 22:51     ` John David Anglin
2003-03-05 22:03   ` Josef Zlomek
2003-03-05 22:05     ` Josef Zlomek
2003-02-11 19:59 ` Altivec + 16 byte alignment John David Anglin
2003-02-11 21:02   ` Mike Stump
2003-02-12  5:55     ` Fergus Henderson
2003-02-12 16:39       ` John David Anglin
2003-05-07  1:13 ` GCC 3.3 Prelease broken on s390 Ulrich Weigand
2003-05-07  1:27   ` Richard Henderson
2003-05-07  5:53     ` Mark Mitchell
2003-05-07 14:54     ` Ulrich Weigand
2003-05-07 15:53       ` Mark Mitchell
2003-05-07 16:03         ` Joe Buck
2003-05-07 16:13           ` Mark Mitchell
2003-05-07 17:02         ` Ulrich Weigand
2003-05-07 17:09           ` Joe Buck
2003-05-07 17:11           ` Mark Mitchell
2003-05-07 19:39             ` Ulrich Weigand
2003-05-07 19:45               ` Mark Mitchell
2003-05-07 18:19           ` Jonathan Lennox
2003-05-07 18:27             ` Mark Mitchell
2003-05-07 18:30               ` Jonathan Lennox
2003-05-07 18:36                 ` Mark Mitchell
2003-05-07 18:49                 ` Daniel Jacobowitz
2003-05-07 17:51       ` Richard Henderson
2003-05-07 19:42         ` Ulrich Weigand
2003-05-07 19:46           ` Mark Mitchell
2003-07-05 17:01 ` Solaris 8/SPARC bootstrap broken building 64-bit libgcc John David Anglin
2003-10-08  3:11 ` Someone broke bootstrap John David Anglin
2003-10-08  7:25   ` Eric Christopher
2003-10-08 17:26     ` John David Anglin
2004-01-06  0:43 ` autoconf changes break bootstrap on hppa*-*-hpux* John David Anglin
2007-04-15 19:13 ` Call to arms: testsuite failures on various targets John David Anglin
2002-04-04  2:03 gcc-64 on HP-UX 11.00 H.Merijn Brand
2002-04-04  8:22 ` law
     [not found] ` <200204041958.g34JwTbA011272@hiauly1.hia.nrc.ca>
2002-04-05  4:51   ` H.Merijn Brand
2002-04-05  5:01     ` H.Merijn Brand
2002-04-05  9:19     ` John David Anglin
2002-04-07  7:26       ` H.Merijn Brand
2002-04-07 12:17         ` John David Anglin
2002-04-10  3:39       ` H.Merijn Brand
2002-04-10 11:21         ` John David Anglin
2002-04-10 11:56           ` H.Merijn Brand
2002-04-10 12:50             ` John David Anglin
2002-04-11  2:19               ` H.Merijn Brand
2002-04-11  8:59                 ` John David Anglin
2002-04-11  9:15                   ` H.Merijn Brand
2002-04-11  9:19                   ` law
     [not found] </prmd=kp/o=notes/s=Maznabi/g=Sally/i=S/"@MHS>
2001-05-16 15:28 ` gcc 2.95.2 Sally S Maznabi
2001-05-16 17:35 ` David Edelsohn
  -- strict thread matches above, loose matches on Subject: below --
2001-01-30 10:15 EXT-MOORE, JERRY
2001-01-30 13:56 ` Alexandre Oliva
2000-12-04  3:26 GCC 2.95.2 c958179
2000-12-04  2:01 c958179
2000-12-04  2:05 ` Bo Thorsen
2000-11-30  6:01 c958179
2000-11-30 13:27 ` Erik Mouw
2000-11-30 14:34   ` Zack Weinberg
2000-10-02  7:53 gcc 2.95.2 Michael Clifford
     [not found] ` <20001002171956.A5262@napalm.go.cz>
2000-10-02 16:10   ` Michael Clifford
2000-10-02 16:28     ` Robert Boehne
2000-10-02 22:53 ` Alexandre Oliva
2000-01-12  3:32 GCC 2.95.2 Rainer Drath
1999-10-27  8:29 Dana, Eric
1999-10-27 12:39 ` Jeffrey A Law
1999-10-31 23:35   ` Jeffrey A Law
1999-10-27 12:40 ` Alexandre Oliva
1999-10-31 23:35   ` Alexandre Oliva
1999-10-31 23:35 ` Dana, Eric

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