Hi, On Tue, 2005-01-18 at 10:03, Tran Thanh Hiep wrote: > My QTDIR enviroment variable : > [EMAIL PROTECTED]:~/program/kpro/qt2> $QTDIR > bash: /usr/lib/qt3: is a directory > > problem of me is when I intall OpenSG lib it has not > file libqt.so or libqt-mt.so or libqt-mt.so.3 as lib > OpenSG-1.4.0-dbg online. Now I want anybody help me > how do i do to install OpenSG wich it will have file > libqt.so or libqt-mt.so.3 as lib OpenSG-1.4.0-dbg.
let me check what the OpenSG release archives provide, but I have to download them so it will take a second. But in any case what you are doing (AFAIS) is mixing different qt versions. If you use the include files from /usr/lib/qt3/include you better use the libs from /usr/lib or /usr/lib/qt3/lib, not the once coming with OpenSG. Same iff OpenSG comes with qt libs and headers use those, the only trick is to stay consistent. I'll check against which QT versions the OpenSG releases where build, but again I'll have to download them first. regards, gerrit ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
