|
From: L.S.R. <ls...@pa...> - 2004-03-31 08:17:37
|
Hello.
We have installed Debian Woody, with the packages listed in the
INSTALL file.
We are not use the parallel solver.
We are intented with the iMOOSE-0.94. (in other old version we have
other problems too)
But at the TRINITY section we have a problem with some undefined
references.
We send you a capture of the CONFIGURE and the last part of the
compilation where is the problems and
the make brake out.
We are thank you by any help.
(configure)
----------------------------------------------------------
Summary for iMOOSE features:
release
version 0.94
c++ compiler g++
heavy optimizations yes
profiling no
shared libraries yes
static libraries yes
nonfree & private dirs
special IMOOSE defines -D_REENTRANT -DNORANGE_CHECK
CPPFLAGS -I/usr/local/include -DITL_USING_MTL -I/usr/local/include -I/usr/include -DHAVE_ZLIB
CXXFLAGS -g -O2 -Wall -W -ftemplate-depth-25 -Wno-non-template-friend -fexceptions -fsjlj-exceptions -O3 -fomit-frame-pointer -funroll-loops -fstrict-aliasing -mpentiumpro
CFLAGS -g -O2
Required for parallel solvers:
Metis graph partitioning no
MPI/MPI++ no / no
PETSc(Arch/double/complex) no (linux/no/no)
-------------------------
Build parallel targets no
Required for iMOOSE.trinity (postprocessing/visualization):
pthread library yes
Qt GUI library yes
readline library -lreadline
python & extensions(=>2.2) yes
OpenGL yes
GLU yes
Mesa Offscreen lib.
--------------------------
Build iMOOSE.trinity yes
Build documentation yes
----------------------------------------------------------
(make)
...
In file included from nview.cc:28:
qtstuff.h: In method `void QtInterface::setSwapBuffers(bool)':
qtstuff.h:340: warning: unused parameter `bool b'
In file included from moc_qtstuff.cc:11:
qtstuff.h: In method `void QtInterface::setSwapBuffers(bool)':
qtstuff.h:340: warning: unused parameter `bool b'
libtool: link: warning: library `/usr/lib/libmng.la' was moved.
libtool: link: warning: library `/usr/lib/libmng.la' was moved.
qtstuff.o: In function `QVMWindow::QVMWindow(QWidget *, char const *, unsigned int)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:287: undefined reference to `QWaitCondition::QWaitCondition(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:362: undefined reference to `QWaitCondition::~QWaitCondition(void)'
qtstuff.o: In function `QVMWindow::customEvent(QCustomEvent *)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:430: undefined reference to `QWaitCondition::wakeAll(void)'
qtstuff.o: In function `GLBox::threadPaint(void)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:476: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:478: undefined reference to `QApplication::unlock(bool)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:482: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:484: undefined reference to `QApplication::unlock(bool)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:491: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:494: undefined reference to `QApplication::unlock(bool)'
qtstuff.o: In function `GLBox::threadStatusmessage(QString const &)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:613: undefined reference to `QThread::postEvent(QObject *, QEvent *)'
qtstuff.o: In function `QtInterface::setWindowSize(int, int)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:728: undefined reference to `QThread::postEvent(QObject *, QEvent *)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:730: undefined reference to `QWaitCondition::wait(unsigned long)'
qtstuff.o: In function `QtInterface::repaint(void)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:749: undefined reference to `QThread::postEvent(QObject *, QEvent *)'
qtstuff.o: In function `QVMWindow::~QVMWindow(void)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:369: undefined reference to `QWaitCondition::~QWaitCondition(void)'
qtstuff.o: In function `GLBox::threadResize(int, int)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:506: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:508: undefined reference to `QApplication::unlock(bool)'
qtstuff.o: In function `GLBox::initializeGL(void)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:531: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:533: undefined reference to `QApplication::unlock(bool)'
qtstuff.o: In function `QtInterface::lock(void) const':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:839: undefined reference to `QApplication::lock(void)'
qtstuff.o: In function `QtInterface::unlock(void) const':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:845: undefined reference to `QApplication::unlock(bool)'
collect2: ld returned 1 exit status
make[5]: *** [iMOOSE.trinity.real] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
|