Benoit Audet wrote:
> This is on a Sun Fire T2000, Solaris 10 11/06 (full install) First, looking in
> the Readme file, I should edit the "Imakefile" file.  I did, but found nothing
> interesting to modify.  I ran the "xmkmf" command, and nothing went wrong.
> 
> The trouble started when I invoked "make": I saw "cc not found".  Ok, so I
> edited the Makefile, and replaced all occurences of "cc" by "gcc".  And then,
> I have these errors:
> 
> gcc -O -Xc -xF -xarch=v8  -Iinclude  -I/usr/openwin/include  -Dsun -Dsparc
> -DSVR4 -DSYSV         -DHasScreenSaver -c src/diy.c -o src/diy.o
> gcc: unrecognized option `-Xc'
> gcc: language arch=v8 not recognized

Those are Sun Studio compiler flags - to configure xmkmf/Imake to use gcc
compiler flags instead of Sun Studio, see:
        http://www.bolthole.com/solaris/imake.html

-- 
        -Alan Coopersmith-           [EMAIL PROTECTED]
         Sun Microsystems, Inc. - X Window System Engineering

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to