$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-12-18 06:27:54
Oliver.Kowalke_at_[hidden] wrote:
>
>> No, that doesn't work; you need to know the OS version for
>> deployment to know what's available at runtime.
>
> Autoconfig could help in this place - could this be integrated in the
> boost build process?
Autoconfig will only help if you have Solaris N to Solaris M cross-compiler.
Otherwise, autoconfig will happily check properties
of the build system not target system.
Until cross-compiler is used, discussion of using autoconf, or any other
mechanisms, is moot.
- Volodya