Dear GPC Folks:
http://www.gnu-pascal.de/gpc/Invoking-GPC.html#Invoking-GPC
link to
GCC Command Options (the GCC Manual)
is
| Not Found | The requested URL /gcc/Invoking-GCC.html was not found on this server.
Where is it?
Thanks,
Tom
Dr. Thomas D. Schneider National Cancer Institute Laboratory of Experimental and Computational Biology Molecular Information Theory Group Frederick, Maryland 21702-1201 toms@ncifcrf.gov permanent email: toms@alum.mit.edu (use only if first address fails) http://www.lecb.ncifcrf.gov/~toms/
On Thu, 4 Aug 2005, Tom Schneider wrote:
Dear GPC Folks:
http://www.gnu-pascal.de/gpc/Invoking-GPC.html#Invoking-GPC
link to
GCC Command Options (the GCC Manual)
is
| Not Found | The requested URL /gcc/Invoking-GCC.html was not found on this server.
Where is it?
for now, you might try gpc --help | more and gcc --help | more
Most likely the following is more than you really wanted to know - some 1250 lines: gpc -v --help > helpfile.txt 2>&1 well, it was more than i wanted to know :-)
russ
On Thu, Aug 04, 2005 at 01:32:39AM -0400, Tom Schneider wrote:
Dear GPC Folks:
http://www.gnu-pascal.de/gpc/Invoking-GPC.html#Invoking-GPC
link to
GCC Command Options (the GCC Manual)
is
| Not Found | The requested URL /gcc/Invoking-GCC.html was not found on this server.
Where is it?
Under normal circumstances, offline GPC and GCC info documentation is installed with the compiler. If you do not have an info reader, the GCC docs are online at http://gcc.gnu.org/onlinedocs. The exact location of the chapter you want depends on the backend version number, e.g. http://gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/Invoking-GCC.html.
Emil Jerabek