Table of Contents Previous Section

Adding Libraries

The next step is to add to your project the libraries to which your application needs to link: libWebObjects.a and libFoundation_s.a. You must add the libraries to your project in such a way that libWebObjects.a is linked first.

If you're using Project Builder on NEXTSTEP, you include the libraries in your project by double-clicking the Libraries suitcase in Project Builder's File Viewer, and then double-clicking the files libFoundation_s.a and libWebObjects.a to add them. Figure 1. Once you add the libraries to ProjectBuilder, you need to reorder them so that libWebObjects.a is linked first.To reorder the libraries, select the Libraries category and control-drag libWebObjects.a to the top of the list, as shown in Figure 1:

Figure 1. Reordering the Libraries

Table of Contents Next Section