public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc 2.95.2
@ 2001-01-30 10:15 EXT-MOORE, JERRY
  2001-01-30 13:56 ` Alexandre Oliva
  0 siblings, 1 reply; 22+ 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] 22+ messages in thread
[parent not found: <no.id>]
[parent not found: </prmd=kp/o=notes/s=Maznabi/g=Sally/i=S/"@MHS>]
* GCC 2.95.2
@ 2000-12-04  3:26 c958179
  0 siblings, 0 replies; 22+ 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] 22+ messages in thread
* GCC 2.95.2
@ 2000-12-04  2:01 c958179
  2000-12-04  2:05 ` Bo Thorsen
  0 siblings, 1 reply; 22+ 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] 22+ messages in thread
* GCC 2.95.2
@ 2000-11-30  6:01 c958179
  2000-11-30 13:27 ` Erik Mouw
  0 siblings, 1 reply; 22+ 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] 22+ 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; 22+ 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] 22+ messages in thread
* GCC 2.95.2
@ 2000-01-12  3:32 Rainer Drath
  0 siblings, 0 replies; 22+ 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] 22+ 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; 22+ 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] 22+ messages in thread

end of thread, other threads:[~2001-05-16 17:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-30 10:15 gcc 2.95.2 EXT-MOORE, JERRY
2001-01-30 13:56 ` Alexandre Oliva
     [not found] <no.id>
2001-05-16 16:22 ` Joe Buck
     [not found] </prmd=kp/o=notes/s=Maznabi/g=Sally/i=S/"@MHS>
2001-05-16 15:28 ` Sally S Maznabi
2001-05-16 17:35 ` David Edelsohn
  -- strict thread matches above, loose matches on Subject: below --
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).