|
From: Alex P. <pe...@in...> - 2005-06-29 06:10:05
|
Dimitry Sibiryakov wrote: > On 29 Jun 2005 at 12:02, Mark Kirkwood wrote: > > >>Applying this sort of idea to builds/posix/make.defaults: >> >>< LINK_OPTS = $(LDFLAGS) $(LIB_LINK_RPATH)$(FirebirdInstallPrefix)/lib >>$(LIB_LINK_RPATH)$(FirebirdInstallPrefix)/intl --- >> >>>LINK_OPTS = $(LDFLAGS) >> >>$(LIB_LINK_RPATH)$(FirebirdInstallPrefix)/lib >>$(LIB_LINK_RPATH)$(FirebirdInstallPrefix)/intl >>$(LIB_LINK_RPATH)$(FIREBIRD)/lib >> >>results in a successfull build. > > > Not in defaults, please. Do it in your platform-specific file. Agreed - that is what platform-specific configuration done for. But Mark - anyway this is really strange. BTW, have you looked at the issue with libpthread? It should not be used by libfbembed. It seems that FreeBSD build is a bit broken. A. |