in reply to Re^2: Is Win32::Screenshot work with linux ?
in thread Is Win32::Screenshot work with linux ?

Somewhere in either the package or your system config the parameter -mtune is being set to generic.

Find and change the setting to native. If native fails, try the correct cpuid for your system (i.e. i386, i686, pentium4, athlon, etc.).

  • Comment on Re^3: Is Win32::Screenshot work with linux ?