Good one Chronos!

Well, today was my lucky day. I looked for fpc.cfg and couldn't find it.
According to
man fpc.cfg The compiler looks for the fpc.cfg file in the following places :
- Under Linux and unix
- The current directory.
- Home directory, looks for .fpc.cfg
- The directory specified in the environment
variable PPC_CONFIG_PATH, and if it's not
set under compilerdir/../etc.
- If it is not yet found: in /etc.
I don't know where compilerdir/../etc.is, but I looked everywhere else. Nothing.

Luckily

I had a working version of Lazarus 0.9.30 + fpc 2.4.2 on a different partition (there is simply not enough Lazarus in the World!) and copied the fpc.cfg file from there.
I put it in the /etc directory and

everything was fine.
SOLUTION: Make sure that a standard fpc.cfg is in /etc or in your home directory. QUESTION 1: Where could I get a copy of fpc.cfg from if I didn't have one already?
QUESTION 2: Is fpc.cfg the same for all versions of fpc? (There doesn't seem to be anything version-specific in it.)