Sponsored Content
Full Discussion: Phases of Compilers
Homework and Emergencies Homework & Coursework Questions Phases of Compilers Post 302737415 by aditya08 on Thursday 29th of November 2012 02:08:48 AM
Old 11-29-2012
Phases of Compilers

Hello

I have a questions and m stuck on it.
Theoritcally the phases of compiler.
1. Lexical analyis -- genrates tokes

NOW MY QUESTION IS: where i can see these token if i make a simple C program.
Please guys tell me step to see it. and other phases too.

your help will be appreciated .

Thanks
 

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Anyone know any good perl compilers for windows ?

Does anyone know of a Good perl compiler for windows ? i have searched google.com and a few other search engines but they havent turned up anything good. Any and all help would be appreciated (3 Replies)
Discussion started by: JeZzTeR
3 Replies

2. Windows & DOS: Issues & Discussions

MS DOS Basic to .EXE compilers?

Hi, Does anyone know any compilers that will do Microsoft Basic files and make them .exe files. Thanks :D (1 Reply)
Discussion started by: jacx2
1 Replies

3. UNIX for Dummies Questions & Answers

Finding out available C++ compilers on my system

How can I find out what C++ compilers are available on my system? Thanks in advance (7 Replies)
Discussion started by: HelpMeIAmLost
7 Replies

4. AIX

Error: could not find any of these C compilers

Hi, While trying to configure Apache Web Server on P630 Server i am getting the below message "Creating Makefile in src + configured for AIX 5.2 platform Error: could not find any of these C compilers anywhere in your PATH: gcc cc acc c89 Configure terminated" when i did a "lslpp -l... (2 Replies)
Discussion started by: cherryven
2 Replies

5. Programming

Need more info on internals of c compilers

Hello Gurus, i am ok with the concepts of c language but i would like to know more about the internals of c with respect to the compilers what happens when we say gcc filename.c the a.out will get created(what actaully compiler does to the code inaddition to generating object code) ... (5 Replies)
Discussion started by: MrUser
5 Replies

6. Programming

Help with C compilers

i have windows 7 64bit, and i want to program C in it, i have the eclipse for C, but it wont work because i have no C compilers , where do i get a C compiler, so eclipse will work? I usually transfer to a unix server and use a command gcc -Wall -g -o ___ ___ where can i get the gcc C... (5 Replies)
Discussion started by: omega666
5 Replies

7. AIX

C Compilers Available on AIX

Hi Guys, I want to know what are the different C compilers are available on AIX like cc, gcc etc. Appreciate your help. Regards, Srikanth:) (1 Reply)
Discussion started by: ysrikanth
1 Replies

8. Programming

Makefile for two compilers

I have g++-4.6 and g++-4.8.2 installed on my system and want to build a suite of programs using each one. I am thinking putting the option on what to build by having a different target, one for g++-4.6 and another target for g++-4.8.2. What do you think? (1 Reply)
Discussion started by: kristinu
1 Replies

9. Solaris

How to combine c11 and c99 compilers?

I have a SPARC server with Solaris SPARC 10 OS installed I am trying to compile source code from VLC media player and PHP 7 tarballs However the stumbling block I encounter is that when I type in ./configure into my PUTTY terminal the GCC compiler tells me halfway through configuration that... (3 Replies)
Discussion started by: alphatron150
3 Replies
snmpconf(1M)						  System Administration Commands					      snmpconf(1M)

NAME
snmpconf - creates and modifies SNMP configuration files SYNOPSIS
snmpconf snmpconf -g basic_setup snmpconf [options] [file_to_create] DESCRIPTION
The snmpconf utility is a simple script that walks you through setting up a configuration file, step-by-step. It works by asking you a series of questions. It creates the configuration file based on your responses. In its default mode of operation, snmpconf prompts you with menus showing sections of the various configuration files it knows about. When you selects a section, a submenu is shown listing the descriptions of the tokens that can be created in that section. When a description is selected, you are prompted with questions that determine the specification of the selected token. When you quit snmpconf, any configuration files that have been edited are saved to the local directory. snmpconf supplies comments in the configuration files for each change. A particularly useful option is the -g switch, which walks you through a specific set of configuration questions. For an example, invoke: # snmpconf -g basic_setup This command walks you through an initial setup of the snmpd daemon. OPTIONS
The following options are supported: -f Force overwriting existing files in the current directory without prompting the user. -i When finished, install the files in the location where the global system commands expect to find them. -p When finished, install the files into the user's home directory's .snmp subdirectory. Applications will search for configuration files in this location. -I directory When finished, install the files into the directory directory. -a Do not issue queries. Read in the various known configuration files and write them back out again. This has the effect of "auto-com- menting" the configuration files for you. -r all | none Read in either all or none of the found configuration files. Normally, snmpconf prompts you for which files you wish to read in. -R file,... Read in a specific list of configuration files. -g groupname Groups of configuration entries can be created that can be used to walk a user through a series of questions to create an initial con- figuration file. There are no menus to navigate, just a list of questions. The command: # snmpconf -g basic_setup provides a good example. -G List all the known groups. -c configdir snmpconf uses a directory of configuration information to learn about the files and questions that it should be asking. This option tells the utility to use a different location for configuring itself. -q Run slightly more quietly than the default. Because this is an interactive program, this option is not recommended. It removes informa- tion from the output that might be helpful to you. -d Turn on copious debugging output. -D Add more (beyond -d) debugging output in the form of Perl variable dumps. EXAMPLES
Example 1: Adding Comments to snmpd.conf The following command reads in an snmpd.conf file and adds comments describing what each token does. # snmpconf -R /etc/sma/snmp/snmpd.conf -a -f snmpd.conf EXIT STATUS
0 Successful completion. 1 A usage syntax error. A usage message displays. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsmcmd | +-----------------------------+-----------------------------+ |Interface Stability |External | +-----------------------------+-----------------------------+ SEE ALSO
snmpd(1M), snmpd.conf(4), snmp_config(4), attributes(5) SunOS 5.10 20 Jan 2004 snmpconf(1M)
All times are GMT -4. The time now is 06:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy