Re: [Quickfix-developers] quickfix1.3 Install error
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-10-28 13:49:05
|
I've looked at the FAQ's for several projects regarding this error message, and it appears to be a bug with the Solaris assembler. Apparently it has trouble processing long symbol names generated by using the STL. There are a few things you can do. 1) Install the GNU assembler 2) compile with the -g option 3) try using another implementation of STL that won't generate such long symbol names Also, please refer to the bug report here: http://gcc.gnu.org/ml/gcc-bugs/1999-08n/msg01030.html --oren |---------+-----------------------------------------------> | | 김상국 <kim...@be...> | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 10/28/2002 03:57 AM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: <qui...@li...> | | cc: | | Subject: [Quickfix-developers] quickfix1.3 Install error | >----------------------------------------------------------------------------------------------| I tried to install quickfix1.3 on solaris 2.6 but failed to install it. Error massages was belows. /bin/sh ../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../.. - I.. -I../.. -I../../.. -fexceptions -Wall -I/usr/local/include/libxml2 -I/i nclude -I/include/solaris -c MessagesTestCase.cpp rm -f .libs/MessagesTestCase.lo c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -I../.. -I../../.. -fexceptions -Wal l -I/usr/local/include/libxml2 -I/include -I/include/solaris -Wp, -MD,.deps/Messa gesTestCase.pp -c MessagesTestCase.cpp -fPIC -DPIC -o .libs/MessagesTestCase.lo /usr/ccs/bin/as: "/var/tmp/cc6ucy6n.s", line 39258: error: can't compute value o f an expression involving an external symbol What was wrong? Please help me to solve this problem. |