Its a script, and scripts do not need to be compiled. The first line is the command to which the following text shall be forwarded as program input. in your case "wish". You make the file executeable by chmod +x thefilename then you can call it by ./thefilename. If, you have "wish" installed.
Have a nice welcome to linux command shells :) On Mon, Mar 22, 2010 at 3:21 PM, Binh Hoang <[email protected]> wrote: > I have a following program: > #!/usr/local/bin/wish > > button .hello -text Hello \ > > -command {puts stdout "Hello, World!"} > > pack .hello -padx 20 -pady 10 > > How to know to compile this program? > Thank you very much for me! > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
