search for: d__debugging__

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

2003 Aug 12
1
Re: [R-SIG-Mac] cleanest build I can think of
...with minimum changes' :-) > > Note: I use bash not tcsh, I don't remember if this syntax works > > FPICFLAGS=-fno-common LDFLAGS=-lcc_dynamic ./configure > --enable-R-shlib --with-aqua --without-x --with-blas='-framework > vecLib' --with-lapack > make CFLAGS+=-D__DEBUGGING__ > > This gets rid of the devQuartz.c building problems caused by > Debugging.h and gets configure to run. Everything else is according to > Stefano's website. Obviously you'd need to make modifications for > Tcl/Tk and recommended packages and such, but this gets me up and...
2003 Aug 17
2
(no subject)
...--enable-R-shlib --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh --with-blas='-framework vecLib' --with-lapack --with-aqua and with in the environment FPICFLAGS=-fno-common LDFLAGS=-lcc_dynamic CPPFLAGS=-D__DEBUGGING__ TCLTK_LIBS=/Library/Frameworks/Tcl.framework/Versions/Current /Library/Frameworks/Tk.framework/Versions/Current TCLTK_CPPFLAGS=/Library/Frameworks/Tcl.framework/Versions/Current/ Headers /Library/Frameworks/Tk.framework/Versions/Current/Headers === Jan de Leeuw; Professor and Chair, UCLA Depar...
2003 Aug 13
4
RAqua
Small things, mostly. 1. Buildproblem. Well-known and annoying. Build fails if debugging is on (which is the default) because Debugging.h breaks devQuartz.c compiles. If debugging is switched off on the command line or in the environment, then devQuartz.c builds, but aquaconsole.c does not compile, because it needs Debugging.h. I do not want to edit Apple system files, and not files in the R
2003 Aug 22
0
R-devel on Panther
...ure --enable-R-shlib --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh --with-blas='-framework vecLib' --with-lapack --with-aqua In the environment I have FPICFLAGS=-fno-common LDFLAGS=-lcc_dynamic CPPFLAGS=-D__DEBUGGING__ TCLTK_LIBS=-framework Tcl -framework Tk TCLTK_CPPFLAGS=-I/Library/Frameworks/Tcl.framework/Versions/Current/ Headers -I/Library/Frameworks/Tk.framework/Versions/Current/Headers I know that the two TCLTK variables (strangely enough), the DEBUGGING variable and the FPICFLAGS are necessary. I am...
2003 Sep 04
1
darwin build with latest gcc from apple
we are trying to adapt the configure in order to work with latest gcc3.3 (from apple) and g77 3.4 (from http://gravity.psu.edu/~khanna/hpc.html ) At the moment there is no need to define the __DEBUGGING__ but there is still a problem with the -lcc_dynamic does any of you know how to check for this library and explain why we see -lcc_dynamic often passed as an ld flag. Where to find doc on