Re: Problem in X Windows programming

2005-02-22 Thread Joe Buck
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.

Problem in X Windows programming

2005-02-22 Thread bedabrata.chatterjee
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