On 02/17/12 03:00, Steve Bennett wrote:
[---]
> No problem. I've pushed the fix into autosetup and updated autosetup
> on a branch, so perhaps Richard will merge this fix at some point.

   I've encountered two other issues; one is fixed in the branch
jan-buildfixes.

   After applying the lib-fix, the linker complains; it can not find
dlsym, dladdr, dlopen, socket, connect, dlclose, dlerror and shutdown.

   config.log indicates that it's linking conftest__ with:

   -lssl -lcrypto

   ..while my old (manually patched) fossil Makefile contains:

   -lssl -lcrypto -ldl -lsocket -lnsl

   I, naively, tried inserting something along the line of "if a host
*sun4* match is found, then append '-ldl -lsocket -lnsl' to LIBS", but
it made no difference. I don't know if I don't understand the build
system or Tcl. (I removed the "if", and simply told it to always add
those extra libraries to LIBS, but it didn't, so I assume it's the build
system I don't understand). Any help is appreciated.

-- 
Kind regards,
Jan Danielsson

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to