Hi, I noticed that when building slurm (2.2.5 on Ubuntu amd64 10.04.1), all utilities are built with (example snippet from sacct Makefile.am):
sacct_LDADD = $(top_builddir)/src/db_api/libslurmdb.o -ldl instead of linking against libslurm.so. Is linking against libslurm.so not supported currently, or what is the reason for this. It makes the whole package use more than 25 times the space it would really need to. Thanks, Roland
