Presently, on non-Windows builds, the compiler gets installed directly by tcc's makefile, using a pre-calculated prefix. This is bad for two reasons. First, the prefix is not architecture dependent. Second, the files are not noted in packlists or any other such mechanisms. To solve this, consider using ExtUtils::InstallPaths and/or ExtUtils::Install.