Hi,
what is problem with SuSE? I have fpc 2.6.0 (I can run "fpc -iV"). I can run Lazarus (and compile project). I downloaded fpc 2.7.1 (via SVN). I compiled it (I ran "make distclean all") - no errors.
But when I try "sudo make install", it does not work.
[v1@linux-o1lc fpc]$ sudo make install
make: -iVSPTPSOTO: Command not found
make compiler_cycle RELEASE=1
make[1]: -iVSPTPSOTO: Command not found
make[1]: Entering directory `/home/v1/Lazarus_FPC/fpc'
make -C compiler cycle
make[2]: -iVSPTPSOTO: Command not found
etc.
AFAIK such output is usually when there's no binary FPC but I have it.
Thanks.