public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* values-Xa.o
@ 1999-11-17  9:12 Jens U. Krause
  1999-11-18 21:58 ` values-Xa.o Daniel Enoch
  1999-11-30 23:28 ` values-Xa.o Jens U. Krause
  0 siblings, 2 replies; 6+ messages in thread
From: Jens U. Krause @ 1999-11-17  9:12 UTC (permalink / raw)
  To: help-gcc

Hi there,

on my SPARC with Solaris 2.6 and gcc 2.7.2. (also with gcc 2.8.1) I got
this error message if I try to compile a simple (or more complex) c
file.

>gcc test.c
>ld: fatal: file values-Xa.o: cannot open file: No such file or directory
>ld: fatal: File processing errors. No output written to a.out

test.c contains the simple printf() statement.

Has anybody know the causes of this error and/or same solutions?

Thanks

Best Regards

--
     +-----------------------------------------------------+
    /             |\      _,,,---,,_                      /|
   /              /,`.-'`'    -.  ;-;;,_                 / |
  /              |,4-  ) )-,_. ,\ (  `'-'               /  |
 /             '---''(_/--'  `-'\_)                    /   |
+-----------------------------------------------------+    |
| address          : Jens Krause, Dipl.-Ing. (FH)     |    |
|                    Institute of Medical Physics     |    |
|                    University Erlangen-Nuremberg    |    +
|                    Krankenhausstr. 12               |   /
|                    D-91054 Erlangen                 |  /
| e-mail           : Jens.Krause@imp.uni-erlangen.de  | /
| telephon         : ++49 (0)9131 85 25901            |/
+-----------------------------------------------------+

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

* Re: values-Xa.o
  1999-11-17  9:12 values-Xa.o Jens U. Krause
@ 1999-11-18 21:58 ` Daniel Enoch
  1999-11-19  0:43   ` values-Xa.o Jens U. Krause
  1999-11-30 23:28   ` values-Xa.o Daniel Enoch
  1999-11-30 23:28 ` values-Xa.o Jens U. Krause
  1 sibling, 2 replies; 6+ messages in thread
From: Daniel Enoch @ 1999-11-18 21:58 UTC (permalink / raw)
  To: help-gcc

I got this same error.  A sunfreeware FAQ I consulted
(www.sunfreeware.com/faq.html) says that this happens because certain
SUNW* packages haven't been installed, specifically Xa.o is found in the
SUNWarc package. I just installed this and some other packages from the
Solaris 2.6 cdrom and the the error went away and gcc produces an a.out
file.


On Wed, 17 Nov 1999, Jens U. Krause wrote:

Hi there,

on my SPARC with Solaris 2.6 and gcc 2.7.2. (also with gcc 2.8.1) I got
this error message if I try to compile a simple (or more complex) c
file.

>gcc test.c
>ld: fatal: file values-Xa.o: cannot open file: No such file or directory
>ld: fatal: File processing errors. No output written to a.out

test.c contains the simple printf() statement.

Has anybody know the causes of this error and/or same solutions?

Thanks

Best Regards

--
     +-----------------------------------------------------+
    /             |\      _,,,---,,_                      /|
   /              /,`.-'`'    -.  ;-;;,_                 / |
  /              |,4-  ) )-,_. ,\ (  `'-'               /  |
 /             '---''(_/--'  `-'\_)                    /   |
+-----------------------------------------------------+    |
| address          : Jens Krause, Dipl.-Ing. (FH)     |    |
|                    Institute of Medical Physics     |    |
|                    University Erlangen-Nuremberg    |    +
|                    Krankenhausstr. 12               |   /
|                    D-91054 Erlangen                 |  /
| e-mail           : Jens.Krause@imp.uni-erlangen.de  | /
| telephon         : ++49 (0)9131 85 25901            |/
+-----------------------------------------------------+


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

* Re: values-Xa.o
  1999-11-18 21:58 ` values-Xa.o Daniel Enoch
@ 1999-11-19  0:43   ` Jens U. Krause
  1999-11-30 23:28     ` values-Xa.o Jens U. Krause
  1999-11-30 23:28   ` values-Xa.o Daniel Enoch
  1 sibling, 1 reply; 6+ messages in thread
From: Jens U. Krause @ 1999-11-19  0:43 UTC (permalink / raw)
  To: help-gcc

Thanks, there was the solution, Everything goes fine now.



Daniel Enoch wrote:
> 
> I got this same error.  A sunfreeware FAQ I consulted
> (www.sunfreeware.com/faq.html) says that this happens because certain
> SUNW* packages haven't been installed, specifically Xa.o is found in the
> SUNWarc package. I just installed this and some other packages from the
> Solaris 2.6 cdrom and the the error went away and gcc produces an a.out
> file.
> 
> On Wed, 17 Nov 1999, Jens U. Krause wrote:
> 
> Hi there,
> 
> on my SPARC with Solaris 2.6 and gcc 2.7.2. (also with gcc 2.8.1) I got
> this error message if I try to compile a simple (or more complex) c
> file.
> 
> >gcc test.c
> >ld: fatal: file values-Xa.o: cannot open file: No such file or directory
> >ld: fatal: File processing errors. No output written to a.out
> 
> test.c contains the simple printf() statement.
> 
> Has anybody know the causes of this error and/or same solutions?
> 
> Thanks
> 
> Best Regards
> 

-- 

Best Regards

--
     +-----------------------------------------------------+
    /             |\      _,,,---,,_                      /|
   /              /,`.-'`'    -.  ;-;;,_                 / |
  /              |,4-  ) )-,_. ,\ (  `'-'               /  |
 /             '---''(_/--'  `-'\_)                    /   |
+-----------------------------------------------------+    |
| address          : Jens Krause, Dipl.-Ing. (FH)     |    |
|                    Institute of Medical Physics     |    |
|                    University Erlangen-Nuremberg    |    +
|                    Krankenhausstr. 12               |   /
|                    D-91054 Erlangen                 |  /
| e-mail           : Jens.Krause@imp.uni-erlangen.de  | /
| telephon         : ++49 (0)9131 85 25901            |/
+-----------------------------------------------------+

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

* Re: values-Xa.o
  1999-11-18 21:58 ` values-Xa.o Daniel Enoch
  1999-11-19  0:43   ` values-Xa.o Jens U. Krause
@ 1999-11-30 23:28   ` Daniel Enoch
  1 sibling, 0 replies; 6+ messages in thread
From: Daniel Enoch @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

I got this same error.  A sunfreeware FAQ I consulted
(www.sunfreeware.com/faq.html) says that this happens because certain
SUNW* packages haven't been installed, specifically Xa.o is found in the
SUNWarc package. I just installed this and some other packages from the
Solaris 2.6 cdrom and the the error went away and gcc produces an a.out
file.


On Wed, 17 Nov 1999, Jens U. Krause wrote:

Hi there,

on my SPARC with Solaris 2.6 and gcc 2.7.2. (also with gcc 2.8.1) I got
this error message if I try to compile a simple (or more complex) c
file.

>gcc test.c
>ld: fatal: file values-Xa.o: cannot open file: No such file or directory
>ld: fatal: File processing errors. No output written to a.out

test.c contains the simple printf() statement.

Has anybody know the causes of this error and/or same solutions?

Thanks

Best Regards

--
     +-----------------------------------------------------+
    /             |\      _,,,---,,_                      /|
   /              /,`.-'`'    -.  ;-;;,_                 / |
  /              |,4-  ) )-,_. ,\ (  `'-'               /  |
 /             '---''(_/--'  `-'\_)                    /   |
+-----------------------------------------------------+    |
| address          : Jens Krause, Dipl.-Ing. (FH)     |    |
|                    Institute of Medical Physics     |    |
|                    University Erlangen-Nuremberg    |    +
|                    Krankenhausstr. 12               |   /
|                    D-91054 Erlangen                 |  /
| e-mail           : Jens.Krause@imp.uni-erlangen.de  | /
| telephon         : ++49 (0)9131 85 25901            |/
+-----------------------------------------------------+


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

* values-Xa.o
  1999-11-17  9:12 values-Xa.o Jens U. Krause
  1999-11-18 21:58 ` values-Xa.o Daniel Enoch
@ 1999-11-30 23:28 ` Jens U. Krause
  1 sibling, 0 replies; 6+ messages in thread
From: Jens U. Krause @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

Hi there,

on my SPARC with Solaris 2.6 and gcc 2.7.2. (also with gcc 2.8.1) I got
this error message if I try to compile a simple (or more complex) c
file.

>gcc test.c
>ld: fatal: file values-Xa.o: cannot open file: No such file or directory
>ld: fatal: File processing errors. No output written to a.out

test.c contains the simple printf() statement.

Has anybody know the causes of this error and/or same solutions?

Thanks

Best Regards

--
     +-----------------------------------------------------+
    /             |\      _,,,---,,_                      /|
   /              /,`.-'`'    -.  ;-;;,_                 / |
  /              |,4-  ) )-,_. ,\ (  `'-'               /  |
 /             '---''(_/--'  `-'\_)                    /   |
+-----------------------------------------------------+    |
| address          : Jens Krause, Dipl.-Ing. (FH)     |    |
|                    Institute of Medical Physics     |    |
|                    University Erlangen-Nuremberg    |    +
|                    Krankenhausstr. 12               |   /
|                    D-91054 Erlangen                 |  /
| e-mail           : Jens.Krause@imp.uni-erlangen.de  | /
| telephon         : ++49 (0)9131 85 25901            |/
+-----------------------------------------------------+

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

* Re: values-Xa.o
  1999-11-19  0:43   ` values-Xa.o Jens U. Krause
@ 1999-11-30 23:28     ` Jens U. Krause
  0 siblings, 0 replies; 6+ messages in thread
From: Jens U. Krause @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

Thanks, there was the solution, Everything goes fine now.



Daniel Enoch wrote:
> 
> I got this same error.  A sunfreeware FAQ I consulted
> (www.sunfreeware.com/faq.html) says that this happens because certain
> SUNW* packages haven't been installed, specifically Xa.o is found in the
> SUNWarc package. I just installed this and some other packages from the
> Solaris 2.6 cdrom and the the error went away and gcc produces an a.out
> file.
> 
> On Wed, 17 Nov 1999, Jens U. Krause wrote:
> 
> Hi there,
> 
> on my SPARC with Solaris 2.6 and gcc 2.7.2. (also with gcc 2.8.1) I got
> this error message if I try to compile a simple (or more complex) c
> file.
> 
> >gcc test.c
> >ld: fatal: file values-Xa.o: cannot open file: No such file or directory
> >ld: fatal: File processing errors. No output written to a.out
> 
> test.c contains the simple printf() statement.
> 
> Has anybody know the causes of this error and/or same solutions?
> 
> Thanks
> 
> Best Regards
> 

-- 

Best Regards

--
     +-----------------------------------------------------+
    /             |\      _,,,---,,_                      /|
   /              /,`.-'`'    -.  ;-;;,_                 / |
  /              |,4-  ) )-,_. ,\ (  `'-'               /  |
 /             '---''(_/--'  `-'\_)                    /   |
+-----------------------------------------------------+    |
| address          : Jens Krause, Dipl.-Ing. (FH)     |    |
|                    Institute of Medical Physics     |    |
|                    University Erlangen-Nuremberg    |    +
|                    Krankenhausstr. 12               |   /
|                    D-91054 Erlangen                 |  /
| e-mail           : Jens.Krause@imp.uni-erlangen.de  | /
| telephon         : ++49 (0)9131 85 25901            |/
+-----------------------------------------------------+

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

end of thread, other threads:[~1999-11-30 23:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-17  9:12 values-Xa.o Jens U. Krause
1999-11-18 21:58 ` values-Xa.o Daniel Enoch
1999-11-19  0:43   ` values-Xa.o Jens U. Krause
1999-11-30 23:28     ` values-Xa.o Jens U. Krause
1999-11-30 23:28   ` values-Xa.o Daniel Enoch
1999-11-30 23:28 ` values-Xa.o Jens U. Krause

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