- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- binaries size changes from one machine to another....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 06:56 AM
07-24-2002 06:56 AM
binaries size changes from one machine to another...
I am having a slight problem on a production machine that generates binaries that are about 2 or 3 times bigger than on my development station. The OS is the same, HPUX 11 but my dev. machine has a slighlty higher level of patches. Could that explain the difference I see?
Has anyone ever noticed that kind of behaviour?
Any help more than welcome :-D
Cyrille
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 06:58 AM
07-24-2002 06:58 AM
Re: binaries size changes from one machine to another...
Thanx
Cyrille
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 07:11 AM
07-24-2002 07:11 AM
Re: binaries size changes from one machine to another...
What does> what /opt/aCC/bin/aCC show on both servers ? The same ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 07:12 AM
07-24-2002 07:12 AM
Re: binaries size changes from one machine to another...
show on both servers ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 07:14 AM
07-24-2002 07:14 AM
Re: binaries size changes from one machine to another...
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 07:51 AM
07-24-2002 07:51 AM
Re: binaries size changes from one machine to another...
my opinion is that you have
- compiled/linked statically
- different versions/patch-levels of the libraries used
- maybe debug-libraries on the production machine (hence bigger libraries)
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 07:51 AM
07-24-2002 07:51 AM
Re: binaries size changes from one machine to another...
my opinion is that you have
- compiled/linked statically
- different versions/patch-levels of the libraries used
- maybe debug-libraries on the production machine (hence bigger libraries)
- "strip"ped the codefiles on the development machine
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 08:42 AM
07-24-2002 08:42 AM
Re: binaries size changes from one machine to another...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 04:19 AM
07-25-2002 04:19 AM
Re: binaries size changes from one machine to another...
I would suspect the aC++ compiler and runtime version are probably the issue.
One other thing to check, are you using any third party libraries in your app? Are they the same versions? Are you using Oracle? Is it the same version and patch level on both machines. I have seen the version of Oracle compield against greatly affect the size of the binary.