Jungle Boogie
2018-07-12 21:29:50 UTC
Hi All,
Since commit 9c38803597 I can't build fossil successfully:
.o bld/linenoise.o bld/shell.o bld/th.o bld/th_lang.o bld/th_tcl.o
bld/cson_amalgamation.o -lfuse -lm -lssl -lcrypto -lz -ldl
/usr/bin/ld: cannot find -ldl
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error 1 in /home/jungle/fossil-repos/fossil (./src/main.mk:670 'fossil')
Looks like there was only one minor change to the makemake.tcl file. I can
generate main.mk file without any issues:
tclsh makemake.tcl
building main.mk
building ../win/Makefile.mingw
building ../win/Makefile.dmc
building ../win/Makefile.msc
building ../win/Makefile.PellesCGMake
Just compiling is failing.
Any clues?
Thanks!
Since commit 9c38803597 I can't build fossil successfully:
.o bld/linenoise.o bld/shell.o bld/th.o bld/th_lang.o bld/th_tcl.o
bld/cson_amalgamation.o -lfuse -lm -lssl -lcrypto -lz -ldl
/usr/bin/ld: cannot find -ldl
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error 1 in /home/jungle/fossil-repos/fossil (./src/main.mk:670 'fossil')
Looks like there was only one minor change to the makemake.tcl file. I can
generate main.mk file without any issues:
tclsh makemake.tcl
building main.mk
building ../win/Makefile.mingw
building ../win/Makefile.dmc
building ../win/Makefile.msc
building ../win/Makefile.PellesCGMake
Just compiling is failing.
Any clues?
Thanks!