Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Unknown compiler qcc?: (1 Item)
   
Unknown compiler qcc?  
Hi,

i am trying to compile/install boost libs but the qcc compiler is not recognized. The qcc was set to 3.3.5,gcc_ntox86:

# bmake install
=> Bootstrap dependency digest>=20010302: found digest-20070803
ERROR: This package has set PKG_FAIL_REASON:
ERROR: Unknown compiler qcc for Boost.
*** Error code 1

Stop.
bmake: stopped in /usr/pkg/HEAD/pkgsrc/devel/boost-libs

I noted that bootstrap script  uses gcc during the configuration process and when i changes mk.conf to set 
KGSRC_COMPILER=gcc, the compile process of boost libs goes ahead until:

... checking for malloc.h... (cached) yes
checking for langinfo.h... no
checking for thread.h... no
checking for pthread.h... yes
checking for CHAR_BIT... yes
checking byte ordering... od: illegal option -- c
unknown
configure: error: *** unable to determine endianness
Configure in /usr/pkg/HEAD/pkgsrc/lang/gcc3-c/work/gcc-3.3.6/gcc failed, exiting.
*** Error code 1

Does anybody knows how to correctly compile this source package? What is the compiler to use? qcc or gcc?