[Qt-interest] installing a static version of the Qt library
Sarvesh Saran
Sarvesh.Saran at synopsys.com
Thu Dec 4 07:12:13 CET 2008
Hi,
I am trying to install a static version of the Qt library.
When I execute ./configure -static -prefix /path/to/Qt <other
parameters> I get the following error:
project.o(.text+0xa6a4): In function `QMakeProject::parse(QString
const&, QMap<QString, QStringList>&, int)':
: undefined reference to `__cxa_guard_acquire'
project.o(.text+0xa6c8): In function `QMakeProject::parse(QString
const&, QMap<QString, QStringList>&, int)':
: undefined reference to `__cxa_guard_release'
project.o(.text+0xa708): In function `QMakeProject::parse(QString
const&, QMap<QString, QStringList>&, int)':
: undefined reference to `__cxa_guard_abort'
project.o(.text+0xf439): In function
`QMakeProject::isActiveConfig(QString const&, bool, QMap<QString,
QStringList>*)':
: undefined reference to `__cxa_guard_acquire'
project.o(.text+0xf451): In function
`QMakeProject::isActiveConfig(QString const&, bool, QMap<QString,
QStringList>*)':
: undefined reference to `__cxa_guard_release'
makefile.o(.text+0x26b05): In function
`MakefileGenerator::fileInfo(QString) const':
: undefined reference to `__cxa_guard_acquire'
makefile.o(.text+0x26b21): In function
`MakefileGenerator::fileInfo(QString) const':
: undefined reference to `__cxa_guard_release'
makefile.o(.text+0x26b5b): In function
`MakefileGenerator::fileInfo(QString) const':
........................................................................
...........
..............................
....................
and so on............................
I'm not sure why I keep getting this error. Any ideas?
Thanks,
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20081204/6c2fd243/attachment.html
More information about the Qt-interest-old
mailing list