Unable to start ‘make’ while running fedora 17

Asked By 170 points N/A Posted on -
qa-featured

 

Hello experts,

I am running fedora 17. I am trying to start 'make', but I am unable to do that because it is giving me the following errors:

'make

LPCC tint.o make: ./libpayloadbin/libpayload/bin/lpgcc: Command not found make: * [tint.o] Error 127.'

I could find an lpgcc folder in bin directory. Also, I installed 32-bit libgcc edition. Even then, it is giving these error messages.

Please help me to set up lpgcc.

Thanks a lot.

SHARE
Answered By 10 points N/A #152532

Unable to start ‘make’ while running fedora 17

qa-featured

Hello Rowen,

The following workarounds should help you solve that problem you are getting when try to start 'make' in fedora 17:

  • You will need to check and make sure that the directory path you are using for the command is the right one. Make sure that there are not spelling mistakes and that the source the path is pointing to is the right one.
  • You should check the edition of the fedora application you are using and make sure that the libgcc edition that you are installing is the right version for it. If you have fedora 32 bit then the libgcc edition must be 32 bit. If you have fedora 64 bit then the libgcc edition should be 64 bit.

Hope this helps.

Regards,

Carl

Related Questions