answersLogoWhite

0

You have to specify where the include-directories are.
Example for gcc: -I/usr/local/include -I/usr/include

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which number of header files available in c?

Just go to your compiler's include directory, and count the files, there can be dozens of them (Or hundreds. Or more.)


How do you rectify the error unable to open stdioh in turbo c?

Options/Compiler/Directories/Include - set the path of the include files.


Where system header files are stored in c?

This depends on what compiler you are using. For the most common compilers (including gcc) on a *nix system, most standard header files will be either in /usr/include or /usr/local/include. Check your compiler's documentation for how to check and/or modify the search paths.


Where are the C header files in Linux?

The C header files are in the same place as other Unix and Unix-like systems: /usr/include if you installed the compiler.


What is the statement which causes header files to be merged with the source files statements before compiling takes place?

#include #include "filename"The difference between these two is that, in the first example, the compiler will look in "standard" places for the included file, while, in the second example, the compiler will look in "user specified" places for the included file.


Can you edit the header files?

Yes, but if the header files were provided by the library/compiler implementation, you should not do that, as you can alter the designed behavior, or even break the library or compiler.


Which os is build in Java compiler?

Java compiler available on multiple platforms, the class files it generates are platform-independent.


What is linking in C programming?

Linking comes after compilation. The object files produced by the compiler are essentially linked together to create the final executable. Object files are merely the machine code representations of the translation units processed by the compiler.


Does ubuntu include c compiler?

yes


What does building the compiler exactly means how does this differs from installing the compiler in perspective of GCC?

Installing a compiler, not just the gcc compiler, is a process where you copy the various executable files to the installation directory, where you copy the various header files to the include directory, where you copy the various library files to the lib directory, in short, where you install the compiler program and configure it so that it can do its work, namely to compile programs. This is no different than installing any other program, such as the game Myst. Building a compiler, on the other hand, is the process where you use a compiler, or other tools, to compile a set of programs that represents the compiler. If this sounds circular, consider this... The game Myst is a program. You install it in order to play it. When you run it, you load and run the executable code that represents Myst. It also has source code, though you probably can not get a copy of that source code. You build Myst by compiling the source code into object code, and then linking an executable from that object code. Building a compiler is no different. It is a program. It has source code. You build it by compiling the source code into object code, and then linking an executable from that object code. When you do this to a compiler, however, you need to distinguish between the compiler that you are building and the compiler that you are using to build the compiler. Sometimes, the compiler is used to compile a new version of itself, in a different directory. Sometimes, a different compiler is used, such as using a simplified version of C to compile a C++ compiler.


What is tlink in c plus plus compiler?

TLINK is the Turbo C++ linker utility. You use it to link the object files created by the Turbo C++ compiler.


What is true program for DLL files?

C++ editor and a dll compiler, but I wouyld go with codeblocks because it has a built in dll compiler with the dll tags hope it helps :)