Joe Buehler writes:

> The IBM AIX compilers do the equivalent of +DAportable by default.  For HP,
> you have to tell the compiler to produce a binary that will run on various
> kinds of processors.

Hey Joe,

put the following lines into your .profile file:

     CCOPTS='+DAportable'
     export CCOPTS
     LDOPTS='+vnocompatwarnings +s'
     export LDOPTS

The last two lines make libtool happy.

-- 
Ralph




Reply via email to