PDA

View Full Version : Errors



Satchel
04-24-2002, 08:25 AM
Installing SEQ now and ./configure went through smoothly.

Run make and got undefined reference to 'QString::shared'
As well as a number of other undefined stuff.

then at the end...

make[2]: *** [showeq] Error 1
make[2]: Leaving directory '/root/showeq/src'
make[1]: *** [all -recrusice] Error 1
make[1]: Leaving directory '/root/showeq/'
make: *** [all -recrusive-am] Error 2

Anyone know what that means exactly and/or what I should do next to keep the install going?


Satchel

fyodorst
04-24-2002, 10:07 AM
did u compile QT using gcc-3.x.x?

Satchel
04-24-2002, 10:18 AM
Yes, I changed the file like it said and did everything. Did custom install on of RH 7.2 and made sure everyone of the things listed were selected. I am pretty sure I have done it correct just not sure where it screwed up. Is there anything that I should check? Or go back over to try it again?

Satchel

fryfrog
04-24-2002, 03:16 PM
as well as compiling qt-2.3.2 you NEED to make sure that the showeq compile is USING that gcc3 qt-2.3.2 version. you can do this by exporting it before hand and it might help to use the --with-qt-dir= option (use --help to get the exact wording/syntax).