Sponsored Content
Top Forums UNIX for Dummies Questions & Answers plz Help How should I configure cc compiler output file plz help??? Post 15230 by LivinFree on Tuesday 12th of February 2002 08:36:17 AM
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).
 

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

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

10. 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
TORRUS_COMPILEXML(8)						      torrus						      TORRUS_COMPILEXML(8)

NAME
compilexml - Torrus XML configuration (re)compiler. SYNOPSIS
torrus compilexml --tree=TREENAME [options...] DESCRIPTION
This command compiles the Torrus's XML configuration for the tree TREENAME. It does not require any other processes to be restarted after the configuration is changed. Renderer's cache is automatically flushed on on the next Renderer's run. Monitor automatically resets on the next monitoring cycle. All dynamic tokensets in the given tree are emptied. OPTIONS
--all Instructs to compile configuration for all trees. --nods Instructs to compile non-datasource configuration only. --noval Disables all validation of the XML configuration. This speeds up the compilation up to 2 times, while adding a risk to end up with an unusable configuration. In addition, the first initialization cycle of Collector and Monitor in this case would be much longer. --force Normally the compiler would fail to start if another compiler process is already running for the specific tree. In case of abnormal function, the running status of the previous pcompiler may stay in the database. This option forces the compiler to continue even if if sees the presence of another process. --debug Sets the log level to debug. --verbose Sets the debug level to info. --help Displays a help message. SEE ALSO
torrus(8) NOTES
See more documentation at Torrus home page: http://torrus.org AUTHOR
Stanislav Sinyagin <ssinyagin@yahoo.com> torrus 2.03 2013-07-26 TORRUS_COMPILEXML(8)
All times are GMT -4. The time now is 10:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy