[Qt-interest] Issues with Configure - Assistance request for configure

Paul Floyd paulf at free.fr
Thu Feb 5 15:06:41 CET 2009


Quoting "Albert E. Whale" <aewhale at abs-comptech.com>:

> Andreas Pakulat wrote:
> > On 04.02.09 14:37:43, Albert E. Whale wrote:

...

> OK, I am attempting to reconfigure using the GNU Tar command, not the
> Sun one.
>
> However, when I issue the command:
>
> ./configure help
>
> I am greeted with the following:
>
> This is the Qt/X11 Open Source Edition.
>
> help: unknown argument

Qt configure options begin with a '-'. Try "./configure -help"

> /usr/share/src/qt-x11-opensource-src-4.4.3/config.tests/unix/fvisibility.test:
> CC: not found

Having skipped the unknown 'help' option, it looks like configure is trying to
do a default configure. On Solaris, that is 'solaris-cc' with the optional Sun
compiler. It looks like you either don't have that installed, or it isn't in
your path. Hence you get "CC: not found" when fvisibility.test tries to run the
C++ compiler.

A+
Paul
-- 
Paul Floyd   http://paulf.free.fr



More information about the Qt-interest-old mailing list