On 03/05/18 15:23, Joerg Sonnenberger wrote:
On Fri, Mar 02, 2018 at 07:00:28PM -0600, Jason Bacon wrote:checking Link to libslurm.so instead of libslurm.o... ./configure: LIB_SLURM+= -L$(top_builddir)/src/api/.libs -lslurmfull: not foundThat's completely broken. *Never* directly reference the .libs subdirectory. Patch it to just drop the .libs part. Joerg
This was only a temporary hack to verify the cause of the errors. It was never intended as a permanent solution.
I posted the clean solution to this list on Mar 2. ( CONFIG_SHELL=bash )