search for: makefrag

Displaying 9 results from an estimated 9 matches for "makefrag".

2008 Jan 08
1
Invoking R on BSD
Thanks to Saeed Abu Nimeh. I used pkg_add to install R package on 4.4BSD. My directory now has the following: BUILDDIR Makefrag.cc_lo config.log m4 tests Makeconf Makefrag.cxx config.status po tools Makefile R-2.6.1 doc roots Makefile.bak R-2.6.1.tar.gz etc share Makefrag.cc SVN-REVISION libtool src But the make check sho...
2001 May 02
1
subdirs in package src dir
...ot mangled by my mail program) --- ./etc/Makefile.in.objs-patch Sat Dec 2 11:25:28 2000 +++ ./etc/Makefile.in Sat Mar 3 17:53:20 2001 @@ -10,7 +10,7 @@ include $(top_builddir)/Makeconf -SOURCES = Makeconf.in Makeconf-tests.in Renviron.in +SOURCES = Makeconf.in Makeconf-tests.in Renviron.in Makefrag.in OBJECTS = $(SOURCES:.in=) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) DISTFILES = \ --- ./etc/Makefrag.in.objs-patch Sat Mar 3 17:53:20 2001 +++ ./etc/Makefrag.in Sat Mar 3 17:53:20 2001 @@ -0,0 +1,5 @@ +echoobjs: + @echo $(OBJS) + +echosrcs: + @echo $(SRCS) --- ./src/scripts/...
2002 Jul 17
2
Build on Solaris 8 gcc-3.1 fails make check
...nd installed in /usr/local/gcc-3.1 with binaries symlink'ed to /usr/local/bin) A synopsis is at the bottom of this message. The web page http://hacuna.ucsd.edu/Rbuild-Problem/ has these files from this attempt Makeconf 3k Makefile 4k Makefrag.cc 1k Makefrag.cxx 1k Makefrag.f77 1k R-build-session 140k <<=== terminal output from session base-Ex.Rout.fail 376k <<== from /tests/Examples config.log 104k config.status 56k gcc-v--help....
2002 Jul 17
2
Build on Solaris 8 gcc-3.1 fails make check
...nd installed in /usr/local/gcc-3.1 with binaries symlink'ed to /usr/local/bin) A synopsis is at the bottom of this message. The web page http://hacuna.ucsd.edu/Rbuild-Problem/ has these files from this attempt Makeconf 3k Makefile 4k Makefrag.cc 1k Makefrag.cxx 1k Makefrag.f77 1k R-build-session 140k <<=== terminal output from session base-Ex.Rout.fail 376k <<== from /tests/Examples config.log 104k config.status 56k gcc-v--help....
2010 Feb 18
1
Problems installing R-2.10.1 on Linux
...STALL drwxr-xr-x 2 rhett rhett 4096 2009-12-14 18:15 m4 -rw-r--r-- 1 rhett rhett 4186 2009-09-28 06:05 Makeconf.in -rw-r--r-- 1 rhett rhett 6484 2009-03-20 07:05 Makefile.fw -rw-r--r-- 1 rhett rhett 6919 2009-09-28 06:05 Makefile.in -rw-r--r-- 1 rhett rhett 151 2010-02-18 11:23 Makefrag.cc -rw-r--r-- 1 rhett rhett 59 2010-02-18 11:23 Makefrag.cc_lo -rw-r--r-- 1 rhett rhett 387 2010-02-18 11:23 Makefrag.cxx -rw-r--r-- 1 rhett rhett 60 2010-02-18 11:23 Makefrag.m -rw-r--r-- 1 rhett rhett 412980 2009-12-14 17:34 NEWS -rw-r--r-- 1 rhett rhett 315644 2008-03-25 20:...
2003 Sep 22
0
R installation
...1 ecs1h[jps]71: ls AUTHORS ChangeLog Makefile NEWS VERSION bin configure.ac include share BUGS FAQ Makefile.in ONEWS Y2K config.log date-stamp library so_locations COPYING INSTALL Makefrag.cc README acinclude.m4 config.site debian libtool src COPYING.LIB Makeconf Makefrag.cxx RESOURCES aclocal.m4 config.status doc m4 tests COPYRIGHTS Makeconf.in Makefrag.f77 THANKS afm configure e...
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old problem resurface: how should we deal with packages which contain Fortran code and may need to be linked against additional libraries such as -lf2c? The current consensus is that extra Fortran libraries maybe needed are handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are added by default if g77 is used.
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' shlibpath_var='LD_LIBRARY_PATH' sysconfdir='${prefix}/etc' target_alias='' use_aqua='' use_tcltk='' ## ------------- ## ## Output files. ## ## ------------- ## r_cc_rules_frag='Makefrag.cc' r_cxx_rules_frag='' r_f77_rules_frag='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ARPA_INET_H 1 #define HAVE_DECL_SIZE_MAX 1 #define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ELF_H 1 #define HAVE_ERRNO_H 1 #define H...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' shlibpath_var='LD_LIBRARY_PATH' sysconfdir='${prefix}/etc' target_alias='' use_tcltk='' ## ------------- ## ## Output files. ## ## ------------- ## cc_rules_frag='Makefrag.cc' cxx_rules_frag='' f77_rules_frag='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ARPA_INET_H 1 #define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ELF_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOATI...