Oh Wise SLURM-devs,

I'm trying to get SLURM running on an OSX 10.5 server (Darwin 9.8) running gcc 4.0 and Xcode 3.1.4. Being a Linux guy, I'm in foreign territory here and can't seem to get past a certain compile error. There are no errors running configure; however make dies after just a few lines using either gcc 4.0 or 4.2.

Here's the error:
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../.. -DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\" -g -O2 -fno-gcse -Wall -fno-strict-aliasing -MT assoc_mgr.lo -MD -MP -MF .deps/assoc_mgr.Tpo -c assoc_mgr.c -fno-common -DPIC -o .libs/assoc_mgr.o /var/tmp//cc8e9u9F.s:6305:non-relocatable subtraction expression, "_slurm_destroy_association_shares_object" minus "L00000000031$pb" /var/tmp//cc8e9u9F.s:6305:symbol: "_slurm_destroy_association_shares_object" can't be undefined in a subtraction expression
make[3]: *** [assoc_mgr.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any thoughts? My internet searches regarding "non-relocatable subtraction expression" errors haven't really led anywhere and my C++ is extremely rusty so I'm at a loss.

My configure (with --enable-debug) and make outputs are attached.

Thanks for your help!
Tyler

checking build system type... i386-apple-darwin9.8.0
checking host system type... i386-apple-darwin9.8.0
checking target system type... i386-apple-darwin9.8.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... auxdir/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU 
ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload 
object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) 
supports shared libraries... yes
checking dynamic linker characteristics... darwin9.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU 
ld... no
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) 
supports shared libraries... yes
checking dynamic linker characteristics... darwin9.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking for pkg-config... no
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing hstrerror... none required
checking for library containing kstat_open... no
checking mcheck.h usability... no
checking mcheck.h presence... no
checking for mcheck.h... no
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking socket.h usability... no
checking socket.h presence... no
checking for socket.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sysint.h usability... no
checking sysint.h presence... no
checking for sysint.h... no
checking for inttypes.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for sys/socket.h... (cached) yes
checking sys/systemcfg.h usability... no
checking sys/systemcfg.h presence... no
checking for sys/systemcfg.h... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking sys/dr.h usability... no
checking sys/dr.h presence... no
checking for sys/dr.h... no
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking pam/pam_appl.h usability... yes
checking pam/pam_appl.h presence... yes
checking for pam/pam_appl.h... yes
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking sys/syslog.h usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking linux/sched.h usability... no
checking linux/sched.h presence... no
checking for linux/sched.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/ptrace.h usability... yes
checking sys/ptrace.h presence... yes
checking for sys/ptrace.h... yes
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for ANSI C header files... (cached) yes
checking for program_invocation_name... no
checking for ptrace64... no
checking for sched_setaffinity... no
checking for numa_available in -lnuma... no
configure: WARNING: Unable to locate NUMA memory affinity functions
checking whether to enable PAM support... yes
checking for pam_get_user in -lpam... yes
checking for misc_conv in -lpam_misc... yes
checking whether to enable ISO 8601 time format support... yes
checking whether sbatch --get-user-env option should load .login... no
checking whether byte ordering is bigendian... no
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for fdatasync... no
checking for hstrerror... yes
checking for strerror... yes
checking for mtrace... no
checking for strndup... no
checking for strlcpy... yes
checking for strsignal... yes
checking for inet_aton... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for setproctitle... no
checking for sysctlbyname... yes
checking for cfmakeraw... yes
checking whether hstrerror is declared... no
checking whether strsignal is declared... yes
checking whether sys_siglist is declared... no
checking for unsetenv... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for Sun Constellation system... no
checking System dimensions... checking for hwloc installation... 
configure: WARNING: unable to locate hwloc installation
checking whether XCPU is enabled... no
checking for sem_open in -lposix4... no
checking for initscr in -lncurses... yes
checking for initscr in -lcurses... yes
NCURSES test program built properly.
checking for pkg-config... no
checking for GTK+ - version >= 2.7.1... no
*** A new enough version of pkg-config was not found.
*** See http://pkgconfig.sourceforge.net
checking for mysql_config... /usr/bin/mysql_config
configure: WARNING: *** MySQL test program execution failed.
checking for pg_config... no
configure: WARNING: *** pg_config not found. Evidently no PostgreSQL 
development libs installed on system.
checking whether this is a native Cray XT or XE system or have ALPS 
simulator... no
checking for __progname... yes
checking whether debugging is enabled... yes
checking whether memory leak debugging is enabled... no
checking whether to enable slurmd operation on a front-end... no
checking whether debugger partial attach enabled... no
checking whether to disable salloc execution in the background... no
checking for slurmctld default port... 6817
checking for slurmd default port... 6818
checking for slurmdbd default port... 6819
checking for slurmctld default port count... 1
checking for rms_prgcreate in -lrmscall... no
configure: Cannot support QsNet without librmscall
checking for elan3_create in -lelan3... no
checking for elanctrl_open in -lelanctrl... no
configure: Cannot support QsNet without libelan3 or libelanctrl!
checking whether to enable AIX Federation switch support... no
configure: Cannot support Federation without libntbl
checking for job_attachpid in -ljob... no
checking for SGI job container support... no
checking for lua... no
./configure: line 20525: no: command not found
checking whether man2html is available... checking for man2html... no
configure: Unable to build man page html files without man2html
checking for support of printf("%s", NULL)... yes
checking for whether to include readline suport... yes
checking for OpenSSL directory... /usr
checking for munge installation... /usr
checking whether to enable multiple-slurmd support... no
checking for auth_init_credentials in -lauth... no
checking for openpty in -lutil... yes
checking for blcr installation... 
configure: WARNING: unable to locate blcr installation
checking for whether to include srun-aprun wrapper rather than native SLURM 
srun... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.xml
config.status: creating auxdir/Makefile
config.status: creating contribs/Makefile
config.status: creating contribs/cray/Makefile
config.status: creating contribs/pam/Makefile
config.status: creating contribs/perlapi/Makefile
config.status: creating contribs/perlapi/libslurm/Makefile
config.status: creating contribs/perlapi/libslurm/perl/Makefile.PL
config.status: creating contribs/perlapi/libslurmdb/Makefile
config.status: creating contribs/perlapi/libslurmdb/perl/Makefile.PL
config.status: creating contribs/torque/Makefile
config.status: creating contribs/phpext/Makefile
config.status: creating contribs/phpext/slurm_php/config.m4
config.status: creating contribs/sjobexit/Makefile
config.status: creating contribs/slurmdb-direct/Makefile
config.status: creating src/Makefile
config.status: creating src/api/Makefile
config.status: creating src/common/Makefile
config.status: creating src/db_api/Makefile
config.status: creating src/database/Makefile
config.status: creating src/sacct/Makefile
config.status: creating src/sacctmgr/Makefile
config.status: creating src/sreport/Makefile
config.status: creating src/sstat/Makefile
config.status: creating src/sshare/Makefile
config.status: creating src/salloc/Makefile
config.status: creating src/sbatch/Makefile
config.status: creating src/sattach/Makefile
config.status: creating src/sprio/Makefile
config.status: creating src/srun/Makefile
config.status: creating src/srun_cr/Makefile
config.status: creating src/slurmd/Makefile
config.status: creating src/slurmd/common/Makefile
config.status: creating src/slurmd/slurmd/Makefile
config.status: creating src/slurmd/slurmstepd/Makefile
config.status: creating src/slurmdbd/Makefile
config.status: creating src/slurmctld/Makefile
config.status: creating src/sbcast/Makefile
config.status: creating src/scontrol/Makefile
config.status: creating src/scancel/Makefile
config.status: creating src/squeue/Makefile
config.status: creating src/sinfo/Makefile
config.status: creating src/smap/Makefile
config.status: creating src/strigger/Makefile
config.status: creating src/sview/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/plugins/accounting_storage/Makefile
config.status: creating src/plugins/accounting_storage/common/Makefile
config.status: creating src/plugins/accounting_storage/filetxt/Makefile
config.status: creating src/plugins/accounting_storage/mysql/Makefile
config.status: creating src/plugins/accounting_storage/pgsql/Makefile
config.status: creating src/plugins/accounting_storage/none/Makefile
config.status: creating src/plugins/accounting_storage/slurmdbd/Makefile
config.status: creating src/plugins/auth/Makefile
config.status: creating src/plugins/auth/authd/Makefile
config.status: creating src/plugins/auth/munge/Makefile
config.status: creating src/plugins/auth/none/Makefile
config.status: creating src/plugins/checkpoint/Makefile
config.status: creating src/plugins/checkpoint/aix/Makefile
config.status: creating src/plugins/checkpoint/none/Makefile
config.status: creating src/plugins/checkpoint/ompi/Makefile
config.status: creating src/plugins/checkpoint/blcr/Makefile
config.status: creating src/plugins/checkpoint/blcr/cr_checkpoint.sh
config.status: creating src/plugins/checkpoint/blcr/cr_restart.sh
config.status: creating src/plugins/crypto/Makefile
config.status: creating src/plugins/crypto/munge/Makefile
config.status: creating src/plugins/crypto/openssl/Makefile
config.status: creating src/plugins/gres/Makefile
config.status: creating src/plugins/gres/gpu/Makefile
config.status: creating src/plugins/gres/nic/Makefile
config.status: creating src/plugins/jobacct_gather/Makefile
config.status: creating src/plugins/jobacct_gather/linux/Makefile
config.status: creating src/plugins/jobacct_gather/aix/Makefile
config.status: creating src/plugins/jobacct_gather/none/Makefile
config.status: creating src/plugins/jobcomp/Makefile
config.status: creating src/plugins/jobcomp/filetxt/Makefile
config.status: creating src/plugins/jobcomp/none/Makefile
config.status: creating src/plugins/jobcomp/script/Makefile
config.status: creating src/plugins/jobcomp/mysql/Makefile
config.status: creating src/plugins/jobcomp/pgsql/Makefile
config.status: creating src/plugins/job_submit/Makefile
config.status: creating src/plugins/job_submit/cnode/Makefile
config.status: creating src/plugins/job_submit/defaults/Makefile
config.status: creating src/plugins/job_submit/logging/Makefile
config.status: creating src/plugins/job_submit/lua/Makefile
config.status: creating src/plugins/job_submit/partition/Makefile
config.status: creating src/plugins/preempt/Makefile
config.status: creating src/plugins/preempt/none/Makefile
config.status: creating src/plugins/preempt/partition_prio/Makefile
config.status: creating src/plugins/preempt/qos/Makefile
config.status: creating src/plugins/priority/Makefile
config.status: creating src/plugins/priority/basic/Makefile
config.status: creating src/plugins/priority/multifactor/Makefile
config.status: creating src/plugins/proctrack/Makefile
config.status: creating src/plugins/proctrack/aix/Makefile
config.status: creating src/plugins/proctrack/cgroup/Makefile
config.status: creating src/plugins/proctrack/pgid/Makefile
config.status: creating src/plugins/proctrack/linuxproc/Makefile
config.status: creating src/plugins/proctrack/rms/Makefile
config.status: creating src/plugins/proctrack/sgi_job/Makefile
config.status: creating src/plugins/proctrack/lua/Makefile
config.status: creating src/plugins/sched/Makefile
config.status: creating src/plugins/sched/backfill/Makefile
config.status: creating src/plugins/sched/builtin/Makefile
config.status: creating src/plugins/sched/hold/Makefile
config.status: creating src/plugins/sched/wiki/Makefile
config.status: creating src/plugins/sched/wiki2/Makefile
config.status: creating src/plugins/select/Makefile
config.status: creating src/plugins/select/bluegene/Makefile
config.status: creating src/plugins/select/bluegene/ba/Makefile
config.status: creating src/plugins/select/bluegene/ba_bgq/Makefile
config.status: creating src/plugins/select/bluegene/bl/Makefile
config.status: creating src/plugins/select/bluegene/bl_bgq/Makefile
config.status: creating src/plugins/select/bluegene/sfree/Makefile
config.status: creating src/plugins/select/cons_res/Makefile
config.status: creating src/plugins/select/cray/Makefile
config.status: creating src/plugins/select/cray/libalps/Makefile
config.status: creating src/plugins/select/cray/libemulate/Makefile
config.status: creating src/plugins/select/linear/Makefile
config.status: creating src/plugins/switch/Makefile
config.status: creating src/plugins/switch/elan/Makefile
config.status: creating src/plugins/switch/none/Makefile
config.status: creating src/plugins/switch/federation/Makefile
config.status: creating src/plugins/mpi/Makefile
config.status: creating src/plugins/mpi/mpich1_p4/Makefile
config.status: creating src/plugins/mpi/mpich1_shmem/Makefile
config.status: creating src/plugins/mpi/mpichgm/Makefile
config.status: creating src/plugins/mpi/mpichmx/Makefile
config.status: creating src/plugins/mpi/mvapich/Makefile
config.status: creating src/plugins/mpi/lam/Makefile
config.status: creating src/plugins/mpi/none/Makefile
config.status: creating src/plugins/mpi/openmpi/Makefile
config.status: creating src/plugins/task/Makefile
config.status: creating src/plugins/task/affinity/Makefile
config.status: creating src/plugins/task/cgroup/Makefile
config.status: creating src/plugins/task/none/Makefile
config.status: creating src/plugins/topology/Makefile
config.status: creating src/plugins/topology/3d_torus/Makefile
config.status: creating src/plugins/topology/node_rank/Makefile
config.status: creating src/plugins/topology/none/Makefile
config.status: creating src/plugins/topology/tree/Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/html/Makefile
config.status: creating doc/html/configurator.html
config.status: creating testsuite/Makefile
config.status: creating testsuite/expect/Makefile
config.status: creating testsuite/slurm_unit/Makefile
config.status: creating testsuite/slurm_unit/api/Makefile
config.status: creating testsuite/slurm_unit/api/manual/Makefile
config.status: creating testsuite/slurm_unit/common/Makefile
config.status: creating config.h
config.status: creating slurm/slurm.h
config.status: slurm/slurm.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
Making all in auxdir
make[2]: Nothing to be done for `all'.
Making all in src
Making all in common
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../..   -DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\"  -g -O2 
 -fno-gcse -Wall -fno-strict-aliasing -MT xcgroup_read_config.lo -MD -MP -MF 
.deps/xcgroup_read_config.Tpo -c -o xcgroup_read_config.lo xcgroup_read_config.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../.. 
-DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\" -g -O2 -fno-gcse -Wall 
-fno-strict-aliasing -MT xcgroup_read_config.lo -MD -MP -MF 
.deps/xcgroup_read_config.Tpo -c xcgroup_read_config.c  -fno-common -DPIC -o 
.libs/xcgroup_read_config.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../.. 
-DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\" -g -O2 -fno-gcse -Wall 
-fno-strict-aliasing -MT xcgroup_read_config.lo -MD -MP -MF 
.deps/xcgroup_read_config.Tpo -c xcgroup_read_config.c -o xcgroup_read_config.o 
>/dev/null 2>&1
mv -f .deps/xcgroup_read_config.Tpo .deps/xcgroup_read_config.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../..   -DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\"  -g -O2 
 -fno-gcse -Wall -fno-strict-aliasing -MT xcgroup.lo -MD -MP -MF 
.deps/xcgroup.Tpo -c -o xcgroup.lo xcgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../.. 
-DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\" -g -O2 -fno-gcse -Wall 
-fno-strict-aliasing -MT xcgroup.lo -MD -MP -MF .deps/xcgroup.Tpo -c xcgroup.c  
-fno-common -DPIC -o .libs/xcgroup.o
xcgroup.c: In function 'xcgroup_set_uint64_param':
xcgroup.c:712: warning: format '%lu' expects type 'long unsigned int', but 
argument 3 has type 'uint64_t'
xcgroup.c:715: warning: format '%lu' expects type 'long unsigned int', but 
argument 3 has type 'uint64_t'
xcgroup.c: In function '_file_write_uint64s':
xcgroup.c:816: warning: format '%lu' expects type 'long unsigned int', but 
argument 2 has type 'uint64_t'
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../.. 
-DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\" -g -O2 -fno-gcse -Wall 
-fno-strict-aliasing -MT xcgroup.lo -MD -MP -MF .deps/xcgroup.Tpo -c xcgroup.c 
-o xcgroup.o >/dev/null 2>&1
mv -f .deps/xcgroup.Tpo .deps/xcgroup.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../..   -DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\"  -g -O2 
 -fno-gcse -Wall -fno-strict-aliasing -MT xcpuinfo.lo -MD -MP -MF 
.deps/xcpuinfo.Tpo -c -o xcpuinfo.lo xcpuinfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../.. 
-DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\" -g -O2 -fno-gcse -Wall 
-fno-strict-aliasing -MT xcpuinfo.lo -MD -MP -MF .deps/xcpuinfo.Tpo -c 
xcpuinfo.c  -fno-common -DPIC -o .libs/xcpuinfo.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../.. 
-DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\" -g -O2 -fno-gcse -Wall 
-fno-strict-aliasing -MT xcpuinfo.lo -MD -MP -MF .deps/xcpuinfo.Tpo -c 
xcpuinfo.c -o xcpuinfo.o >/dev/null 2>&1
mv -f .deps/xcpuinfo.Tpo .deps/xcpuinfo.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../..   -DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\"  -g -O2 
 -fno-gcse -Wall -fno-strict-aliasing -MT assoc_mgr.lo -MD -MP -MF 
.deps/assoc_mgr.Tpo -c -o assoc_mgr.lo assoc_mgr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../.. 
-DGRES_CONFIG_FILE=\"/usr/local/etc/gres.conf\" -g -O2 -fno-gcse -Wall 
-fno-strict-aliasing -MT assoc_mgr.lo -MD -MP -MF .deps/assoc_mgr.Tpo -c 
assoc_mgr.c  -fno-common -DPIC -o .libs/assoc_mgr.o
/var/tmp//cc8e9u9F.s:6305:non-relocatable subtraction expression, 
"_slurm_destroy_association_shares_object" minus "L00000000031$pb"
/var/tmp//cc8e9u9F.s:6305:symbol: "_slurm_destroy_association_shares_object" 
can't be undefined in a subtraction expression
make[3]: *** [assoc_mgr.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Reply via email to