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
>> 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