scm-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Scm-discuss] building scm


From: Philipp Klaus Krause
Subject: [Scm-discuss] building scm
Date: Sat, 16 Oct 2010 17:46:57 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100917 Icedove/3.0.8

I'm trying to build scm.

When I invoce ./build in the scm directory scmflags.h is created, but
that's it. Howevever two gcc invocatipon commands are displayed (I don't
think they are executed, since no .o files are created).
When I invoce them manually the first ("gcc -c continue.c scm.c
scmmain.c findexec.c script.c time.c repl.c scl.c eval.c sys.c subr.c
debug.c unif.c rope.c") creates .o files, with lots of warnings
suggesting that scm is quite buggy.
When I invoce the second one ("gcc -rdynamic -o scm continue.o scm.o
scmmain.o findexec.o script.o time.o repl.o scl.o eval.o sys.o subr.o
debug.o unif.o rope.o -lm -lc") I get an error:
scm.o: In function `scm_init_extensions':
scm.c:(.text+0x35): undefined reference to `init_edline'

Previously I looked at the scm in Debian (5e5) and tried hobbit. The
code hobbit creates looks horrible and broken. Has hobbit improved in 5e7?

Philipp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]