This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc question (SunSolaris2.8)
- From: "Brunda Sathi" <bsathi at telcordia dot com>
- To: gcc at gcc dot gnu dot org, gcc-help at gcc dot gnu dot org
- Date: Thu, 7 Nov 2002 15:22:14 -0500
- Subject: gcc question (SunSolaris2.8)
Hi,
I am trying to compile and link one of the oracle oci demo program
using gcc. Is there any sample makefile or script file that I can refer
to??. Even if is it is not oracle oci, simple hello.c should be fine.
I am able to compile .c program however, I am unable to link it. I may need
to add directories to my path statement.
my path statement is as follows:
PATH=$PATH:/usr/local/bin:/usr/gnu/bin:/usr/ccs/bin
I also see that there are some files installed under
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.1 directory.
Please help.
Thanks