This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: command line order of object files and libraries


Just to close this off, it looks like the problem is that
on most systems the library in question is usually dynamically
linked, in which case the ordering constraints do not apply,
and that the problem only arises on the odd system like my desktop
in which either the shared library does not exist or is in a different
directory lower on the path so that static linkage is attempted.

Bill


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]