PDA

View Full Version : Need Help with GCC on Suse



TheBlonde
10-30-2002, 01:32 PM
Patience please,

SUSE 8.0 pro version (although I am not a pro)

Yasp tells me I have GCC30 installed, (I think they mean 3) however I must not be doing something right, since showeq wont configure. It tells me GCC is in /opt/experimental/ so I tried calling it there and didnt work, but could be my syntax....

I am a total newb on RPMs and stuff, and even on how to put GCC where it needs to be or tell showeq where to find it.

also, I am trying with QTDIR=/usr/lib/qt3 since I ASSUME my Qt3 will work and I dont need qt 2.3.3 but you know I could be wrong.

I had no problems with that OTHER not SHOWEQ program, but since its not working, I have to figure this one out.

BTW I want to thank you all for everything you do for us game addicts

:)

LordCrush
10-30-2002, 01:43 PM
With SUSE 8.0 GCC is in the experimental state - thats ok. but the QT - lib is compiled without multi-thread support.

i suggest to download the QT 2.3.3 and compile it with gcc 3.0x and multi-thread support. ´

Install it in a dir i.e. /usr/lib/qt-2.3.2 and use ./configure --with-qt-lib=/usr/lib/qt-2.3.2


should work then

TheBlonde
10-30-2002, 01:58 PM
okay thanks compiling the GCC 3.1 from gnu now, hope this works = )