[Up: MICO documentation]
[Previous: GNU General Public License] [Next: Bibliography]
./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.
We recommend at least 64 Megabytes of physical memory for compiling MICO or for development based on MICO. Ready-to-run MICO applications have a much smaller memory footprint.
/usr/ccs/bin/as: error: can't compute value of an expression involving an external symbol
./configure --enable-debug
You can also try to use MICO's lightweight MiniSTL package instead of your system's STL library:
./configure --enable-mini-stl
export PATH=/usr/local/gcc/bin:$PATH export CXXFLAGS=-L/usr/local/gcc/lib export LD_LIBRARY_PATH=/usr/local/gcc/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) backtraceand include the output in your mail.
micod -ORBIIOPAddr inet:jade:4242 & imr -ORBImplRepoAddr inet:jade:4242
[Previous: GNU General Public License] [Next: Bibliography]
[Up: MICO documentation]