Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-02-02 01:15:46


tuna_man98166 wrote:

> Has anyone been able to build the Boost library (boost_1_26_0)using
> the aCC compiler on a HP-UX 10.2 system?
>
> I tried using modified Makefiles for the build along with a new
> user.hpp file built using .configure. When I got a host of compiler
> errors that I could not resolve I decided that I should try to compile
> and load using jam. However, I'm having trouble building jam. It
> appears that it is unable to load the proper include files because I
> get numerous unresolved references. The environment does not seem to
> be corect for HPUX.

aCC is able to compile jam but you first need to set the env. var.
CFLAGS to -Ae (i.e. `export CFLAGS=-Ae`) to tell aCC to be ANSI compliant.

Next you should also set the env. var. YACC to be empty.

Now you definitly should end up with a jam executable.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk