Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 19:10:37 +0200
From:      dt71@gmx.com
To:        freebsd-current@freebsd.org
Subject:   bsd.qt.mk "(cc --version [...])"
Message-ID:  <51A3938D.5000707@gmx.com>

next in thread | raw e-mail | index | archive | help
There is no cc executable in the path (eg., there is no /usr/bin/cc) and the CC make-variable is set to an absolute path to the C compiler (Clang) in /etc/make.conf. Then, for example,

   cd /usr/ports/www/seamonkey && make config

results in the following output:

   make: "/usr/ports/Mk/bsd.qt.mk" line 313: warning: Couldn't read shell's output for "(cc --version 2> /dev/null | /usr/bin/awk 'NR == 1 { gsub(/[()]/, "", $2); print $2 }') || echo "gcc""

TODO: fix.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51A3938D.5000707>