Boost logo

Boost-Build :

From: Ricardo Perrone (perrone_at_[hidden])
Date: 2008-07-18 21:12:17


Hi,

I am trying to build some boost libraries with qcc 4.2.3, an release version available at QNX site (http://community.qnx.com/sf/sfmain/do/viewProject/projects.toolchain) , but a crash appears:

# qcc -v
cc: looking for gcc_ntox86 in /usr/qnx632/host/qnx6/x86/etc/qcc/gcc/4.2.3/gcc_ntox86++.conf
cc: looking for gcc_ntox86 in /usr/qnx632/host/qnx6/x86/etc/qcc/gcc/4.2.3/gcc_ntox86.conf
cc: no files to process
# ./configure --with-toolset=qcc --with-libraries=regex,filesystem --prefix=$BOOST_ROOT
Building Boost.Jam with toolset qcc... tools/jam/src/bin.qnxntox86/bjam
Unicode/ICU support for Boost.Regex?... not found.
Backing up existing Boost.Build configuration in user-config.jam.4
Generating Boost.Build configuration in user-config.jam...
Generating Makefile...
# make
./tools/jam/src/bin.qnxntox86/bjam --user-config=user-config.jam --with-regex --with-filesystem
Memory fault (core dumped)
Not all Boost libraries built properly.
#

with the previous version of qcc (ntox86-gcc-3.3.5) the compilation process is completed without any problems. I supose that bjam 3.1.16 does not have support to qcc 4.2.3 yet, but i not sure. Is there a way to build boost libraries with this version of bjam(e.g. configuring parameter)? The next bjam version has plans to support qcc 4.2.3 ?

Thanks
Ricardo

      


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk