Re: [Quickfix-developers] Compiling Error - Linux Solution
Brought to you by:
orenmnero
From: H. S. <st...@st...> - 2004-03-30 08:09:29
|
Sorry, mail client didnt sync the thread for any reason. didnt see the previous answers. regards, /H On Tue, 30 Mar 2004 09:54:16 +0200 "H. Steuer" <st...@st...> wrote: > Leanne, > > C++ is a beast on consuming memory. check the size of the processes and your limits. try adding some swap space and see, how g++ behaves then. > I've see signals 9 or 11 on out-of-memory issues, for what reason ever. > > regards, > heri > > > On 16 Mar 2004 17:01:31 -0500 > "Leanne T. Smith" <le...@en...> wrote: > > > 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 > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > Quickfix-developers mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > -- > This e-mail may contain confidential and/or privileged information. > If you are not the intended recipient (or have received this e-mail in error) > please notify the sender immediately and destroy this e-mail. Any unauthorized > copying, disclosure or distribution of the material in this e-mail is strictly > forbidden. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. |