This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help me!
- To: thietkn at ho dot fpt dot vn
- Subject: Re: Help me!
- From: Craig Rodrigues <rodrigc at mediaone dot net>
- Date: Mon, 19 Mar 2001 11:34:43 -0500
- Cc: gcc at gcc dot gnu dot org
- References: <6_1998_35334_2719@QUANGNT.TTVN>
On Sat, Mar 17, 2001 at 02:30:13AM +0000, thietkn@ho.fpt.vn wrote:
> Dear!
> I use Solaris 7. I have binary setup for gcc (gcc-2_95_2-sol7-intel-local).
> Here is stetps I have installed it on my system:
> #pkgadd - d gcc-2_95_2-sol7-intel-local;
>
> After that I compile
>
> # gcc scroll.c
> scroll_view.c:20: xview/xview.h: No such file or directory
> scroll_view.c:21: xview/canvas.h: No such file or directory
> scroll_view.c:22: xview/scrollbar.h: No such file or directory
> scroll_view.c:23: xview/rectlist.h: No such file or directory
>
> Please tell me how to confige it.
On a Solaris 7 system, try:
gcc -I /usr/openwin/include scroll.c
xview header files are in the /usr/openwin/include directory.
--
Craig Rodrigues
http://www.gis.net/~craigr
rodrigc@mediaone.net