This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Help me!
- To: gcc at gcc dot gnu dot org
- Subject: Help me!
- From: thietkn at ho dot fpt dot vn
- Date: 3/17/101 9:0:6 +0700
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.