compiling dports with clang

karu.pruun karu.pruun at gmail.com
Tue Mar 22 07:15:50 PDT 2016


Hello

I was trying to compile www/node with clang:

# env CCVER=clang36 make install

but the result says it's gcc 5.3.1:

# objdump -s -j .comment /usr/local/bin/node

.GCC: 5.3.1 [DragonFly] Release/2015-12-04

while a clang compiled file should say:

.GCC: 5.3.1 [DragonFly] Release/2015-12-04.clang version 3.6.2
(tags/RELEASE_362/final)

What did I miss?

Cheers

Peeter

--



More information about the Users mailing list