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 Could you explain me more, I'm not a programmer.
Thanks
/Olivier
>>> "Stuart Gall" <[EMAIL PROTECTED]> 6/5/2003 21:38:14 >>> ----- Original Message ----- From: "Olivier Studer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 8:57 AM Subject: [SAtalk] Re: [SAtalk] Rép. : Re: [SAtalk] Installation onSolaris 8 Hi, I have now installed gcc, perl and make for try the installation. But I recive now the following error: ./configure checking for gcc... gcc checking for C compiler default output... configure: error: C compiler cannot create executables make: *** [binaries.mk] Error 77 Some body can help me? Thanks /Olivier First check gcc create a file test.c #include <stdio.h> main(){ printf("Hello World\n"); }; then type gcc test.c You should ge a file called test.out (or is it a.out) Or you should get a helpful error message :-) chmod +x test.out and try it out. (./test.out) If that is OK, I suggest installing gnu make and binutils from www.gnu.org (In that order) Stuart Gall Systems Administrator ------------------------------------------------------------------------------------------------------------- Critical Error: REALITY.SYS Corrupted! Reboot universe? (y/n) [y]: |