Hi fellows,
Thank you for your reply.
I did realize why I was getting this conflict error messages and I fixed them, but
fpc.cfg file is not created.
First time, I start lazarus it complains that it can't find fpc.cfg file and indeed there exist NO fpc.cfg file within /etc/ folder.
After much frustration of not being able to auto create fpc.cfg file on PCLinuxOS, I copied fpc.cfg file from another Linux Operation System (Mageia) that I work on where Lazarus was successfully installed. So, I copied fpc.cfg file from Mageia to PCLinuxOS into /etc/ folder. Lazarus started up with no problem.
However, every time I compile an application, it throws the following error about linking failure as shown below in the image.
I understand why this is happening; information in fpc.cfg file is for Mageia OS.
I've been reading and trying to look for solution on creating fpc.cfg, but I am not finding it that works. Found and ran samplecfg, but it keeps throwing error messages that it can't find a folder called execvp.
Isn't there a way to create a default of simple fpc.cfg file?
So, how do you create fpc.cfg file?