----- 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]:




-------------------------------------------------------
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

Reply via email to