Compile command meaning?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Compile command meaning?
# 1  
Old 05-05-2012
Compile command meaning?

Code:
cc -Wall -c ctest1.c ctest2.c

whats meaning of -(hyphen before c and wall)

Last edited by Scrutinizer; 05-05-2012 at 07:59 AM.. Reason: code tags
# 2  
Old 05-05-2012
To indicate command line options.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Run compile command make as another user

Hello I'm trying to compile LibreOffice core from github.com. But this can - as far as I know - not be done as root user. So I compiled it as login user (the user as I log in) and compilation works. Now I try to compile LibreOffice core as a user I created using useradd: useradd -r -U -m... (2 Replies)
Discussion started by: go4bash
2 Replies

2. UNIX for Dummies Questions & Answers

Meaning of command ls -la

Hello everyone, I just began studying solaris 10. I have tried searching for the meaning of this command (ls -la ). Can anyone please explain to me what the command ls -la does? example ls -la /etc Thank you (5 Replies)
Discussion started by: cjashu
5 Replies

3. UNIX for Dummies Questions & Answers

meaning of swap -s command

Hi, Please explain about the command and its output swap -s in a very detailed manner (3 Replies)
Discussion started by: Ajoy
3 Replies

4. UNIX for Dummies Questions & Answers

Compiling gcc to compile make to compile yaboot

I have just installed OpenBSD on a 333MHz PPC iMac G3. It has a 6GB HDD that has been partitioned as 1GB MacOS 8.5.1, 3GB MacOS X 10.3.9, 2GB OpenBSD 4.8. I now need to install a bootloader so that my computer can recognize the OpenBSD partition at startup. I have been trying to install... (0 Replies)
Discussion started by: t04st3r
0 Replies

5. HP-UX

Make command performs badly and refuses to compile on 200000 files

I am trying to run make command on 200000 files in HP UX but it refuses to compile giving a message that " command line is too long .stop" I checked and found out that there is a limit imposed by the operating system on the command line .for Eg refer following link : The maximum length of... (6 Replies)
Discussion started by: madhur.tripathi
6 Replies

6. UNIX for Dummies Questions & Answers

passwd command what is the meaning

Hello to everybody i have question i do the passwd -s -a commando and what to knos what is the meaning of the second row. PS NL LK to the side is the date of expiraton and then a 7 a 90 what is the meaning of all that? tHANK YOU FOR YOUR TIME. (1 Reply)
Discussion started by: enkei17
1 Replies

7. Shell Programming and Scripting

Is there a command to measure compile speed?

Hello Ive written 2 programs in shell and I need to compare their speed (Compile) against one another. what methods could I go about doing this? Is there a feature in shell do accommodate this? (2 Replies)
Discussion started by: Darklight
2 Replies

8. Shell Programming and Scripting

sed command meaning

Thanks guys for helping me out (2 Replies)
Discussion started by: chris1234
2 Replies

9. Shell Programming and Scripting

Command meaning

I know tr stands for table if i am not wrong but what does this whole command means can anyone give an idea ? | tr ' ' '\n' | sed -e "s/.*=\"\(.*\)\".*/\1/g (2 Replies)
Discussion started by: chris1234
2 Replies

10. UNIX for Advanced & Expert Users

Command meaning.

what does it mean set linesize 200; set linesize 2000; i am spooling the data into a file .When i give 200 the size of file is 72MB. When i give 2000 its 720 MB.How do i know if i am getting all the data.......? (2 Replies)
Discussion started by: praveen.pinto
2 Replies
Login or Register to Ask a Question