Re: Compiling with X [bit off topic]

1999-01-26 Thread Richard E. Hawkins Esq.
> I need to plot some graphs output from a C program, which I need to be > portable to a SGI unix machine. Thus I am trying to use the xlib library. > I have xlib6g-dev installed. My test program inludes the lines: This isn't the answer you're looking for, but i found the pgplot libraries did

Re: Compiling with X [bit off topic]

1999-01-26 Thread Rich Harran.
Thanks a lot, this is exactly what I wanted to know. Cheers Rich On 26 Jan 1999, Gary L. Hennigan wrote: > "Rich Harran." <[EMAIL PROTECTED]> writes: > | I need to plot some graphs output from a C program, which I need to be > | portable to a SGI unix machine. Thus I am trying to use the xlib l

Re: Compiling with X [bit off topic]

1999-01-26 Thread Gary L. Hennigan
"Rich Harran." <[EMAIL PROTECTED]> writes: | I need to plot some graphs output from a C program, which I need to be | portable to a SGI unix machine. Thus I am trying to use the xlib library. | I have xlib6g-dev installed. My test program inludes the lines: | #include | And I compile with:

Compiling with X [bit off topic]

1999-01-26 Thread Rich Harran.
I need to plot some graphs output from a C program, which I need to be portable to a SGI unix machine. Thus I am trying to use the xlib library. I have xlib6g-dev installed. My test program inludes the lines: #include And I compile with: gcc -I/usr/X11R6/include -L/usr/X11R6/lib