C Wang wrote:
> I will suggest we deliver both 32bit head files (in /usr/include) and
> 64bit head files (in /usr/include/amd64|sparcv9) in the future to avoid
> the problem

Nothing else on Solaris has separate 64-bit headers that cause developers
to have to change their -I flags for 64-bit compiles - you should be able
to have a single set of include files that use #ifdef _LP64 to handle both
cases.   (Though if that single include file simply uses #ifdef to choose
which of two private headers to include, I guess you'd work the Solaris way
without changing the upstream.)

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering


Reply via email to