However, there was a bug in the version of ProjectBuilder that shipped with OPENSTEP 4.1 and WebObjects 3.0. If you are using either of these versions, do not add the library with the ProjectBuilder browser. Instead, add the library name to the makefile directly, in the OTHER_LIBS keyword. Then put a copy of the .lib file in your application directory under the obj-i386-nextpdo-winnt3.5-opt directory. You will also need to add this value to the OTHER_LDFLAGS keyword:
OTHER_LDFLAGS = $(LIBRARY_PATHS)
These problems have been fixed in OPENSTEP 4.2 and WebObjects 3.1.