This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Help me!


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          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]