Re: [ooc-compiler] Segmentation fault during installation
Brought to you by:
mva
|
From: Tim T. <ra...@ed...> - 2004-02-08 19:16:58
|
Hallo!
> When trying to install any of the recent oo2c releases, I get a=20
> segmentation fault during "make", on the first invocation of=20
> stage0/oo2c. Having switched over to Linux only recently, I still=20
> consider myself a newbie. So any help getting this running is very much=
=20
> appreciated!
Which Linux distribution and version do you use? Which gcc version do=20
you use (gcc --version)?
> gc6.1 seems to have installed smoothly (including make check). My only =
> modification was that since including gc.h didn't work the way describe=
d=20
> in INSTALL (using CPPFLAGS), I copied the contents of gc/include to=20
> /usr/local/include/gc instead.
Are you sure, that libgc is used? What does the configure script output=20
tell regarding libgc? Are you sure, you are not running out of memory=20
(that would likely happen, if you oo2c doe snot use libgc)? For some=20
distribution there should be a package for libgc. Make sure, that you=20
either use that or a manual installation (and not both).
Can you start the last command that crahsed manually from gdb (gdb <oo2c =
command and parameter>), start it (run) and if it crashes send the=20
resulting stack trace to the list (bt)?
> I tried oo2c 2.0.16 and 2.0.17 and different versions of gc with exactl=
y=20
> the same error.
All proven to work on my system.
> I *did* manage to compile the pre 2.0 versions of oo2c earlier, though.=
=20
> But I'd love to use VisualOberon and I'd love to use a decent=20
> programming language again.
Nice to hear :-)
--=20
Gru=DF...
Tim.
|