# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Setting the variables LDOPTS and LIBPR. We first initialize # them to the default values, then adjust them for some platforms.
LDOPTS = -L$(dist_libdir)
LIBPR = -lnspr$(MOD_MAJOR_VERSION)
LIBPL = -lplc$(MOD_MAJOR_VERSION)
# SunOS 5.5 needs to link with -lpthread, even though we already # linked with this system library when we built libnspr.so.
ifeq ($(OS_RELEASE), 5.5)
ifdef USE_PTHREADS
EXTRA_LIBS = -lpthread
endif
endif
endif # SunOS
ifeq ($(OS_ARCH), SCO_SV) # SCO Unix needs to link against -lsocket again even though we # already linked with these system libraries when we built libnspr.so.
EXTRA_LIBS = -lsocket # This hardcodes in the executable programs the directory to find # libnspr.so etc. at program startup. Equivalent to the -R or -rpath # option for ld on other platforms.
export LD_RUN_PATH = $(PWD)/$(dist_libdir)
endif
####################################################java.lang.NullPointerException
java.lang.NullPointerException # The rules
java.lang.NullPointerException ####################################################java.lang.NullPointerException
# AIX releases prior to 4.2 need a special two-step linking hack # in order to both override the system select() and be able to # get at the original system select().
java.lang.NullPointerException # We use a pattern rule in ns/nspr20/config/rules.mk to generate # the .$(OBJ_SUFFIX) file from the .c source file, then do the # two-step linking hack below.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.