LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   simpio.h not found when it exists (C, Ubuntu) (https://www.linuxquestions.org/questions/programming-9/simpio-h-not-found-when-it-exists-c-ubuntu-565927/)

zephyrcat 07-01-2007 10:02 PM

simpio.h not found when it exists (C, Ubuntu)
 
Hi!

I have done C programming on Windows before, but never on linux and I am trying to start. I just started with a simple hello world program using Anjuta on Ubuntu, but I get the error "simpio.h: No such file or directory". I then did sudo apt-get install build-essential and that put simpio.h (and a lot of other stuff) in the /usr/include/ directory, but I still have the same problem.

Thanks!

tuxdev 07-01-2007 10:30 PM

"simpio.h" isn't on my machine, and it has a full POSIX enviroment. It is best to avoid using non-standard headers anyway.

zephyrcat 07-02-2007 07:45 AM

Hi! Thanks! I am doing a C course that uses those libraries as well as other (even less standard?) ones. I don't really know which libraries are standard and which are not. I tried putting the libraries from my course into /usr/include/, but it will not let me. As soon as I can I will try that from command line.


All times are GMT -5. The time now is 06:00 PM.