Sponsored Content
Full Discussion: Compilation Options
Top Forums UNIX for Dummies Questions & Answers Compilation Options Post 302144453 by compbug on Thursday 8th of November 2007 09:16:42 AM
Old 11-08-2007
Compilation Options

hi,

currently I have Fedora Core 7 and I use the Compiler ported with FC7.

i.e "cc src.c".

but I am unable to explore the Compilation Options that can be passed with cc...
like cc -c and options like that.. but when I tried man cc, I did not find any mnaual page for CC..

so now how do I find out different compilation options for CC..

thanks!
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Compilation

Hi All, We have a C program existing in one of the folders which I have to modify a lil bit, When I'm trying to compile the program using GCC or CC command its showing as ksh: gcc: not found is that mean there is no compiler or do I have to verify for something, please advice Thank... (2 Replies)
Discussion started by: diggermf
2 Replies

2. AIX

Compilation problem

hi, I first want to apologize for my poor english ! I'm a newbe on Unix system and I have to install NRPE on an AIX 5.3. I have downloaded the NRPE Source code and i need to compile them... the problem is, when I do a: ./configure --enable-command-args --disable-ssl it returns me :... (1 Reply)
Discussion started by: Cyr1us
1 Replies

3. Programming

C Compilation problem

Dear all I am new to C programming In response to the post cat get_time.c #include <stdlib.h> #include <sys/time.h> main() { struct timeval tv; struct timezone tz; struct tm *tm; gettimeofday(&tv, &tz); tm=localtime(&tv.tv_sec); printf("... (2 Replies)
Discussion started by: on9west
2 Replies

4. AIX

Problem in compilation.

Hi, I am executing the below mentioned code:- proc SQLCHECK=SEMANTICS iname=CDBInteractor.pc parse=none code=cpp cpp_suffix=cpp g++ -c main.cpp g++ -o pre_request_engine main.o -I/oracle/oracle/app/product/10g/precomp -L/oracle/oracle/app/product/10g/lib32 -lnsl -ldl And... (2 Replies)
Discussion started by: tushar_tus
2 Replies

5. AIX

VIM compilation

Hi, I tried to compile vim on AIX OS. I tried all version from 6.4 to 7.2 and the effect is the same. ./configuration --prefix=/home/me OK make The make try to compile first file buffer.c ane it gived me message like this gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA ... (2 Replies)
Discussion started by: marcintom.aviva
2 Replies

6. Shell Programming and Scripting

Compilation

Hi All, Do we have a way to compile a shell program? I am using ksh/bash/sh and not CSH. Cheers Ravi (12 Replies)
Discussion started by: panyam
12 Replies

7. Ubuntu

Kernel boot options removed by fault, no boot options

Hello Everyone, First of all, I highly appreciate all Linux forum members and whole Linux community. http://forums.linuxmint.com/images/smilies/icon_wink.gif. I wish you the best for all of you ! I will try to be short and concise: I am using Linux Mint 10 for 2 months on 2 ws, and all went... (3 Replies)
Discussion started by: cdt
3 Replies

8. HP-UX

HP-UX uses cc -y and cc -g (-y and -g options) C compilation

Hello Experts, Would you please let me know what "-y " option does with cc compiler on HP-UX? As I am migrating application from HP-UX to RHEL 5 , at the time of running makefile make -f makefilename on Rhel 5, it is throwing error cc: unrecognized option '-y' <command line>:1:2: error:... (7 Replies)
Discussion started by: Belure Pooja B
7 Replies
TAGS(3erl)						     ERLANG MODULE DEFINITION							TAGS(3erl)

MODULE
tags - Generate Emacs TAGS file from Erlang source files. DESCRIPTION
A TAGS file is used by Emacs to find function and variable definitions in any source file in a big project. This module can generate a TAGS file from Erlang source files. It recognises functions, records, and defines. EXPORTS
root([Options]) Create a TAGS file covering all files in the Erlang distribution. file(File [, Options]) Create a TAGS file for the file `File'. files(FileList [, Options]) Create a TAGS file for the files in the list `FileList'. dir(Dir [, Options]) Create a TAGS file for all files in directory `Dir'. dirs(DirList [, Options]) Create a TAGS file for all files in any directory in `DirList'. subdir(Dir [, Options]) Descend recursively down the directory `Dir' and create a TAGS file based on all files found. subdirs(DirList [, Options]) Descend recursively down all the directories in `DirList' and create a TAGS file based on all files found. OPTIONS
The functions above have an optional argument, Options. It is a list which can contain the following elements: {outfile, NameOfTAGSFile} Create a TAGS file named `NameOfTAGSFile'. {outdir, NameOfDirectory} Create a file named TAGS in the directory `NameOfDirectory'. The default behaviour is to create a file named "TAGS" in the current directory. SEE ALSO
GNU Emacs Manual, chapter "Editing Programs", section "Tag Tables". Erlang mode V2.0 for Emacs. AUTHOR
Anders Lindgren Ericsson Software Technology 1996-05-30 TAGS(3erl)
All times are GMT -4. The time now is 11:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy