Re: [indiana-discuss] "cc" Compiler

2008-01-30 Thread John Hawk
Path etc: #This is my gcc version adjust as required GCC export PATH=./:/usr/gnu/bin:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ccs/bin:/usr/sfw/bin:/usr/local/bin:/usr/java/bin:/usr/java/jre/bin:/usr/X11/bin:/opt/csw/bin export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/lib/sec

Re: [indiana-discuss] "cc" Compiler

2008-01-30 Thread W. Wayne Liauh
> > Got this error message: > > > > # /usr/gnu/bin/cc -o xin_shim.so -G -Kpic > xin_shim.c > > cc: unrecognized option `-Kpic' > > > > What should be in the PATH? Thanks. > > > Use -fPIC instead of -Kpic. > > Regards, > Moinak. > Thanks, that really helped. But I am still getting the same e

Re: [indiana-discuss] "cc" Compiler

2008-01-29 Thread Moinak Ghosh
W. Wayne Liauh wrote: > Got this error message: > > # /usr/gnu/bin/cc -o xin_shim.so -G -Kpic xin_shim.c > cc: unrecognized option `-Kpic' > > What should be in the PATH? Thanks. > Use -fPIC instead of -Kpic. Regards, Moinak. > -- > > This message posted from opensolaris.org > > _

Re: [indiana-discuss] "cc" Compiler

2008-01-29 Thread John Hawk
You can download here. http://home.comcast.net/~hawk.john/xin_shim.so -- This message posted from opensolaris.org ___ indiana-discuss mailing list indiana-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Re: [indiana-discuss] "cc" Compiler

2008-01-29 Thread W. Wayne Liauh
Got this error message: # /usr/gnu/bin/cc -o xin_shim.so -G -Kpic xin_shim.c cc: unrecognized option `-Kpic' What should be in the PATH? Thanks. -- This message posted from opensolaris.org ___ indiana-discuss mailing list indiana-discuss@opensolaris.

Re: [indiana-discuss] "cc" Compiler

2008-01-29 Thread John Hawk
#pkg install SUNWgcc #pkg install SUNWarc # pkg install SUNWbinutils Headers FSWxorg-headersfor X11 #pkg install SUNWhea #pkg install SUNWsfwhea Hope that helps Note: GCC version -- This message posted from opensolaris.org ___ indiana-discuss mai

Re: [indiana-discuss] "cc" Compiler

2008-01-29 Thread John Hawk
#pkg install SUNWgcc #pkg install SUNWarc # pkg install SUNWbinutils Headers FSWxorg-headersfor X11 #pkg install SUNWhea #pkg install SUNWsfwhea Hope that helps Note: GCC version The system hung you may see more than one response. Sorry jhawk -- This message posted from opensolaris.org __

Re: [indiana-discuss] "cc" Compiler

2008-01-29 Thread John Hawk
#pkg install SUNWgcc #pkg install SUNWarc # pkg install SUNWbinutils Headers FSWxorg-headersfor X11 #pkg install SUNWhea #pkg install SUNWsfwhea Hope that helps Note: GCC version -- This message posted from opensolaris.org ___ indiana-discuss mai

Re: [indiana-discuss] "cc" Compiler

2008-01-29 Thread Richard L. Hamilton
> Where can I find the cc compiler (i.e., full path) so > I can successfully complete the following command: > > cc -o xin_shim.so -G -Kpic xin_shim.c > > which is needed in order to run OpenOffice.org in > Indiana? Thanks. Typically it is in {something}/SUNWspro/bin/cc, where {something} may b

[indiana-discuss] "cc" Compiler

2008-01-28 Thread W. Wayne Liauh
Where can I find the cc compiler (i.e., full path) so I can successfully complete the following command: cc -o xin_shim.so -G -Kpic xin_shim.c which is needed in order to run OpenOffice.org in Indiana? Thanks. -- This message posted from opensolaris.org ___