I need a snort GUI that will allow us to manage snort probe configurations and log files on Solaris 8 x86. The only one I have found is sntm, but I am having problems compiling it. Either another GUI that I could try or help with the sntm compiler error would be appreciated. For sntm, the only instructions seem to be for Linux, even though the site I downloaded from says it works on Solaris (however I’m not sure if that meant Risc only Solaris or any solaris platform). The compile instructions for Linux said to use ./configure –with-ssl=ssl_dir –with-qt=qt_dir. I tried that and after it found my compiler (gcc) it said “compiler can’t create executables). sntm says it is meant to work with gcc. I had version 3.0.3 of gcc. I tried doing just ./configure and got the same error. Then I tried going back to a more well known version of gcc (2.95.3) and in both compile attempts I got the same error. I have compiled about 10 other programs with the gcc compiler with no problems. I’ve never seen a compiler error out this early unless it failed on a dependency, but this passed all of that.