Munch in Unix compiler


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Munch in Unix compiler
# 1  
Old 07-02-2008
Munch in Unix compiler

Hi,
While compiling C,C++ files in Unix i came across Munch.
Need more details on it.

Thanks all
# 2  
Old 07-02-2008
are you referring to Maximal munch ?
# 3  
Old 07-02-2008
am not sure whether it is Maximal Munch.
I think Munch is a tool that produces data structures used to call constructors and destructors for static objects. It is used when compiling C++ modules.
Is Maximal Munch is used in GNU compilers?
# 4  
Old 07-02-2008
Some compilers come with a tool called munch. What the tool does depends on the particular compiler.
# 5  
Old 07-02-2008
here is one page that i found
# 6  
Old 07-02-2008
i want some detailed inputs on how munch works
# 7  
Old 07-02-2008
Quote:
i want some detailed inputs on how munch works
In this case you need to give us more context so that we can help you.
Was it C or C++? What compiler and version? How did the reference
to Munch occur? Error message or what?

The quality of the replies you will get depends on the quality of the
information you provide!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to get a compiler gcc, cc, cl.exe...? (literally 1st time unix user)

Hi all, I've done hours of reading on google and can't find an answer... I'm trying to compile/install the Apache web server on a Unix vm. When i try ./compile (the file's been unzipped already), I get this error: $ ./configure checking for chosen layout... Apache checking for working mkdir... (8 Replies)
Discussion started by: eddlo
8 Replies

2. Ubuntu

./configure command Error while trying to install GCC compiler on unix machine

Hi, I need to install the GCC compiler on a my Linus machine. First step is to run the ./configure command and here we need to specify ./configure --target="target machine name (CPU type-Manufacturer-OS) or other way would be just give the command ./configure and it guesses the target name... (11 Replies)
Discussion started by: viji19812001
11 Replies

3. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

4. Programming

UNIX Java Compiler on Windows

At work we use HP-UX B.11.11 U (garnished from uname -a), but they have not installed a development environment for java. There is, however, a runtime environment set up. I've been attempting to overcome the beauracracy of getting a jdk installed, but we all know how nearly impossible that can be.... (4 Replies)
Discussion started by: nwboy74
4 Replies

5. UNIX for Advanced & Expert Users

how to design compiler for unix os

i have to design a compiler for unix os can anybody help me out to solve this problem (0 Replies)
Discussion started by: masumhisaria
0 Replies

6. Programming

Solaris C Compiler for Unix Enviroment ?

Hello! Can somebody tell my where to find Solaris C compiler for Unix environment? Is it available anywhere on the net for free download ? Thank you for your help! :( (3 Replies)
Discussion started by: krasy
3 Replies

7. Programming

Doubts About C Compiler In Unix/linux

As all of you know whenever a program "say a.c" is complied in linux using the gcc or the cc compiler..it shows the list of errors ( if the program contains any).. i want to modify the compier script so as to list the no of errors only and not the description about the error..like" parse error " ... (1 Reply)
Discussion started by: vrs
1 Replies

8. UNIX for Dummies Questions & Answers

ANSI C compiler on UNIX

Hi, I run into an error message like this (Bundled]) cc: "flat.c", line 350: error 1705: Function prototypes are an ANSI feature.' Also when trying to compile with -Aa or -Ae options I get (Bundled) cc:warning 480: The -A option is available only with the C/ANSI C product; ignored. Is that... (1 Reply)
Discussion started by: elenav
1 Replies

9. Programming

How to get UNIX and C Compiler

Hi, I have to do a project in UNIX OS using a C/C++ compiler. I'm familiar with C/C++, but only in Windows. I wanted to know: 1. Where can I download a UNIX OS? (I already have a Windows XP on and I don't want to loose it) 2. Where can I download a C/C++ compiler for the UNIX OS? 3. Any tips... (0 Replies)
Discussion started by: ahkonline
0 Replies

10. UNIX for Dummies Questions & Answers

HELP! UNIX AIX IBM C Compiler!

I currently have an IBM AIX UNIX MACHINE WITH VERSION 4 operating system. Already installed is a 3.1.4 version of the C Compiler that comes with the package. For the longest time this software ran fine until we changed our Company server and the IP addresses were changed. Now when the... (2 Replies)
Discussion started by: bobarob
2 Replies
Login or Register to Ask a Question