bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem


From: Andreas Jaeger
Subject: Re: Problem
Date: 26 Oct 2000 08:56:24 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Capitol Reef)

>>>>> Lothar Esser writes:

 > Hi, 
 >    the attchment contains a c program that demonstrates the problem that I
 > have to compile another larger program. I cannot compile it with 
 > gcc (egcs-2.91.66) under red hat linux 6.1. 
What problem exactly?  Did you read the FAQ?  You can find it in the
source package of glibc or via http://sources.redhat.com/glibc, check
especially FAQ 3.9.

Andreas
 > I can comile it on Compaq Tru64 and Irix 6.2 (SGI ) with their compilers (
 > not gcc ). So I don't think that this should be a language problem as
 > such. g++ comiles this program and it works fine. For the other program I
 > cannot use g++ for other reasons ( no compatible c++ source ). So I guess
 > my question is if there is something I can do to make gcc compile it
 > properly. Is there a newer version ? 

 >   Thanks, 

 >  Dr. Lothar Esser.  
 > #include <stdio.h>
 > #include <stdlib.h>


 > FILE *of = stdout;

 > int main () {
 >   fprintf (of, "Hello world \n");

 > }

-- 
 Andreas Jaeger
  SuSE Labs address@hidden
   private address@hidden
    http://www.suse.de/~aj



reply via email to

[Prev in Thread] Current Thread [Next in Thread]