Displaying 1 result from an estimated 1 matches for "libs_build".
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
...n/R.framework/R
and add "-F$(top_builddir)/bin" to the LIBS
The addition of -F.. to LIBS should be temporary during the build of R
only - I'm not sure if there is such a mechanism in the current R
building process though ... if there isn't we could just add something
like $(LIBS_BUILD) or similar to all modules that are built before
install ...
A side note: unfortunately gcc doesn't honor DYLD_FRAMEWORK_PATH, so we
cannot use that elegant solution :(
4) warnings - aqua module under construction?
I guess the aqua code is currently under construction, because it's...