MOTIF GUI PROGRAMMING ! Hi there. I am a MOTIF GUI Programmer in C language. After a longer break i have problems with the GCC compiling. my MOTIF file is named winstack.c
The compilation runs good. But no executable LINUX FILE is created. except a file named newprogram. The properties of the file in the context menue is "shared library" not "executable". Thats my problem. From commandline is no problem with ./newprogram. A GUI Windows is opening. How about a real linux exe to start with one click in file explorer ??? Kindly Regards SM
i followed the description of GCC Manual.
gcc -o newprogram winstack.c -lXm -lXt -lX11
I expected a linux executable file to start from file explorer with a mouseclick.