HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - Linux
 - >
 - Re: huge libraries generated with aCC
 
Operating System - Linux
        1840137
        Members
    
    
        1854
        Online
    
    
        110161
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- 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
 
02-08-2008 08:15 AM
02-08-2008 08:15 AM
			
				
					
						
							huge libraries generated with aCC
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
I think I have problems in the generation of the objects in hp ux.
I has compiled an static lib in hp ux (aCC), tru64 (cxx), linux (gcc) and windows xp (vc8) with the same C++ source code.
The lib generated has 11 Mb in the tru64 and linux, 35 Mb in the windows xp (vc8) and 800 Mb in the hp ux.
I have no errors and the software works well for all platforms, but in the hp ux the lib has a huge size. In the hp ux, I have huge objects.
For compile the debug version
tru64: cxx -c -D_REENTRANT -std ms -
r -using_std -ptr -I/... -o /...
hp ux: aCC -c +DD64 -Wl,+as,mpas -D_REENTRANT -lpthread -mt -g -I/... -o /...
aCC: HP C/aC++ B3910B A.06.13 [Nov 27 2006]
HP-UX B.11.23 U ia64
Thank you for any help, feedback or suggestions.
Joao
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I think I have problems in the generation of the objects in hp ux.
I has compiled an static lib in hp ux (aCC), tru64 (cxx), linux (gcc) and windows xp (vc8) with the same C++ source code.
The lib generated has 11 Mb in the tru64 and linux, 35 Mb in the windows xp (vc8) and 800 Mb in the hp ux.
I have no errors and the software works well for all platforms, but in the hp ux the lib has a huge size. In the hp ux, I have huge objects.
For compile the debug version
tru64: cxx -c -D_REENTRANT -std ms -
r -using_std -ptr -I/... -o /...
hp ux: aCC -c +DD64 -Wl,+as,mpas -D_REENTRANT -lpthread -mt -g -I/... -o /...
aCC: HP C/aC++ B3910B A.06.13 [Nov 27 2006]
HP-UX B.11.23 U ia64
Thank you for any help, feedback or suggestions.
Joao
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
02-08-2008 10:15 AM
02-08-2008 10:15 AM
			
				
					
						
							Re: huge libraries generated with aCC
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Keep an eye on this other, very similar thread:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1201855
Pete
	
Pete
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1201855
Pete
Pete
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
02-08-2008 05:13 PM
02-08-2008 05:13 PM
			
				
					
						
							Re: huge libraries generated with aCC
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						>I think I have problems in the generation of the objects in hp-ux. 
Since there is nothing you can do about it, please put it out of your mind. :-)
>I has compiled an static lib
By this, did you mean an archive lib? This will shrink down when you link.
What size are you measuring? The output from size(1) or ll(1)? Only the former is important, unless you are out of room on your CD. Using -g will also bloat your objects.
The latest version is A.06.16.
		
		
	
	
	
Since there is nothing you can do about it, please put it out of your mind. :-)
>I has compiled an static lib
By this, did you mean an archive lib? This will shrink down when you link.
What size are you measuring? The output from size(1) or ll(1)? Only the former is important, unless you are out of room on your CD. Using -g will also bloat your objects.
The latest version is A.06.16.
- Tags:
 - archive lib
 
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP