bug-guile
[Top][All Lists]
Advanced

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

Re: Mac PowerBookG4 OS X 10.4.11 (Tiger) guile test results


From: Neil Jerram
Subject: Re: Mac PowerBookG4 OS X 10.4.11 (Tiger) guile test results
Date: Sun, 03 Feb 2008 23:24:47 +0000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Roger Mc Murtrie <address@hidden> writes:

> I tried building autogen which needs guile but it failed the make
> check test of guile.

[...]

> ++ gcc -std=gnu99 -DHAVE_CONFIG_H -g -O2 -DTEST_TEST_GUILE_OPTS -I/
> Users/Roger/Downloads/autogen-5.9.2 -I/Users/Roger/Downloads/
> autogen-5.9.2/agen5 -I/Users/Roger/Downloads/autogen-5.9.2/autoopts -I/
> usr/local/include -D_THREAD_SAFE -o guile guile.c /Users/Roger/
> Downloads/autogen-5.9.2/autoopts/.libs/libopts.a /Users/Roger/
> Downloads/autogen-5.9.2/autoopts/.libs/libguileopts.a -R -lintl -
> D_THREAD_SAFE -lguile -lltdl -L/usr/local/lib -lgmp -lm -lltdl -
> D_THREAD_SAFE -lguile -lltdl -L/usr/local/lib -lgmp -lm -lltdl
> gcc: unrecognized option '-R'
> ld: duplicate symbol _scm_cell in /Users/Roger/Downloads/autogen-5.9.2/
> autoopts/.libs/libguileopts.a(libguileopts_la-guileopt.o) and /var/
> folders/D4/D4Linq-8H2SQU87lD2DNnU+++TI/-Tmp-//ccuwpIYY.o

Couple of thoughts on this one...

- What versions of Guile did you have installed when doing this build,
  and where?  I ask because it could be that AutoGen is picking up
  Guile headers from /usr/local, but the Guile library from /usr.

- For each installed Guile: how is (or isn't) SCM_C_INLINE defined in
  that Guile's scmconfig.h header
  (${prefix}/include/libguile/scmconfig.h).

(This looks like something to do with scm_cell() sometimes being
inlined, and sometimes not.)

Thanks,
        Neil





reply via email to

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