On Wed, 10 May 2006, Michael Radzicki wrote:

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

Dunno if this is the root cause, or just a symptom, but v8 refers to the 32-bit SPARC chips. Virtually every Sun machine in use today is 64-bit, which is SPARC v9 (eg /platform/SUNW,Sun-Blade-100/kernel/drv/sparcv9).

I'd suggest rechecking the output of your configure command to make sure there isn't anything that looks out of place.

Paul




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



--
----------
# pwd
/loony/bin
----------



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nagios-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null

Reply via email to