I recently loaded SuSE on my intel comp.
I am presently taking a walk down memory lane from my days at UofT.
I was fiddling round with cc and the gcc compilers.
I wrote a basic basic basic program .
I tried to compile it as I remember doing in Uni. The problem is that it can't find the header file that I included in the program (studio.h). The compiler spits out the error message "studio.h: No such file or directory.
Where is this file located or do I have to load it from elsewhere?
Thanks.
PS:I did a search for studio.h and found no references.
More Information:
- You will also get compiler issues related to the fact that most of them will have been tested using gcc and C compilers a notorious for being picky
- In no particular order these are a few of the most significant ways in which C programs are compiled into CIL:
- c but does not invoke the linker; the -c flag stops the process after compilation
- You might want to activate some of the options at the start of the file by uncommenting the corresponding lines
- First thing to do, of course, is to install 'dmake
- When compiling a C program in Unix, why do I get "ld: Unresolved:"? When compiling a C program in Unix, an "ld: Unresolved:" error indicates that your program uses a symbol from a library which is not being linked
- This chapter describes how to compile C programs using gcc
- Accelerate applications on x64+GPU platforms by adding OpenMP-like compiler directives to existing Fortran and C programs
- Did anyone here get Xerces-C to compile and work under MinGW
- which is able to create Windows or console-based C/C++ programs using the Mingw compiler system (version MSVCRT 2


LinkBack URL
About LinkBacks




Reply With Quote






















































Bookmarks