molly: you mentioned earlier about a make install log. Where would I find this?
whereis fpc gives /usr/local/bin/fpc /usr/local/lib/fpc
Ouch. And sorry for that.
When you typed make install + enter a lot of output was produced (i hope), that _was_ the log.
In order to make the log permanent store on disk you should have invoked make install with something like a solution mentioned
here (never mind the bsd platform or other software being 'make install"-ed)
If I type 'fpc' I get 'Error: ppc386 can't be executed, error message: Failed to execute "ppc386". err 7'
Oh dear... did you perhaps forgot to mention (or i overlooked) that you are running a 64-bit version of linux ?
If so, then i'm affraid i run into troubles helping you solve that in an effective manner (i simply lack the experience creating/using 32-bit compiler on a 64-bit distro).
If not, then i have no clue as of why ppc386 gives you an error.
I still cannot compile testapp.pas
Yes, unfortunately that much was clear. Sorry for that.
fwiw: in case it would have been me into this situation, i would start from scratch again.
- let package manager install fpc 2.6.2
- download fpc 2.6.4 sources and follow JP's instructions
Add perhaps additional extra steps to produce the correct compiler for your chosen target -> look how others perhaps solved it, maybe a wiki article mentioning the problem encountered and providing a solution.
and see where that would bring me.
But it might perhaps be more helpful if a real linux user could give you a hand here.