Peter Kümmel wrote:
> Yes indeed, that's the reason: in ./src/frontends/qt4/Makefile you will find
> 
> QT_VERSION = $(shell IFS=.; set -- `echo $(QT4_VERSION)`; \
>              echo 0x0`echo "obase=16; $$1*65536+$$2*256+$$3" | bc`)
> 
> so no bc, no QT_VERSION.

Shouldn't ./configure tell the user this in plain English then if bc is 
missing?

Jürgen

Reply via email to