LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   [getlocation.o] Error 1 (https://www.linuxquestions.org/questions/linux-software-2/%5Bgetlocation-o%5D-error-1-a-4175448485/)

shumbamajachani 02-03-2013 01:29 PM

[getlocation.o] Error 1
 
Hi all

i am trying to install a software on open suse 12.2 and here is the error i am getting


Entering directory `/home/blessing/Downloads/mtinv.v2.0/misc/getpar/src'
cc -O3 -c -o getlocation.o getlocation.c
getlocation.c:1:19: fatal error: stdio.h: No such file or directory
compilation terminated.
make[2]: *** [getlocation.o] Error 1


any ideas on what needs to be done

Blessing

TB0ne 02-03-2013 01:35 PM

Quote:

Originally Posted by shumbamajachani (Post 4883706)
Hi all
i am trying to install a software on open suse 12.2 and here is the error i am getting

Entering directory `/home/blessing/Downloads/mtinv.v2.0/misc/getpar/src'
cc -O3 -c -o getlocation.o getlocation.c
getlocation.c:1:19: fatal error: stdio.h: No such file or directory
compilation terminated.
make[2]: *** [getlocation.o] Error 1

any ideas on what needs to be done

No, since you don't provide any details. What software are you trying to install? Where did you get it?

And have you tried to look this up on Google?? If you're missing stdio.h, you haven't installed the development libraries/source code, so you should do that. I believe that the missing header is in the glibc-devel package.


All times are GMT -5. The time now is 11:45 PM.