----- Original Message ----- From: "Olivier Studer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 9:58 AM Subject: [SAtalk] Re: [SAtalk] Re: [SAtalk] Rép. : Re: [SAtalk] Installation onSolaris 8
Hello, I have try to make your test with the test code. # more test.c #include <stdio.h> main(){ printf("Hello World\n"); }; # But I recive this error: # gcc test.c test.c:1: stdio.h: No such file or directory ah OK That is not good. stdio.h is one of the standard c libraries, if you do not have that then you wont have any of the others. First do find / -name stdio.h -print to make sure it is not a path issue. If you have stdio.h but gcc is not finding it then there is a problem with the gcc instalation. I think you can set an environment variable SD_LIBRARY_PATH to the location of the .h files If there is no stdio.h then perhaps you do not have the development subsystem installed, you would need to go back to the sun installation CD and install the development libraries. I dont remember exactly what they are called :-( Stuart Gall Systems Administrator ------------------------------------------------------------------------------------------------------------- Critical Error: REALITY.SYS Corrupted! Reboot universe? (y/n) [y]: ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk