﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2229	Bootstrapping defect on 32 Bit Ubuntu System	anonymous	somebody	"I tried too compile a bootstrapped version of OMC, one an fresh ubuntu (32bit precise and also 32bit quantal). The following sequence of commands failed, althought it succeeded on a 64bit ubuntu.

$ svn co https://openmodelica.org/svn/OpenModelica/trunk/ OpenModelica
$ cd OpenModelica/
$ autoconf
$ ./configure 'CC=gcc-4.4' 'CXX=g++-4.4' 'CFLAGS=-O2' '--disable-modelica3d'
$ make -j10 omc
$ make bootstrap-from-compiled

The command which actually fails is: build/bin/omc MainTest.mos
It complains about an error inside a template.

If i use ""make bootstrap-from-tarball"", the same command ""build/bin/omc MainTest.mos"" causes a segmentation fault.
If i use the prebuild omc binary from the repository, it says something like ""out of memory"".
"	defect	closed	normal	1.9.0	MetaModelica	trunk	worksforme		
