Operating System - HP-UX
1838339 Members
3048 Online
110125 Solutions
New Discussion

Re: Using quadrant 3 or 4 for data space in 32 bit programs

 
joe wong_2
Advisor

Using quadrant 3 or 4 for data space in 32 bit programs

Chatr can change a 32 bit program's attributes to allow it to utilize quadrant 3 or 4 for data space. Is it possible to do it at compile or link time instead of having to run chatr afterwards for every program that I need to recompile?
2 REPLIES 2
Tim Sanko
Trusted Contributor

Re: Using quadrant 3 or 4 for data space in 32 bit programs

Joe,

I just tried to run chatr first and the results were not pretty.

I suspect post link is the best time.

Tim
A. Clay Stephenson
Acclaimed Contributor

Re: Using quadrant 3 or 4 for data space in 32 bit programs

Your best option is to simply include a chatr invocation as part of your makefiles. You are using make, aren't you?
If it ain't broke, I can fix that.