Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41270 - partgui fails to build against qt 3.3.0
Summary: partgui fails to build against qt 3.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 10:22 UTC by Derk W te Bokkel
Modified: 2004-02-18 07:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Derk W te Bokkel 2004-02-11 10:22:16 UTC
problem is it can't find 

/usr/qt/lib/libqt-mx.a as it does not exist

adding a symlink named libqt-mx.a to libqt-mx.so.3.3.0 allows 
the compile to finish , install and qmerge go fine after that

program seems to run fine as well although I have not used it as yet for actual changes ... just viewing the disk structure.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-02-18 07:00:14 UTC
Forcing shared linking now, static isn't very useful anyway since we build against Qt/X11, not embedded. Thanks for the hint.