|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://rtm-cs.sinp.msu.ru/manual/mico/doc/node75.html
Дата изменения: Mon Jun 7 21:54:59 1999 Дата индексирования: Mon Oct 1 21:23:15 2012 Кодировка: |
./configure --disable-optimize
su
dd if=/dev/zero of=/tmp/swapfile bs=1024 count=64000
mkswap /tmp/swapfile
swapon /tmp/swapfile
There are similar ways for other unix flavors. Ask your sys admin.
If for some reason you cannot add more swap space, try turning off
optimization by rerunning configure: ./configure
-disable-optimize.
export PATH=/usr/local/egcs/bin:$PATH
export CXXFLAGS=-L/usr/local/egcs/lib
export LD_LIBRARY_PATH=/usr/local/egcs/lib:$LD_LIBRARY_PATH
./configure
If that is not the cause you probably found a bug in MICO. Write a mail to mico@vsb.cs.uni-frankfurt.de containing a description of the problem, along with
gdb <prog>
(gdb) run <args>
program got signal ???
(gdb) backtrace
and include the output in your mail.
micod -ORBIIOPAddr inet:jade:4242 &
imr -ORBImplRepoAddr inet:jade:4242
/usr/ccs/bin/as: error: can't compute value of an expression
involving an external symbol
./configure --enable-debugThe preferred solution is to install GNU as (in the binutils package). See also the discussion on the egcs FAQ (the -fsquangle option).