$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2006-02-01 09:08:26
Kamil Marcinkowski wrote:
>
> I just need the following flags passed to the compiler:
> <cxxflags> -q64
> <linkflags> -q64
> <arflags> -q64
>
or you can define the env.var. OBJECTMODE to be equal to 64: e.g. export
OBJECTMODE=64