bug-guile
[Top][All Lists]
Advanced

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

bug#14080: Guile bug building from source with pkg-config


From: Mark Sutton
Subject: bug#14080: Guile bug building from source with pkg-config
Date: Thu, 28 Mar 2013 08:11:05 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

Hi,

I can ./configure make make install guile-2.0.7 from source, however, when I then try in build guile-clutter or guile-ncurses from source I get errors in both. After googling I found that I should have ./configure PKG_CONFIG=true.

When I try this, it configures okay, however, I get the following when I make ...

./.libs/libguile-2.0.so: undefined reference to `GC_gc_no'
./.libs/libguile-2.0.so: undefined reference to `ffi_type_sint16'
./.libs/libguile-2.0.so: undefined reference to `GC_get_bytes_since_gc'
./.libs/libguile-2.0.so: undefined reference to `ffi_type_uint64'
./.libs/libguile-2.0.so: undefined reference to `GC_register_finalizer_no_order'
./.libs/libguile-2.0.so: undefined reference to `GC_collect_a_little'
./.libs/libguile-2.0.so: undefined reference to `GC_pthread_detach'
./.libs/libguile-2.0.so: undefined reference to `GC_finalizer_notifier'
collect2: ld returned 1 exit status
make[3]: *** [guile] Error 1
make[3]: Leaving directory `/home/marks/3rd-party-src/guile-2.0.7/libguile'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/marks/3rd-party-src/guile-2.0.7/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marks/3rd-party-src/guile-2.0.7'
make: *** [all] Error 2
address@hidden:~/3rd-party-src/guile-2.0.7$

... so at the moment, I can build guile but I cannot build any extension packages into it.

Any ideas?

--

Many thanks

Mark Sutton






reply via email to

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