search for: all_x_lib

Displaying 3 results from an estimated 3 matches for "all_x_lib".

Did you mean: all_x_libs
1999 Aug 16
1
configure / linking problem when using hdf5
I've installed hdf5 [library & includes] here locally, last week. [see ?hdf5save in R] There is a remaining compilation / linking problem for me: The hdf5 library uses "compress2" a routine defined in Gnu's zlib, but not available in the zlib that comes with X11R6.3 (which we have installed). Now unfortunately, the final link statement for R (0.65) [for me, with hdf5
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
.../lib -lX11 -framework R -lz -lreadline -lcc_dynamic -lncurses -lm ld: can't locate framework for: -framework R make[4]: *** [R_X11.so] Error 1 --enable-framework adds: LIBR="-framework R" [configure.ac@173] which is then used: src/modules/X11/Makefile.in@36: R_X11_la_LIBADD = $(ALL_X_LIBS) $(BITMAP_LIBS) $(LIBR) If you installed R.framework previously, you're fine (well, fine in a sense that R is not compiled against its own version of the shared library as one would expect, but the currently installed R framework instead). If you have a clean system, it won't ev...
2006 May 12
2
R-2.3.0 make error on AIX 5.2
I am encountering a make error on an AIX 5.2 with R-2.3.0 and R-patched_2006-05-10 after successfully configuring them using gcc-4.1.0, gnu make, and the following configure options CC=/usr/local/bin/gcc F77=/usr/local/bin/gfortran CXX=/usr/local/bin/g++ MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G CFLAGS='-g -O' FFLAGS='-O' CXXFLAGS='-g -O' bash-3.00$ ./configure