On Wed, Mar 4, 2009 at 12:43 AM, Anthony Sorace <[email protected]> wrote: > i could see this going either way, but from my perspective the linker > did what you told it.
The linker has NOT done what it is supposed to do. From the man page: > These commands load the named files into executable files > for the corresponding architectures And, in this case, it has not produced an executable file. Furthermore, 8l should give an error when there is no function main(). In fact, it shows that error unless there is no function at all in any .8 input file. -- Juan Cespedes
