This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Built in calls?


On Mon, Nov 18, 2002 at 11:35:17PM -0800, Matt Young wrote:
> junk.c;
> 
> int main() {
>    printf("hello\n");
>    }
> 
> 
> Will compile without errors using 
> 
> gcc junk.c
> 
> on my SUSE system
> 
> yet uses no standard includes.
> 
> Point me to the options which allow this.

-fbuiltin, -fno-builtin

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]