On Wed, Feb 23, 2005 at 09:45:52AM +0530, [EMAIL PROTECTED] wrote:
> I am new to X-Windows programming and can't get my program to
> work.
You are on the wrong list. This is the developer's list for the compiler
itself; it is not a place for beginning programmers to ask for help.
HI All,
I am new to X-Windows programming and can't get my program to
work. The program compiles successfully but there is problem in the
linking part. Do we do it like other C Prog ie, gcc -o myprog myprog.c
or do we have to use some other options.
Can someone guide me with a demo prog