Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-04 23:48:37


----- Original Message -----
From: "Charles Beyer" <tuna_man98166_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Monday, February 04, 2002 7:23 PM
Subject: Re: [boost] boost usage with HPUX

> I tried setting the compiler flag for ANSI C++, the
> flag on our compiler needs to be set to -Aa, and I
> also set the env. var. YACC to empty with no changes
> in results.
>
> There are many undefined functions and variables, such
> as read, close & lseek. I'm begining to think that our
> compiler configuration is non-standard. As a result
> many of the option flags that both jam and regex are
> looking for are not set correctly. Of course it would
> help if we could upgrade our system - but we can't!

At the very least it appears that your 'C' standard library isn't getting
linked to properly. read and close are the most basic file-handling
functions. You might look at the command-lines being used to see if they
match your expectations.

-Dave


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