guile-user
[Top][All Lists]
Advanced

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

Buglets in older version (1.6.4)


From: Bruce Korb
Subject: Buglets in older version (1.6.4)
Date: Sun, 10 Oct 2004 09:45:25 -0700

1.  It needs a configury test for "diff".  The build _depends_ upon a
    GNU-diff program.  Better fix:  remove dependency

2.  Build problems on HP/UX:

$ ../config.guess
../config.guess[645]: 17639 Abort(coredump)
hppa2.0w-hp-hpux11.11
$ gmake DIFF=gdiff
[[...]]
*** Warning: This system can not link to static lib archive 
../libguile-ltdl/libguile-ltdl.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
rm -fr .libs/libguile.la .libs/libguile.* .libs/libguile.*

*** Warning: linker path does not have real file for library -lcrypt.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libcrypt and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/lib/libcrypt.a
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

*** Since this library must not contain undefined symbols,
*** because either the platform does not support them or
*** it was explicitly requested with -no-undefined,
*** libtool will only create a static version of it.
ar cru .libs/libguile.a  alist.o arbiters.o async.o backtrace.o boolean.o 
chars.o continuations.o debug.o deprecation.o dynl.o dynwind.o environments.o 
eq.o error.o eval.o evalext.o extensions.o feature.o fluids.o fports.o gc.o 
gc_os_dep.o gdbint.o
gh_data.o gh_eval.o gh_funcs.o gh_init.o gh_io.o gh_list.o gh_predicates.o 
goops.o gsubr.o guardians.o hash.o hashtab.o hooks.o init.o ioext.o iselect.o 
keywords.o lang.o list.o load.o macros.o mallocs.o modules.o numbers.o 
objects.o objprop.o options.o
pairs.o ports.o print.o procprop.o procs.o properties.o random.o rdelim.o 
read.o root.o rw.o scmsigs.o script.o simpos.o smob.o sort.o srcprop.o 
stackchk.o stacks.o stime.o strings.o strop.o strorder.o strports.o struct.o 
symbols.o throw.o values.o
variable.o vectors.o version.o vports.o weaks.o symbols-deprecated.o ramap.o 
unif.o filesys.o posix.o net_db.o socket.o regex-posix.o
ranlib .libs/libguile.a
creating libguile.la
(cd .libs && rm -f libguile.la && ln -s ../libguile.la libguile.la)
/bin/sh ../libtool --mode=link cc  +O4   -o guile -dlpreopen force guile.o 
libguile.la -lcrypt -lm
libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen 
support.
rm -f .libs/guile.nm .libs/guile.nmS .libs/guile.nmT
creating .libs/guileS.c
(cd .libs && cc -c  +Z -DPIC "guileS.c")
rm -f .libs/guileS.c .libs/guile.nm .libs/guile.nmS .libs/guile.nmT
cc +O4 -o guile .libs/guileS.o guile.o -Wl,-E  ./.libs/libguile.a 
/home/bkorb/tools/guile/guile-1.6.4/=hp/libguile-ltdl/.libs/libguile-ltdl.a 
-lcrypt -lm
rm -f .libs/guileS.o
cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc 
continuations.doc debug.doc dynl.doc dynwind.doc environments.doc eq.doc 
error.doc eval.doc evalext.doc extensions.doc feature.doc fluids.doc fports.doc 
gc.doc goops.doc gsubr.doc
guardians.doc hash.doc hashtab.doc hooks.doc init.doc ioext.doc iselect.doc 
keywords.doc lang.doc list.doc load.doc macros.doc mallocs.doc modules.doc 
numbers.doc objects.doc objprop.doc options.doc pairs.doc ports.doc print.doc 
procprop.doc procs.doc
properties.doc random.doc rdelim.doc read.doc root.doc rw.doc scmsigs.doc 
script.doc simpos.doc smob.doc sort.doc srcprop.doc stackchk.doc stacks.doc 
stime.doc strings.doc strop.doc strorder.doc strports.doc struct.doc 
symbols.doc throw.doc values.doc
variable.doc vectors.doc version.doc vports.doc weaks.doc 
symbols-deprecated.doc ramap.doc unif.doc filesys.doc posix.doc net_db.doc 
socket.doc regex-posix.doc | 
GUILE="/home/bkorb/tools/guile/guile-1.6.4/=hp/pre-inst-guile"
../../scripts/snarf-check-and-output-texi --manual > guile.texi || { rm 
guile.texi; false; }
ERROR: Wrong type to apply: #f
gmake[2]: *** [guile.texi] Error 1
gmake[2]: Leaving directory 
`/tmp_mnt/home/bkorb/tools/guile/guile-1.6.4/=hp/libguile'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp_mnt/home/bkorb/tools/guile/guile-1.6.4/=hp'
gmake: *** [all] Error 2




reply via email to

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