[Bug 10572] Qt devel libs install fails to set up bash environment variables
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Tue May 17 11:55:35 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=10572
Ubuntu (kubuntu) | libqt3c102-mt
------- Additional Comments From greatbunzinni at gmail.com 2005-05-17 12:55 UTC -------
(In reply to comment #3)
> I can compile QCA and PSI without problems. Possibly you don't have the
necessary -dev packages
> or maybe even g++ installed. Which environment variables and symlinks were
needed?
Environment variables: Qt's definitions
QTDIR=/usr/local/qt3
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
Symlinks: gcc (which points to gcc-3.4), g++ (which points to g++-3.4) and uic
in /usr/local/qt3/bin (Psi's compilation asks for it in that particular path but
the program exists in /usr/bin/uic-qt3 and also as the symlink /usr/bin/uic,
which point to the symlink /etc/alternatives/uic, which, in turn, points to
/usr/bin/uic-qt3)
All the dev packages were installed and g++ too. As I said, I only had to setup
the environment variables and create de symlinks to be able to compile QCA and Psi.
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the kubuntu-bugs
mailing list