Sponsored Content
Full Discussion: Proc problem
Top Forums Programming Proc problem Post 17495 by thehoghunter on Saturday 16th of March 2002 04:35:46 AM
Old 03-16-2002
Is it the same version of the compiler on both version of AIX? Normally you can compile on the older version (4.1, 4.2) and it should run on 4.3 but going the other way you may have new additions to the compiler that weren't in the old. Going backwards probably doesn't work and you would need to compile and possibly re-code for the older 4.2 version of AIX.
thehoghunter
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

/proc 100%

The df/bdf command shows /proc 100% full all the time. What does /proc contain? and why 100% all the time even on a new setup. (1 Reply)
Discussion started by: asutoshch
1 Replies

2. UNIX for Dummies Questions & Answers

about /proc

hi, we all know /proc is about the information of active process, I have just read an artical which said you can use /proc/cpuinfo, /proc/net./proc/meminfo etc. to know about some hardware information .But I want to know how to use with command line? (1 Reply)
Discussion started by: fuqiang1976
1 Replies

3. UNIX for Advanced & Expert Users

The /proc Filesystems

Anyone know what the difference between the /proc filesystems under Linux and SunOS? Thanx In Advance! -Lola (1 Reply)
Discussion started by: Sparticus007
1 Replies

4. UNIX for Advanced & Expert Users

/proc

/proc is filing up my root filesystem. Can you delete any of the4 ID numbers out of /proc. Please help me. (3 Replies)
Discussion started by: aojmoj
3 Replies

5. UNIX for Dummies Questions & Answers

proc

Hi, What are the various way's to fix /proc folder in redhat linux 7.2 and how to verify /proc folder is proper or croupted? Thank in advance Bache Gowda (7 Replies)
Discussion started by: bache_gowda
7 Replies

6. Programming

Need help ! SQL and Proc *C

:) hi all ! Please help me When I select data from oracle with proc * C prog. I count the number of rows For example the total rows is 1000000 but the number of result return is a limit number 5000 for ex So How can I know this limit (5 Replies)
Discussion started by: iwbasts
5 Replies

7. AIX

ProC and other C file compilation problem on AIX

I am linking my compiled proC file with other C files and getting following error. ld: 0711-711 ERROR: Input file /opt/orabase/oracle/product/10.2.0/db_1/lib/libirc.a is empty. The file is being ignored. I used following command to compile my proC code. proc iname=dbConnect.pc code=ANSI_C... (0 Replies)
Discussion started by: amit.singhal
0 Replies

8. UNIX for Dummies Questions & Answers

_/proc/stat vs /proc/uptime

Hi, I am trying to calculate the CPU Usage by getting the difference between the idle time reported by /proc/stat at 2 different intervals. Now the 4th entry in the first line of /proc/stat will give me the 'idle time'. But I also came across /proc/uptime that gives me 2 entries : 1st one as the... (0 Replies)
Discussion started by: coderd
0 Replies

9. UNIX for Dummies Questions & Answers

Regarding /proc

If you are adding the kernel module without any module parameter passing, it should print out following information to info1 file so that user can make read access to info1 file (via, for example, cat /proc/info1): • Processor type • Kernel version • Total number of the processes currently... (1 Reply)
Discussion started by: shekhar.huded
1 Replies

10. Shell Programming and Scripting

Formatting problem with sizes from /proc/partitions

How would i display the output of /proc/partitions in gb representation/ Please help. Also eager to know what is dm-0 and dm-1? # cat /proc/partitions major minor #blocks name 3 0 8388608 hda 3 1 104391 hda1 3 2 8281507 hda2 3 64 102400 hdb ... (7 Replies)
Discussion started by: pinga123
7 Replies
g-wrap-config(1)					      General Commands Manual						  g-wrap-config(1)

NAME
g-wrap-config - script to get information about the installed version of G-Wrap SYNOPSIS
g-wrap-config [ --version ] [ --c-compile-args LANG | --c-link-args LANG | --guile-module-directory ] DESCRIPTION
g-wrap-config is a tool that is used to configure and determine the compiler and linker flags that should be used to compile and link progams, libraries, and plugins that use G-Wrap. However, since G-Wrap 1.9, this tool has been deprecated in favor of pkg-config(1). New code should use the g-wrap-2.0-guile pkg-config module, g-wrap-config only exists for compatibility reasons. OPTIONS
--c-compile-args LANG Print the compiler flags that are necessary to compile a program or library that uses the G-Wrap language binding for LANG. --c-link-args LANG Print the linker flags that are necessary to link a program that uses the G-Wrap language binding for LANG. --version Prints the currently installed version of G-Wrap on standard output. EXAMPLES
gcc -o main.o $(g-wrap-config --c-compile-args guile) main.c is how you might use g-wrap-config to compile a C source file for an executable program. gcc -o my_app $(g-wrap-config --c-link-args guile) main.o util.o is how you might use g-wrap-config to link compiled objects into an executable program. AUTHOR
G-Wrap has been written by Andreas Rottmann, Rob Browning and Christopher Lee. This manual page was written by Andreas Rottmann, originally for the Debian Project. G-Wrap 1.9 2005-05-01 g-wrap-config(1)
All times are GMT -4. The time now is 08:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy