Hello again list users. You guys and gals are 2 for 2 on my questions over the last couple of days, so I figured I would try one more time. I am using the nagios-plugins-1.4.3 and I run configure with these options:

 

./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagios-group=nagios --with-cgiurl=/nagios/cgi-bin --with-mysql=/opt/mysql/mysql

 

I do not receive any errors when the configure script runs. However when I run make, I get the following error when make attempts to compile the check_mysql plugin:

 

if gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../intl   -I/usr/local/ssl/include -I/opt/mysql/mysql/include -I/usr/local/ssl/include -I/opt/mysql/mysql/include -xO3 -mt -D_FORTEC_ -xarch=v8 -g -O2 -MT check_mysql-check_mysql.o -MD -MP -MF ".deps/check_mysql-check_mysql.Tpo" -c -o check_mysql-check_mysql.o `test -f 'check_mysql.c' || echo './'`check_mysql.c; \

then mv -f ".deps/check_mysql-check_mysql.Tpo" ".deps/check_mysql-check_mysql.Po"; else rm -f ".deps/check_mysql-check_mysql.Tpo"; exit 1; fi

 

gcc: language arch=v8 not recognized

gcc: check_mysql.c: linker input file unused because linking not done

mv: cannot access .deps/check_mysql-check_mysql.Tpo

make[3]: *** [check_mysql-check_mysql.o] Error 2

 

 I am running on Solaris 8, if that is any help. Thanks in advance.

 

Mike R

Reply via email to