[Quickfix-developers] Compiling Error - Linux Solution
Brought to you by:
orenmnero
From: Leanne T. S. <le...@en...> - 2004-03-16 22:07:27
|
I'm receiving a g++ compiling error for QuickFIX on Linux. I followed the Installation Documentation, so I'm not sure I could be missing. I've attached the error below. Please let me know if you have any idea what I might be overlooking. Thanks. lea@fla:~/quickfix$ make make all-recursive make[1]: Entering directory `/home/leanne/quickfix' Making all in src make[2]: Entering directory `/home/leanne/quickfix/src' Making all in C++ make[3]: Entering directory `/home/leanne/quickfix/src/C++' Making all in test make[4]: Entering directory `/home/leanne/quickfix/src/C++/test' source='MessagesTestCase.cpp' object='MessagesTestCase.lo' libtool=yes \ depfile='.deps/MessagesTestCase.Plo' tmpdepfile='.deps/MessagesTestCase.TPlo' \ depmode=gcc /bin/sh ../../../depcomp \ /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -O2 -Wall -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include/linux -c -o MessagesTestCase.lo `test -f 'MessagesTestCase.cpp' || echo './'`MessagesTestCase.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -O2 -Wall -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include/linux -c MessagesTestCase.cpp -Wp,-MD,.deps/MessagesTestCase.TPlo -fPIC -DPIC -o .libs/MessagesTestCase.o g++: Internal compiler error: program cc1plus got fatal signal 9 make[4]: *** [MessagesTestCase.lo] Error 1 make[4]: Leaving directory `/home/leanne/quickfix/src/C++/test' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/leanne/quickfix/src/C++' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/leanne/quickfix/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/leanne/quickfix' make: *** [all] Error 2 |