>>>>> "Neulinger," == Neulinger, Nathan <nneul@umr.edu> writes:
Neulinger,> Ok. When linking them, is there anything special about
Neulinger,> the order? i.e. is
As a general rule the AIX linker is order independent. It collects
all the symbols together and does a garbage collection step at the
end. You can go out of your way to force an early GC, but you
normally don't.