I'm looking for some expert advise on segmentation. I'm pretty well versed
on most aspects of programing but haven't wrote a large program until now.
Can anyone help me with the options of the linker. I guess I'm on the
track or something. The manual is just a bit on the vague side. Presently
I have 13 modules and two of them I wish to have as seperate segments. By
linking ln +c main 1 2 3 4 5 6 7 8 9 10 -lcl +o 11 +o 12 -lcl will link
but the executible just hangs after startup and won't even show a printf
after main() . So how about a hint from you Aztec professionals.
Thanks a Million.!