[tlbuild] starting builds

angelo.graziosi angelo.graziosi at alice.it
Sun May 1 11:37:41 CEST 2011


Ken Brown wrote:

> For the record, here's how the build of clisp-2.49 failed:
> [...]

> A workaround is to replace
> '-luuid' by '/usr/lib/w32api/libuuid.a' in
> clisp-2.49/modules/syscalls/configure and clisp-2.49/src/makemake.in.

Just for the record, I have added this:

==============================================================
[...]
cd clisp-2.49

+mv modules/syscalls/configure modules/syscalls/configure.orig
+sed -e '{s%-luuid%-L/usr/lib/w32api -luuid%}' \
+    modules/syscalls/configure.orig > modules/syscalls/configure \
+    || return 1

+mv src/makemake.in src/makemake.in.orig
+sed -e '{s%-luuid%-L/usr/lib/w32api -luuid%}' \
+    src/makemake.in.orig > src/makemake.in \
+    || return 1

# On FreeBSD/amd64, add --disable-mmap.
[...]
==============================================================

to the 'build' utils/README 'script' :-)

Thanks to Ken for having tracked this down..

Ciao,
Angelo.


More information about the tlbuild mailing list