Hi, Hope it helps someone:
1. Make: Must be a separator on rules line 42. Stop. [wsp06] mng:/home/mng/wd $ diff -r fossil-src-20120317175325/Makefile fossil-src-20120317175325.ok/Makefile 42c42 < TCC += -I../zlib-1.2.6 -g -O2 -DHAVE_AUTOCONFIG_H --- > TCC = -cc -I../zlib-1.2.6 -DHAVE_AUTOCONFIG_H 2. (Bundled) cc: error 1914: bad form for `-t' option Apparently, the link command line is too long. The solution is to add all the objects to be linked to a file and invoke the linker like: ld -o fossil -c ldopts -L../zlib-1.2.6 -lz -lssl -lcrypto No tcl no test though :( [wsp06] mng:/home/mng/wd/fossil-src-20120317175325.ok $ autosetup/jimsh0 ./src/../test/tester.tcl fossil Runtime Error: ./src/../test/tester.tcl:26: Not implemented at file "./src/../test/tester.tcl", line 26 qvb -- pica _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users