0

I'm using autotools (autoconfig and automake) under Linux, but my executables are missing the .out extension. What am I forgetting to do?

gjcamann
  • 621
  • 4
  • 14
  • 4
    There are no filename extension requirements - for example, you don't use `less.out`, `more.out` or `ls.out`, or `autoconf.out` for that matter. You might be confusing the issue with [a.out](http://en.wikipedia.org/wiki/A.out) as a default output (and binary format). – Brett Hale Jul 03 '13 at 02:35
  • @BrettHale: Make your comment an answer. – wilx Jul 17 '13 at 05:18

0 Answers0