Re: Panel and guile ----> questions



On Sat, Dec 19, 1998 at 06:04:23PM +0100, Marius Vollmer wrote:
> Phillip Neumann <filsin@bigfoot.com> writes:
> 
> > 2) Im having problems with gnome-guile....it fails when autogen it...
> 
> Can you send the complete "config.log" files?  Both
> gnome-guile/config.log and gnome-guile/guile-gtk/config.log.
> 
Hi....

sure, here they are:







------------------------------------>   gnome-guile/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:575: checking for a BSD compatible install
configure:628: checking whether build environment is sane
configure:685: checking whether make sets ${MAKE}
configure:731: checking for working aclocal
configure:744: checking for working autoconf
configure:757: checking for working automake
configure:770: checking for working autoheader
configure:783: checking for working makeinfo
configure:798: checking whether to enable maintainer-specific portions of Makefiles
configure:821: checking for gcc
configure:898: checking whether the C compiler (gcc  ) works
configure:912: gcc -o conftest    conftest.c  1>&5
configure:932: checking whether the C compiler (gcc  ) is a cross-compiler
configure:937: checking whether we are using GNU C
configure:946: gcc -E conftest.c
configure:961: checking whether gcc accepts -g
configure:989: checking for POSIXized ISC
configure:1012: checking for gcc
configure:1089: checking whether the C compiler (gcc -g -O2 ) works
configure:1103: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1123: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
configure:1128: checking whether we are using GNU C
configure:1152: checking whether gcc accepts -g
configure:1180: checking how to run the C preprocessor
configure:1201: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1241: checking for ANSI C header files
configure:1254: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1321: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1416: checking host system type
configure:1439: checking for ranlib
configure:1478: checking for ld used by GCC
configure:1535: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.9.1 (with BFD 2.9.1.0.15)
configure:1551: checking for BSD-compatible nm
configure:1588: checking whether ln -s works
configure:1710: checking for gnome-config
configure:1743: checking if /gnome/bin/gnome-config works
configure:1751: checking for orbit-config
configure:1783: checking for orbit-idl
configure:1813: checking for working ORBit environment
configure:1849: checking for gnorba libraries
configure:1932: checking for gettext in -lintl
configure:1951: gcc -o conftest -g -O2   conftest.c -lintl   1>&5
ld: cannot open -lintl: No such file or directory
configure: failed program was:
#line 1940 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gettext();
int main() {
gettext()
; return 0; }
configure:1985: checking for main in -lqthreads
configure:2000: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -lqthreads   1>&5
ld: cannot open -lqthreads: No such file or directory
configure: failed program was:
#line 1993 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2022: checking for qt_null in -lqt
configure:2041: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -lqt   1>&5
/tmp/ccc20772: In function `main':
/tmp/GNOME/gnome-guile/configure:2037: undefined reference to `qt_null'
configure: failed program was:
#line 2030 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char qt_null();

int main() {
qt_null()
; return 0; }
configure:2067: checking for main in -ltermcap
configure:2082: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -ltermcap   1>&5
ld: cannot open -ltermcap: No such file or directory
configure: failed program was:
#line 2075 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2103: checking for main in -lreadline
configure:2118: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -lreadline   1>&5
ld: cannot open -lreadline: No such file or directory
configure: failed program was:
#line 2111 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2151: checking for guile-config
configure:2197: checking for build-guile
configure:2236: checking for sin in -lm
configure:2255: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -lm   1>&5
configure:2248: warning: conflicting types for built-in function `sin'
configure:2296: checking for main in -lrx
configure:2311: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -lrx  -lm  1>&5
ld: cannot open -lrx: No such file or directory
configure: failed program was:
#line 2304 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2332: checking for main in -lqt
configure:2347: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -lqt  -lm  1>&5
configure:2368: checking for dlopen in -ldl
configure:2387: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -ldl  -lm  1>&5
configure:2408: checking for t_accept in -lnsl
configure:2427: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -lnsl  -lm  1>&5
/tmp/ccc20887: In function `main':
/tmp/GNOME/gnome-guile/configure:2423: undefined reference to `t_accept'
configure: failed program was:
#line 2416 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char t_accept();

int main() {
t_accept()
; return 0; }
configure:2448: checking for socket in -lsocket
configure:2467: gcc -o conftest -g -O2   -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -lsocket  -lm  1>&5
ld: cannot open -lsocket: No such file or directory
configure: failed program was:
#line 2456 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char socket();

int main() {
socket()
; return 0; }
configure:2498: checking whether guile works
configure:2513: gcc -o conftest -g -O2  -I/gnome/include -DNEED_GNOMESUPPORT_H -I/gnome/lib/gnome-libs/include -I/gnome/lib/glib/include -I/usr
/X11R6/include  -rdynamic -L/gnome/lib -L/usr/X11R6/lib conftest.c -lm  -lguile -ldl -lqt -rdynamic -L/gnome/lib -L/usr/X11R6/lib    1>&5




























---------------------------------->gnome-guile/guile-gtk/config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:573: checking for a BSD compatible install
configure:626: checking whether build environment is sane
configure:683: checking whether make sets ${MAKE}
configure:729: checking for working aclocal
configure:742: checking for working autoconf
configure:755: checking for working automake
configure:768: checking for working autoheader
configure:781: checking for working makeinfo
configure:802: checking for gcc
configure:879: checking whether the C compiler (gcc  ) works
configure:893: gcc -o conftest    conftest.c  1>&5
configure:913: checking whether the C compiler (gcc  ) is a cross-compiler
configure:918: checking whether we are using GNU C
configure:942: checking whether gcc accepts -g
configure:1022: checking host system type
configure:1045: checking for ranlib
configure:1084: checking for ld used by GCC
configure:1141: checking if the linker (/usr/bin/ld) is GNU ld
configure:1157: checking for BSD-compatible nm
configure:1194: checking whether ln -s works
configure:1309: checking for gtk-config
configure:1340: checking for GTK - version >= 1.0.0
configure:1441: gcc -o conftest -g -O2 -I/usr/X11R6/include -I/gnome/lib/glib/include -I/gnome/include   conftest.c  -L/gnome/lib -L/usr/X11R6/
lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm 1>&5
configure:1549: checking for main in -lqthreads
configure:1586: checking for qt_null in -lqt
configure:1631: checking for main in -ltermcap
configure:1667: checking for main in -lreadline
configure:1715: checking for guile-config
configure:1761: checking for build-guile
configure:1800: checking for sin in -lm
configure:1860: checking for main in -lrx
configure:1896: checking for main in -lqt
configure:1932: checking for dlopen in -ldl
configure:1972: checking for t_accept in -lnsl
configure:2012: checking for socket in -lsocket
configure:2062: checking whether guile works
configure:2077: gcc -o conftest -g -O2     conftest.c -lm  -lguile -ldl -lqt     1>&5
ld: cannot open -lqt: No such file or directory
configure: failed program was:
#line 2064 "configure"
#include "confdefs.h"

                #include <libguile.h>
                #include <guile/gh.h>

int main() {

                gh_eval_str("(newline)");
                scm_boot_guile(0,NULL,NULL,NULL);

; return 0; }





bye and thanks,



Phillip Neumann
filsin@bigfoot.com







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