Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Arranging Terminal windows' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Arranging Terminal windows
Authored by: stift on Nov 05, '03 12:32:32PM

how do i compile this ?



[ Reply to This | # ]
Compiling xgeom [Arranging Terminal windows]
Authored by: ubi on Nov 05, '03 01:24:27PM

Use gcc to compile. I believe it's on the Panther Developer Tools CD.

gcc -o xgeom xgeom.c

Then put xgeom somewhere in your shell's PATH.



[ Reply to This | # ]