autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HPUX and +DAportable


From: Schleicher Ralph (LLI)
Subject: Re: HPUX and +DAportable
Date: Fri, 5 Sep 2003 07:50:19 +0200

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

[Prev in Thread] Current Thread [Next in Thread]