search for: makefi

Displaying 5 results from an estimated 5 matches for "makefi".

Did you mean: makefw
2006 Jan 08
2
Zaptel make install error
/bin/sh: -c: line 0: syntax error near unexpected token `;' /bin/sh: -c: line 0: `if [ -n "" ]; then if [ -f ]; then mv -f .bak ; fi; cat .bak | grep -v "alias char-major-250" | grep -v "post-install torisa /sbin/ztcfg" | grep -v "post-install wcfxsusb /sbin/ztcfg" | grep -v "alias wctdm" | grep -v "post-install wctdm
2006 Apr 07
1
Compiling PL/R against R.dll in Win32/MinGW
...er-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -I. -Ic:/Progra~1/R/R-2.3.0alpha/include -Ic:/Progra~1/R/R-2.3.0alpha/include -I. -Ic:/MinGW/include/server -Ic:/MinGW/incl ude/internal -I./src/include/port/win32 -DEXEC_BACKEND "-IC:/msys/pgsql/lib/pgxs/src/MAKEFI~1/../../src/include/port/win32" -Ic:/MinGW/include/server/port/win32 -Ic:/msys/src/pgsql/src/include -Ic:/msys/src/pgsql/src/include/port/win32 -DPKGLIBDIR=\ "c:/MinGW/lib\" -DDLSUFFIX=\".dll\" -c -o pg_rsupport.o pg_rsupport.c dlltool --export-all --output-def plr.def pl...
2003 Jun 16
1
R 1.7.1 is released
I've rolled up R-1.7.1.tgz a short while ago. This is a patch version mainly fixing up an assortment of issues (see below). Note also that it comes with an updated set of recommended packages, fixing a couple of nasty issues in at least foreign and nlme. You can get it from http://cran.us.r-project.org/src/base/R-1.7.1.tgz or wait for it to be mirrored at a CRAN site nearer to you. Binaries
2003 Jun 16
1
R 1.7.1 is released
I've rolled up R-1.7.1.tgz a short while ago. This is a patch version mainly fixing up an assortment of issues (see below). Note also that it comes with an updated set of recommended packages, fixing a couple of nasty issues in at least foreign and nlme. You can get it from http://cran.us.r-project.org/src/base/R-1.7.1.tgz or wait for it to be mirrored at a CRAN site nearer to you. Binaries
2005 Nov 23
2
Makefiles and other customization
Writing R Extensions mentions that a package developer can provide a Makefile, but gives very little information about what should be in it. It says there must be a clean target, and later on there's mention of $(SHLIB): $(OBJECTS) $(SHLIB_LINK) -o $@ $(OBJECTS) $(ALL_LIBS) (in the F95 discussion). What should a Makefile provide, and what can it ass...