public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Install error
@ 2000-01-19 10:54 Saqueb Ali
  2000-01-19 13:08 ` Alexandre Oliva
  2000-01-19 14:21 ` David Edelsohn
  0 siblings, 2 replies; 14+ messages in thread
From: Saqueb Ali @ 2000-01-19 10:54 UTC (permalink / raw)
  To: gcc

Hi.
When I am trying to install the .bff file by running smit install_latest, I 
get the following error. Any help is appreciated. Thanks.

Saqueb Ali


Filesets listed in this section failed pre-installation verification
   and will not be installed.

   Requisite Failures
   ------------------
   SELECTED FILESETS:  The following is a list of filesets that you asked to
   install.  They cannot be installed until all of their requisite filesets
   are also installed.  See subsequent lists for details of requisites.

     freeware.gnu.gcc.rte 2.8.1.0              # GNU C Compilers

MISSING REQUISITES:  The following filesets are required by one or more
   of the selected filesets listed above.  They are not currently installed
   and could not be found on the installation media.

     bos.adt.base 4.1.0.0                      # Base Level Fileset
     bos.adt.include 4.1.0.0                   # Base Level Fileset

   << End of Failure Section >>

--
Saqueb Ali
Webmaster, AISR Systems Dept.
Thomas Jefferson University, Philadelphia, PA
Tel: 215-503-3126  Fax: 215-923-3203

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Compiler Error
@ 2000-05-09 13:40 Richard Xu
  2000-05-09 13:53 ` Jeffrey A Law
  0 siblings, 1 reply; 14+ messages in thread
From: Richard Xu @ 2000-05-09 13:40 UTC (permalink / raw)
  To: gcc, Richard Xu, Ty V. Duong

Hi,
We've downloaded the GCC 2.95.2 to compile a C file. It was
     compiled successfully with the old version of GCC compiler. But we got
     error messages while trying to compile it with GCC 2.95.2. Please tell
     us where the problem is. Or please provide us the user name and
     password to access the ftp://egcs.cygnus.com:/pub/egcs/releases .
     so that we can download an older version of GCC. Thank you very much.

     Richard
     847-948-4279

     >>gcc -I. -I /opt/sybase/1103/include -D_HPUX_SOURCE -c ueStProc.c

     as: "/var/tmp/ccMrSkJd.s", line 61: error 1052: Directive name not
     recognized - NSUBSPA
     as: "/var/tmp/ccMrSkJd.s", line 321: error 1052: Directive name not
     recognized - NSUBSPA
     as: "/var/tmp/ccMrSkJd.s", line 438: error 1052: Directive name not
     recognized - NSUBSPA
     as: "/var/tmp/ccMrSkJd.s", line 487: error 1052: Directive name not
     recognized - BEGIN_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 508: error 1052: Directive name not
     recognized - END_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 622: error 1052: Directive name not
     recognized - BEGIN_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 643: error 1052: Directive name not
     recognized - END_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 811: error 1052: Directive name not
     recognized - BEGIN_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 830: error 1052: Directive name not
     recognized - END_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 1011: error 1052: Directive name not
     recognized - NSUBSPA
     as: "/var/tmp/ccMrSkJd.s", line 1012: error 1052: Directive name not
     recognized - PARAM
     as: "/var/tmp/ccMrSkJd.s", line 1080: error 1052: Directive name not
     recognized - BEGIN_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 1099: error 1052: Directive name not
     recognized - END_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 1160: error 1052: Directive name not
     recognized - NSUBSPA
     as: "/var/tmp/ccMrSkJd.s", line 1161: error 1052: Directive name not
     recognized - PARAM
     as: "/var/tmp/ccMrSkJd.s", line 1255: error 1052: Directive name not
     recognized - BEGIN_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 1270: error 1052: Directive name not
     recognized - END_BRTAB
     as: "/var/tmp/ccMrSkJd.s", line 1609: error 1052: Directive name not
     recognized - NSUBSPA
     as: "/var/tmp/ccMrSkJd.s", line 1721: error 1052: Directive name not
     recognized - NSUBSPA
     as: "/var/tmp/ccMrSkJd.s", line 1807: error 1052: Directive name not
     recognized - NSUBSPA
     as: "/var/tmp/ccMrSkJd.s", line 1808: error 1052: Directive name not
     recognized - PARAM


^ permalink raw reply	[flat|nested] 14+ messages in thread
* compiler error
@ 2003-03-31 22:15 Morris Muller
  2003-03-31 22:32 ` Phil Edwards
  0 siblings, 1 reply; 14+ messages in thread
From: Morris Muller @ 2003-03-31 22:15 UTC (permalink / raw)
  To: gcc



	I'm getting the following error
		undefined reference to '__gxx_personality_v0'
	can someone tell me what this error means, please.

	I'm using Red Hat 8.0 and gcc version 3.2

thanks,
morris

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

end of thread, other threads:[~2003-03-31 21:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-19 10:54 Install error Saqueb Ali
2000-01-19 13:08 ` Alexandre Oliva
2000-01-19 14:21 ` David Edelsohn
2000-01-20  8:32   ` sh undefined Saqueb Ali
2000-01-20  8:59     ` David Starner
2000-01-26  6:26       ` compiler error Saqueb Ali
2000-01-26  7:42         ` David Edelsohn
2000-01-26 11:41           ` Saqueb Ali
2000-01-26 11:49             ` David Edelsohn
2000-01-20 10:35     ` sh undefined David Edelsohn
2000-05-09 13:40 Compiler Error Richard Xu
2000-05-09 13:53 ` Jeffrey A Law
2003-03-31 22:15 compiler error Morris Muller
2003-03-31 22:32 ` Phil Edwards

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