Sponsored Content
Top Forums Programming C compiling under C++ compiler Post 5622 by Neo on Saturday 18th of August 2001 09:52:14 PM
Old 08-18-2001
I use the GNU compiler and it compiles both c and c++
 

9 More Discussions You Might Find Interesting

1. Programming

C compiling

I recently loaded SuSE on my intel comp. I am presently taking a walk down memory lane from my days at UofT. I was fiddling round with cc and the gcc compilers. I wrote a basic basic basic program . I tried to compile it as I remember doing in Uni. The problem is that it can't find the header... (5 Replies)
Discussion started by: cantcatchme
5 Replies

2. Programming

compiling

I am new to unix so please forgive ignorance. I am running openbsd-2.9 and need some help. All the software I run was added via the package system openbsd has. There have been times when I need an app. But it was not in the openbsd ports and or packages system. I usually just wait for it to show up... (1 Reply)
Discussion started by: Blunt_Killer
1 Replies

3. UNIX for Advanced & Expert Users

re-compiling

I have a problem. How can I be sure that the binary currently in production is the binary originally produced by the compiler? I ask because recompiling the sources (ALL sources + stripping away the metadata: strip ...) does not give the same result. I am pretty sure that I wasn't hacked! ... (5 Replies)
Discussion started by: aViking
5 Replies

4. UNIX for Dummies Questions & Answers

xl C/C++ compiler to GCC compiler

Hi, we are converting from IBM-AIX(xl c/c++ compiler) to Linux(GCC complier). As a part of this i need to change the CFLAGS. The xl c/c++ complier CFLAGS is CFLAGS := $(CDEBUG) $(PROJECT_INCLUDE_DIRS) $(COBJECT_MODE) -qcpluscmt -qmakedep -qcheck=all \ -qalign=bit_packed $(LINT_FLAGS)... (0 Replies)
Discussion started by: pbattu1
0 Replies

5. 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

6. UNIX for Dummies Questions & Answers

cc compiler and gcc compiler

hi, can we install gcc compiler in unix based OS(sun solar,IBM AIX,HP,etc) and also can we install sun cc compiler in AIX environment and vice versa. and more ..is linux support cc compiler regards Ajay (3 Replies)
Discussion started by: ajaysahoo
3 Replies

7. UNIX for Dummies Questions & Answers

compiling a compiler

hey all, could someone explain or at least give me some pointers as to how to compile a compiler. I'm thinking about experimenting with operating systems and the Mach kernel. Now if I get an OS built on the Mach kernel to work how can I compile a compiler for it, because to me this is an... (10 Replies)
Discussion started by: neur0n
10 Replies

8. UNIX for Dummies Questions & Answers

Compiling DigSig fails: Compiler/Makefile output

Hey, I'm trying to install DigSig ( disec.sourceforge.net ) on my CentOS5 distro. I was following all the steps in the readme but it didn't work. So here's the output: # ./digsig.init compile make: Entering directory `/usr/src/kernels/2.6.18-194.32.1.el5-i686' CC ... (2 Replies)
Discussion started by: disaster
2 Replies

9. UNIX for Advanced & Expert Users

Compiling libcdio-paranoia, gcc found - C compiler doesnt work

Heyas I'm currently trying to make a fresh build from scratch/source of FFMPEG. This said, it brings quite a tail with it, so the use of a script was very obvious. Anyway, i'm currently stuck at named package. Lets ignore the tarball/download line, as the error is after. Commands... (0 Replies)
Discussion started by: sea
0 Replies
ECL(1)							      General Commands Manual							    ECL(1)

NAME
ecl - Embeddable Common LISP SYNOPSIS
ecl [-dir dir] [-load file] [-eval expr] [-compile file [-o ofile] [-c [cfile]] [-h [hfile]] [-data [datafile]] [-s] [-q]] DESCRIPTION
ECL stands for Embeddable Common-Lisp. The ECL project is an effort to modernize Giuseppe Attardi's ECL environment to produce an imple- mentation of the Common-Lisp language which complies to the ANSI X3J13 definition of the language. The current ECL implementation features: o A bytecodes compiler and interpreter. o A translator to C. o An interface to foreign functions. o A dynamic loader. o The possibility to build standalone executables. o The Common-Lisp Object System (CLOS). o Conditions and restarts for handling errors. o Sockets as ordinary streams. o The Gnu Multiprecision library for fast bignum operations. o A simple conservative mark & sweep garbage collector. o The Boehm-Weiser garbage collector. ecl without any argument gives you the interactive lisp. OPTIONS
-shell file Executes the given file and exits, without providing a read-eval-print loop. If you want to use lisp as a scripting language, you can write #!${exec_prefix}/bin/ecl -shell on the first line of the file to be executed, and then ECL will be automatically invoked. -norc Do not try to load the file ~/.eclrc at startup. -dir Use dir as system directory. -load file Loads file before entering the read-eval-print loop. -eval expr Evaluates expr before entering the read-eval-print loop. -compile file Translates file to C and invokes the local C compiler to produce a shared library with .fas as extension per default. -o ofile When compiling file name the resulting shared library ofile. -c cfile When compiling name the intermediary C file cfile and do not delete it afterwards. -h hfile When compiling name the intermediary C header hfile and do not delete it afterwards. -data [datafile] Dumps compiler data into datafile or, if not supplied, into a file named after the source file, but with .data as extension. -s Produce a linkable object file. It cannot be loaded with load, but it can be used to build libraries or standalone executable programs. -q Produce less notes when compiling. The options -load, -shell, and -eval may appear any number of times, and they are combined and processed from left to right. AUTHORS
The original version was developed by Giuseppe Attardi starting from the Kyoto Common Lisp implementation by Taiichi Yuasa and Masami Hagiya. The current maintainer of ECL is Juan Jose Garcia Ripoll, who can be reached at the ECL mailing list. FILES
~/.ecl, ~/.eclrc Default initialization files loaded at startup unless the option -norc is provided. (if they exist). SEE ALSO
ANSI Common Lisp standard X3.226-1994 The Common Lisp HyperSpec BUGS
Probably some. Report them! 4th Berkeley Distribution 03/10/03 ECL(1)
All times are GMT -4. The time now is 06:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy