Displaying 5 results from an estimated 5 matches for "foptflags".
Did you mean:
optflags
2005 Mar 18
2
Trouble debugging with gdb, R on Windows
...../include
+endif
+
dcigettext-CFLAGS=-DLOCALEDIR=\"\"
SOURCES = \
Index: src/gnuwin32/Makefile
===================================================================
--- src/gnuwin32/Makefile (revision 33477)
+++ src/gnuwin32/Makefile (working copy)
@@ -33,8 +33,8 @@
## use FOPTFLAGS where complex*16 is used.
FOPTFLAGS=-O2 -Wall
ifdef DEBUG
- OPTFLAGS+=-g
- FOPTFLAGS+=-g
+ OPTFLAGS=-g -Wall -pedantic
+ FOPTFLAGS=-g -Wall
DLLFLAGS=
else
DLLFLAGS=-s
2006 Nov 14
2
Building R from source
...aders
make[2]: `all' is up to date.
make[2]: `libRblas.dll.a' is up to date.
make[5]: Nothing to be done for `svnonly'.
installing C headers
make --no-print-directory -C ../extra/intl -f Makefile.win
make --no-print-directory -C ../appl OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' FOPTFLAGS='-O3 -Wall' -f Makefile.win
make --no-print-directory -C ../nmath OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' -f Makefile.win
make --no-print-directory -C ../main OPTFLAGS='-O3 -Wall -pedantic -std=gnu99 -DLEA_MALLOC' FFLAGS='-O3 -Wall' -f Makef
ile.win
make --no-prin...
2006 Aug 04
0
Problem with installing R under Windows
...get"
Have I gotten the make directory wrongly?
2) Building core files:
After I did
> make all recommended
in R_HOME/src/gnuwin32, the process ends with the following error
message:
> make --no-print-directory -C ../modules \
> OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' FOPTFLAGS='-O3 -Wall' -f
> Makefile.wi n gcc -shared -s -o lapack.dll lapack.def Lapack.o
> dllversion.o -L../../../bin - lRlapack -lRblas -lR
> c:\minGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe:
> cannot fin
> d -lRlapack
> collect2: ld returned 1 exit status...
2005 Aug 23
0
problems installing R from source: R-2.1.1 Windows XP
...e[2]: `../../bin/Rblas.dll' is up to date.
make[2]: Nothing to be done for `CHTML'.
make --no-print-directory -C front-ends
make[3]: Nothing to be done for `all'.
make[2]: `COPYRIGHTS' is up to date.
make --no-print-directory -C ../modules \
OPTFLAGS='-O2 -Wall -pedantic' FOPTFLAGS='-O2 -Wall' -f Makefile.win
make[5]: `../../../bin/Rlapack.dll' is up to date.
make[5]: `../../../lib/libRlapack.a' is up to date.
make[5]: `../../../modules/lapack.dll' is up to date.
cp unicode/iconv.dll ../../modules/
making bootstrap versions of packages ...
... done...
2007 May 23
2
Possible ld.exe problem when building
...`libRblas.dll.a' is up to date.
make[5]: Nothing to be done for `svnonly'.
installing C headers
make --no-print-directory -C ../extra/intl OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' -f Makefile.win
make --no-print-directory -C ../appl OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' FOPTFLAGS='-O3 -Wall' -f Makefile.win
make --no-print-directory -C ../nmath OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' -f Makefile.win
make --no-print-directory -C ../main OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' FFLAGS='-O3 -Wall' -f Makefile.win
make --no-print-directory -C...