This is a discussion on Error when compiling QT within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi all. I have compiled the QT 3.3.4 with the Official Slackbuild, but I've got a errors. The Error.log ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all. I have compiled the QT 3.3.4 with the Official Slackbuild, but I've got a errors. The Error.log are located in http://jjdanimoth.altervista.org/errorQT.log The most important things, IMHO, is: make[3]: *** [about.cpp] Segmentation fault make[3]: *** [statistics.cpp] Segmentation fault Have you got this error? The only things that I've modified are the CFLAGS in KDE.options. Thanks you [Excuse me for my bad english =] |
| ||||
| Le Sat, 18 Jun 2005 14:13:27 +0200, JJDaNiMoTh a écrit*: > I have compiled the QT 3.3.4 with the Official Slackbuild, but I've > got a errors. > > The Error.log are located in http://jjdanimoth.altervista.org/errorQT.log > > The most important things, IMHO, is: > > make[3]: *** [about.cpp] Segmentation fault > make[3]: *** [statistics.cpp] Segmentation fault > > Have you got this error? This error is not a compile error, it is an error from your system while under stress of compiling, not the same :-) Usually, a segfault is inducted by a problem of memory resources not being free trying to get free (really oversimplified explaination ;-) maybe your /tmp *and* your swap *and* your RAM were crying at the same time ? > > The only things that I've modified are the CFLAGS in KDE.options. Please test again with *no* modification, if it is the same, or if you still have them, look in you /var/log/ messages syslog if anything would show as related to your crash at ehe same time you compiled ? |