• 4976阅读
  • 1回复

qt在gcc3.2下configure失败 [复制链接]

上一主题 下一主题
离线liujianboy
 
只看楼主 倒序阅读 楼主  发表于: 2007-10-22
— 本帖被 XChinux 从 Qt for Windows 移动到本区(2010-02-08) —
gcc版本为

gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.3)

  1. g++ -o "/root/QtLib/qt-x11-opensource-src-4.2.3/bin/qmake" project.o property.o main.o makefile.o unixmake2.o unixmake.o mingw_make.o option.o winmakefile.o projectgenerator.o meta.o md5.o makefiledeps.o metamakefile.o xmloutput.o pbuilder_pbx.o  qchar.o qstring.o qstringmatcher.o qtextstream.o qiodevice.o qglobal.o qbytearray.o qbytearraymatcher.o qdatastream.o qbuffer.o qlistdata.o qfile.o qfsfileengine_unix.o qfsfileengine.o qregexp.o qvector.o qbitarray.o qdir.o quuid.o qhash.o qfileinfo.o qdatetime.o qstringlist.o qabstractfileengine.o qtemporaryfile.o qmap.o qunicodetables.o qmetatype.o qsettings.o qlibraryinfo.o qvariant.o qvsnprintf.o qlocale.o qlinkedlist.o qurl.o
  2. project.o(.text+0x4ca): In function `varMap(QString const&)':
  3. : undefined reference to `_Unwind_Resume'
  4. project.o(.text+0x8e3): In function `split_arg_list(QString)':
  5. : undefined reference to `_Unwind_Resume'
  6. project.o(.text+0xbf8): In function `split_value_list(QString const&, bool)':
  7. : undefined reference to `_Unwind_Resume'
  8. project.o(.text+0xd51): In function `ParsableBlock::eval(QMakeProject*, QMap<QString, QStringList>&)':
  9. : undefined reference to `_Unwind_Resume'
  10. project.o(.text+0xdf0): In function `FunctionBlock::exec(QList<QStringList> const&, QMakeProject*, QMap<QString, QStringList>&, QStringList&)':
  11. : undefined reference to `_Unwind_Resume'
  12. project.o(.text+0xe85): more undefined references to `_Unwind_Resume' follow
  13. collect2: ld returned 1 exit status
  14. gmake: *** [/root/QtLib/qt-x11-opensource-src-4.2.3/bin/qmake] Error 1


是不是不支持低版本的gcc啊?
离线ylp3172
只看该作者 1楼 发表于: 2008-04-01
是不是没装编译工具哦??BUILD-ESSENTIAL
快速回复
限100 字节
 
上一个 下一个