plz Help How should I configure cc compiler output file plz help???


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers plz Help How should I configure cc compiler output file plz help???
# 1  
Old 02-11-2002
Question plz Help How should I configure cc compiler output file plz help???

i.e configuration of C compiler Smilie
# 2  
Old 02-12-2002
What OS and what type of config info are you looking for. If you are looking for a free compiler, gcc is available for several platforms. Depending on your platform, it is pretty easy to install and use.
# 3  
Old 02-12-2002
I have RH7.2

I install the package but when compiling error message

:C compiler cannot creat excutable ...........

in addation I Know c language in windows platform .....

plz any help .....
# 4  
Old 02-12-2002
Is that all it says? If not, please post all of what it complains about. If so, try running the compiler with verbose output turned on. If you're using the gcc compiler, use the option:
gcc -Wall {...}

Otherwise, check your documentation for the way to turn this on.
(man cc, or whatever your compiler is).
# 5  
Old 02-12-2002
MySQL Sorry

Every thing is Okay ....I didn't taken into considaration package dependency...............Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Plz Help. Compare 2 files field by field and get the output in another file.

Hi Freinds, I have 2 files . one is source.txt and second one is target.txt. I want to keep source.txt as baseline and compare target.txt. please find the data in 2 files and Expected output. Source.txt 1|HYD|NAG|TRA|34.5|1234 2|CHE|ESW|DES|36.5|134 3|BAN|MEH|TRA|33.5|234... (5 Replies)
Discussion started by: i150371485
5 Replies

2. Shell Programming and Scripting

Need some Help for file filteration and saving the output in other directory using grep....plz ...

Hi all........ Plss do help me.......in a big trouble... :wall::wall::wall: I have 3 directories named as :1. /home/shuchi/source 2./home/shuchi/destination 3./home/shuchi/filter now the problem is /home/shuchi/source has say 2 files with extension .txt as given below : A.txt Code: ... (0 Replies)
Discussion started by: ektubbe
0 Replies

3. Shell Programming and Scripting

awk is reaing the file only once..PLZ help

This script needs to find the uniq values. but only the 1st 10 are being shown...the next 10 are fairly neglected #!/bin/bash exec<test.dat x=10 value=0 while do value=`expr $value + 1`; #echo $value; val=`expr $value % $x`; if then awk -v f="$value" '( NR<=f){print $0}'|... (1 Reply)
Discussion started by: Abhik
1 Replies

4. Ubuntu

File opening prob. plz assist guys

Hi friends, this problem is pretty similar to the thread that i have generated earlier. If the TXT file that i have opened using "cat" is huge then my putty can only show me last few lines. Similarly if i use "more" command to open a huge TXT file then it asks to press any key to scroll up the... (9 Replies)
Discussion started by: anushree.a
9 Replies

5. Shell Programming and Scripting

Output formatting prob.. guyz plz hlp

:)Hi guys, I have written a script that returns 3 things of all the employees in my organisation. i.e. Name, Login time & log out time of each and every employee. It returns the output in pipe-delimited format. For your ref. sending a small sample e.g. Deepti|083032|174501... (5 Replies)
Discussion started by: anushree.a
5 Replies

6. Linux

Output formatting problem..Plz hlp

Hi guys, It will be a great help if somebody can help me in following problem. I have tried hard but because of lack of UNIX/LINUX knowledge I am not able to do it. I have written a script that returns 3 things of all the employees in my organisation. i.e. Name, Login time & log out time of... (2 Replies)
Discussion started by: anushree.a
2 Replies

7. Shell Programming and Scripting

Read string from a file,plz help me to check

#!/usr/bin/ksh exec 0<property while read newReceiveDir do if then sed -e 's//home/joshua/bodi/data/receive/{$newReceiveDir:25}/g/' mp_validate.sh >| mp_validate.sh elif then sed -e 's//home/joshua/bodi/data/temp/{$newReceiveDir:22}/g/' mp_validate.sh >| mp_validate.sh ... (1 Reply)
Discussion started by: joshuaduan
1 Replies

8. UNIX for Dummies Questions & Answers

What is the output of that Shell Scripts Plz tell me

tr "" "" | sort | awk 'length($0)>0' | uniq -c (1 Reply)
Discussion started by: brain_full
1 Replies

9. Shell Programming and Scripting

Plz Help To convert xml file to text file using bourn shell scripts

If someone out there could help me out with this problem. I would really appreciate it. I am trying to convert xml into text file(fixed length) using Unix Borne shell scripts. My xml file: <root> <header_rec recordtype="00"> <record_id>00</record_id> <country_code>AK></country_code>... (0 Replies)
Discussion started by: ram2s2001
0 Replies

10. UNIX for Dummies Questions & Answers

Hi plz How to configure my sendmail or mail commands???

Hi my freinds , I have RH7.2 I want to send E-mails from the prompt terminal where should I configure POP3 or SMTP also I want to access My hotmail .....I can't access it from MSN site when I write mail command in the prompt I can't send the mail hoow to send it to the root for example also... (7 Replies)
Discussion started by: atiato
7 Replies
Login or Register to Ask a Question