04-05-2009
I'm not familiar with the preinstalled binaries on AIX. Is 'fetch' available?
9 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I need to get a free download of AIX, anyone have any good links?:) (1 Reply)
Discussion started by: bobjones2
1 Replies
2. AIX
hello,
Does AIX 6.1 available for download?
Thanks,
Prashant. (2 Replies)
Discussion started by: prashantbhushan
2 Replies
3. AIX
what are things should i download and from where?
which website? i want to study unix AIX and try all the commands (1 Reply)
Discussion started by: rollthecoin
1 Replies
4. AIX
Hi,
I have AIX Information Center 5.3 installed on my PC locally. How do I get v6.1 Information Center local copy ?
thanks
Vilius (1 Reply)
Discussion started by: vilius
1 Replies
5. AIX
I am new to Aix and would like to learn . Is there is some free download for this os available to be installed on a home desktop pc with 4 gb ram and 2.7 ibm single proc computer .
can some one help me with the download link and installation instructions.
Thank you in advance (3 Replies)
Discussion started by: bally90
3 Replies
6. AIX
hi how r? , where can I download a trial version of AIX ,
I know this is a very IMB verions but there some demo
saludos (2 Replies)
Discussion started by: cejodrake
2 Replies
7. AIX
How to compile a package surce in AIX when we download its source? (2 Replies)
Discussion started by: johnveslin
2 Replies
8. AIX
Hi,
Where can I download AIX in 32bit so that I can install in VMware workstation ??Any advice ??? (7 Replies)
Discussion started by: chuikingman
7 Replies
9. Shell Programming and Scripting
i require the shell script that is running on the AIX to download a file from Windows desktop to the location where the shell script resides onthe AIX system. I have used the below code: but it throwing the error as below.please help me at the earliest to resolve the issue.
error message :... (1 Reply)
Discussion started by: kvkc
1 Replies
DH_DWZ(1) Debhelper DH_DWZ(1)
NAME
dh_dwz - optimize DWARF debug information in ELF binaries via dwz
SYNOPSIS
dh_dwz [debhelperoptions] [-Xitem] [--params]
DESCRIPTION
Caveat: This tool is experimental and may disappear or change behaviour without any notice.
dh_dwz is a debhelper program that will optimize the (uncompressed) size of the DWARF debug information in ELF binaries. It does so by
running dwz(1) on all the ELF binaries in the package.
OPTIONS
-Xitem, --exclude=item
Exclude files that contain item anywhere in their filename from being stripped. You may use this option multiple times to build up a
list of things to exclude.
-- params
Pass params to dwz(1) when it processes ELF binaries. This is mostly useful for setting memory related parameters (e.g. -l and -L).
NOTES
If the DEB_BUILD_OPTIONS environment variable contains nostrip, nothing will be stripped, in accordance with Debian policy (section 10.1
"Binaries").
While this tool technically does not remove debug information from binaries, it is still skipped when the DEB_BUILD_OPTIONS environment
variable contains nostrip. This is because nostrip is often used to optimize build times (e.g. for "build and test"-cycles) rather than
optimizing for size.
SEE ALSO
debhelper(7)
This program is a part of debhelper.
AUTHOR
Niels Thykier <niels@thykier.net>
11.1.6ubuntu2 2018-05-10 DH_DWZ(1)