Correcting previous example:

 9/28/05
        
Unread  Re: from configure ===> C compiler cannot create executables
Posted: Jun 8, 2008 7:57 PM   in response to: mxfabbri in response to: mxfabbri
To: OpenSolaris ? help
        
Click to edit this message...           Click to reply to this thread   Reply

Reply to update, used -c option not -w

Created file with program text from config.log.

gcc a.c fails a reported in config.log

HOWEVER it does work using the -c option for gcc (do not run ld)
gcc -c a.c results in a.o
ld a.0 results in a.out

Thoughts?
 
 
This message posted from opensolaris.org

Reply via email to