Re: help: how to compile c++
Thanks to all who answered.
I did in fact go back and RTFM, and
% gcc -v
helped a lot.
Then I discovered that leaving a blank space in front of a library name,
like
#include < stdio.h>
is not liked at all by the compiler.
We did find g++, and are happily (hah!) on our way to writing code that
actually compiles and runs.
Carl
.
Relevant Pages
- Re: Whats the story with the "end of XP"?
... Support gives them access to the larger body ... The same compiler suite may be "best" in both ... In the case of ByteCraft compilers, you are truly expert in your field, you work closely and rapidly with customers if there are any issues, and you have top class testing and quality control. ... understanding the inner workings of a relatively simple compiler like GCC ... (comp.arch.embedded) - [RFC][PATCH-2.6] Clean up and merge compiler-*.h
... the kernel headers in include/linux to include/linux-abi. ... * Common definitions for all gcc versions go here. ... -/* Some compiler specific definitions are overwritten here ... (Linux-Kernel) - Re: LPC900/80C51 Compiler Toolchain
... >> supported by GCC, and so they invest. ... > if they already have their in-house compiler. ... one of the main companies in the Symbian consortium ... vendor to provide a good compiler for Atmel AVRs and eventually became ... (comp.arch.embedded) - Lib X11 compile problem /Xlib.h:3573: error: syntax error before "_X_SENTINEL"
... checking for gcc... ... checking for C compiler default output file name... ... checking how to recognise dependent libraries... ... (comp.os.linux.x) - make error compiling sysbench for MySQL
... checking for gcc... ... checking for C compiler default output file name... ... checking libaio.h usability... ... checking libaio.h presence... ... (linux.redhat) |
|