in reply to perl 5.005_03 solaris install not working
You might want to try compiling that from the command line.#include <stdio.h> int main() { #ifdef __GNUC__ #ifdef __VERSION__ printf("%s\n", __VERSION__); #else printf("%s\n", "1"); #endif #endif exit(0); }
-- Abigail
|
|---|