Re: Building problem
DuĊĦan Peterc <[email protected]> Thu, 27 May 2010 12:12:23 +0200
| Newsgroups | gmane.editors.nedit.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 27, 2010 at 3:10 AM, TK Soh <[email protected]> wrote: > > You mean you need to put Xm in front to solve the problem? Any guru > out there can share the reason why the order is significant? > I quote from "An introduction to GCC" by Brian J. Gough http://www.network-theory.co.uk/gcc/intro/ A library which calls an external function defined in another library should appear before the library containing the function. Most current linkers will search all libraries, regardless of order, but since some do not do this it is best to follow the convention of ordering libraries from left to right. -- NEdit Discuss mailing list - [email protected] http://www.nedit.org/mailman/listinfo/discuss