Search found 1 match
- Wed May 25, 2016 1:42 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios 4.1.1: lib/runcmd.c doesn't compile on AIX 7.1
- Replies: 2
- Views: 2212
Nagios 4.1.1: lib/runcmd.c doesn't compile on AIX 7.1
I am getting the following message: # make gcc -Wall -g -O2 -DHAVE_CONFIG_H -c runcmd.c -o runcmd.o runcmd.c: In function 'runcmd_init': runcmd.c:311: error: lvalue required as left operand of assignment make: *** [runcmd.o] Error 1 Looking at runcmd.c (I've added line numbers): 305: void runcmd_ini...