[indiana-discuss] qt4 questions again
Ed Plese
ed at edplese.com
Sat Oct 4 06:53:47 PDT 2008
On Sat, Oct 4, 2008 at 2:52 AM, gerard henry <gerard.henry at free.fr> wrote:
> so why, in os2008.11, the C++ compiler isn't well setup? I don't
> understand how it can setup XX as C++ compiler instead of the right
> command, and what is strange is that g++ appears later in the Makefile!?
> The follwing steps are used to compile qt4:
> - get the tarball qt-x11-opensource-src-4.4.3
> - run configure with: "./configure -platform solaris-g++"
> - then run gmake
> - PATH is
> -bash-3.2$ export PATH=/usr/bin:/usr/sbin:/usr/bin/X11:/usr/sfw/bin
Edit the configure script and change the first line to use
#!/usr/bin/bash instead of #!/bin/sh.
Ed Plese
More information about the indiana-discuss
mailing list