FYI
If using an unpatched gnu binutils to link slurm, it will not build as the symbols are undefined in libncurses.

Adding -ltinfo should solve the issue.

Other option is to us -Wl,--copy-dt-needed-entries , as that option default has changed in recent gnu ld. Redhat in fedora provide their own patch apparently, but I believe the code should be robust regardless.

Reply via email to