pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/38398: bootstrap fails with Intel C Compiler



The following reply was made to PR pkg/38398; it has been noted by GNATS.

From: Aleksey Cheusov <cheusov%tut.by@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/38398: bootstrap fails with Intel C Compiler
Date: Fri, 11 Apr 2008 10:27:21 +0300

  >> 0 bootstrap> env CC=/opt/intel/cc/10.1.008/bin/icc 
CXX=/opt/intel/cc/10.1.008/bin/icpc ac_cv___attribute__=yes ./bootstrap 
--unprivileged  --prefix ~/pkg --workdir /tmp/tmp-pkgsrc-icc
 >  
 >  Seems you forgot to give --compiler to ./bootstrap, that might cause it
 >  to fail in the way described.
 
 I followed the instructions which needs to be fixed.
 
 pkgsrc guide:
    3.3.5 Linux
    ...
 
    To bootstrap using icc, assuming the default icc installation directory:
 
    env CC=/opt/intel_cc_80/bin/icc LDFLAGS=-static-libcxa \
    ac_cv___attribute__=yes ./bootstrap
 
    ...
 
    After bootstrapping, you should set PKGSRC_COMPILER in mk.conf:
    ^^^^^^^^^^^^^^^^^^^
 
    PKGSRC_COMPILER=        icc
 
 -- 
 Best regards, Aleksey Cheusov.
 


Home | Main Index | Thread Index | Old Index