[Nagiosplug-devel] oddity about check_procs plugin and solaris

Philip Brown ppb at usc.edu
Thu Mar 26 19:24:30 CET 2009


BTW, there is a bug in the pst3 configuration:

         if test `isainfo -b` = 64 ; then
                 PST3CFLAGS="-m64"

is inappropriate. -m64 is a compiler-specific flag.
I just did some browsing through the libtool docs. I'm stunned that with all 
the OTHER flags it has, there is no "bittedness" flag yet.

SO i guess you should do a check for CC=gcc vs CC=cc there and select 
appropriate 64bit flag?






More information about the Devel mailing list