search for: ggdb

Displaying 20 results from an estimated 91 matches for "ggdb".

Did you mean: gdb
2011 Aug 20
4
trouble installing 1.9.2
...rvm/usr ruby-1.9.2-p290 - #configuring ruby-1.9.2-p290 - #compiling ERROR: Error running ''make '', please read /Users/user/.rvm/log/ruby-1.9.2-p290/make.log ERROR: There has been an error while running make. Halting the installation. 2011-08-20 00:45:06] make /usr/bin/gcc-4.2 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -I. -I.ext/include/x86_64-darwin11.0.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o main.o -c main.c /usr/bin/g...
2015 Aug 29
2
Having both R-current and R-devel installed on Ubuntu
.../zip \ > # R_PRINTCMD=/usr/bin/lpr \ > # LIBnn=lib \ > # AWK=/usr/bin/awk \ > # CC="ccache gcc" \ > # CFLAGS="-ggdb -pipe -std=gnu99 -Wall -pedantic -DTESTING_WRITE_BARRIER" \ > # CXX="ccache g++" \ > # CXXFLAGS="-ggdb -std=c++0x -pipe -Wall -pedantic" \ > # FC="ccache gfortran" \ > # FCFLAGS="-ggdb -pipe -W...
2011 Sep 29
3
grep and PCRE fun
...[:blank][:cntrl]]","\\n",perl=TRUE) Error in grep("[^[:blank][:cntrl]]", "\\n", perl = TRUE) : negative length vectors are not allowed As described above, this error occurs on ubuntu 10.04 when R is compiled without optimizations ( I typically use CFLAGS="-ggdb" CXXFLAGS="-ggdb" FFLAGS="-ggdb" ./configure --enable-R-shlib), and the pcre_exec call executed from do_get overwrites the integer nmatches and sets it to -1. This has the effect of making do_grep try and allocate a results vector of length -1, which of course causes the er...
2017 Apr 19
0
R 3.4 has broken C++11 support
...) (2017-04-18 r72542) | Platform: x86_64-pc-linux-gnu (64-bit) | Running under: Arch Linux Maybe you can share with us how you configure the build of R-devel? I tend to locally build every week or so and I have the following on Ubuntu 16.10: CXX = ccache g++ CXXCPP = $(CXX) -E CXXFLAGS = -ggdb -pipe -Wall -pedantic $(LTO) CXXPICFLAGS = -fpic CXX98 = ccache g++ CXX98FLAGS = -ggdb -pipe -Wall -pedantic CXX98PICFLAGS = -fpic CXX98STD = -std=gnu++98 CXX11 = ccache g++ CXX11FLAGS = -ggdb -pipe -Wall -pedantic CXX11PICFLAGS = -fpic CXX11STD = -std=gnu++11 CXX14 = ccache g++...
2012 Aug 08
2
Having both R-current and R-devel installed on Ubuntu
Dear List, Having used R on Windows for years, I have recently installed Ubuntu as a virtual machine. I admit that I am quite new to the linux world. Installing R (current version = 2.15.1) went smoothly, but I would like to have both the current version of R and R-devel installed. I've searched the net for info on doing this but so far without luck. Can anyone help me getting this up and
2015 Aug 29
0
Having both R-current and R-devel installed on Ubuntu
...\ | > # R_PRINTCMD=/usr/bin/lpr \ | > # LIBnn=lib \ | > # AWK=/usr/bin/awk \ | > # CC="ccache gcc" \ | > # CFLAGS="-ggdb -pipe -std=gnu99 -Wall -pedantic -DTESTING_WRITE_BARRIER" \ | > # CXX="ccache g++" \ | > # CXXFLAGS="-ggdb -std=c++0x -pipe -Wall -pedantic" \ | > # FC="ccache gfortran" \ | > # FCFLAGS="-ggdb...
2005 Mar 08
0
problem in compiling chan_mISDN
Hi List, I?m having problems compiling chan_misdn: asterisk:/usr/src/chan_misdn-beta-0.0.3-rc4 # make install cc -ggdb -Wall -D_GNU_SOURCE -Wno-missing-prototypes -Wno-missing-declarations -fPIC -I/usr/src/asterisk/include -DAST_CONFIG_DIR=\"/etc/asterisk/\" -I/usr/src/mISDNuser/include -I/usr/src/linux-2.6/include -I/usr/src/mISDNuser/i4lnet/ -Wall -c -o chan_misdn.o chan_misdn.c chan_misdn.c:30:34:...
2013 Apr 11
2
Trying to make DEBUG=T a debug version of R
Hi, I am trying to make a debug version of R ( for use with gdb later ) on windows. I am executing the following. src\gnuwin32>make clean src\gnuwin32>make DEBUG=T? In the output, I see many -O3 flags I do not see any ?-g -O0 flags? which ( I believe/I think ) that is what I need to debug R in gdb. What is the proper way to 'make' a 'Debug version of R'? Thank you,
2017 Apr 19
5
R 3.4 has broken C++11 support
Hi! Well, my linux distribution has very recent versions of everything, so a working C++11 compiler exists: $ gcc --version | head -n1 gcc (GCC) 6.3.1 20170306 Could wrong ./configure options be at fault here? See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 My sessionInfo(): $ R-devel --slave -e 'sessionInfo()' | head -n3 R Under development (unstable)
2014 Mar 15
1
Gcc-4.9.0 trunk revision 208516 cannot compile openssh package with -flto
...to be used to get it compiled. Now it fails for me with: x86_64-pc-linux-gnu-gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L. -Lopenbsd-compat/ -flto=4 -fuse-linker-plugin -Wl,--as-needed -Wl,-O2 -Wl,-flto -O2 -ggdb -pipe -march=native -mtune=native -mno-3dnow -mno-sse4.2 -mno-avx -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -flto=4 -fuse-linker-plugin -Wl,--as-needed -Wl,-O2 -Wl,-flto -O2 -ggdb -pipe -march=native -mtune=native -mno-3dnow -mno-sse4.2 -mno-avx -pie -lssh -lopenbsd-compat...
2011 Jun 25
2
calling R from C
I read R extensions on calling R within c code. I am on windows vista, cygwin and R-2.13.0.I can compile & link the c code with following commands$gcc -I/cygdrive/c/Progra~1/R/R-2.13.0/include -c -ggdb Rhello.c gcc-L/cygdrive/c/Progra~1/R/R-2.13.0/bin/i386 -oRhello Rhello.o -lR However I cant run the resulting .exe file with following command LD_LIBRARY_PATH=/cygdrive/c/Progra~1/R/R-2.13.0/bin R_HOME=/cygdrive/c/Progra ~1/R/R-2.13.0 ./Rhello.exe I get a pop up window and it just hangs when I try...
2012 Apr 04
7
new rails project error
...king for sqlite3_enable_load_extension()... no checking for sqlite3_load_extension()... no creating Makefile make gcc -I. -I/usr/local/ruby/include/ruby-1.9.1/x86_64-linux -I/usr/local/ruby/include/ruby-1.9.1/ruby/backward -I/usr/local/ruby/include/ruby-1.9.1 -I. -DHAVE_RB_PROC_ARITY -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -o database.o -c database.c database.c: In function ''initialize'': database.c:47: error: ''SQLITE_OPEN_READWRITE'' undeclared (first use in...
2018 Aug 08
1
Reproducible SIGSEGV when Dovecot 2.3 compiled against glibc-2.28
...ypt.h" > > -------->8-------- Ok, well....after running 'make check' I also saw a failure due to a segfault. It's the same crash Thore is seeing: /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -O0 -g -pipe -march=native -mtune=native -ggdb -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -module -avoid-version -W...
2010 Aug 10
3
[LLVMdev] sqlite3 crashing jit
...his builds with the exact same flags as above, but with -emit-llvm added. It should create executable `test.llvm' which is a just a script that invokes `lli' on `test.llvm.bc'. This crashes lli (for me). In an effort to debug this, I've built llvm-2.6 with -disable-optimized and -ggdb against the llvm-gcc frontend because I thought that would give me a stacktrace when running lli under gdb, but no such luck. I tried running `lli -jit-emit-debug' but lli says it doesn't support that flag. Does anyone know why the jit crashes? If not, what's the next step? Thanks....
2013 Jun 08
3
R CMD INSTALL and file permission settings
Summary: The directory /usr/local/lib/R/site-library can be used for site-wide multi-user installations of R. This is even the default on Debian and Ubuntu (following a suggestion by Kurt and Fritz a decade ago over beers -- what could be better). However, R enforces wrong permissions on directories and files there (removing group-write) which effectively defeats this purpose,
2016 Nov 11
1
installing R-devel on ubuntu
...h cd ~/research/svn/R-devel-build R_PAPERSIZE=letter R_BATCHSAVE="--no-save --no-restore" R_BROWSER=xdg-open PAGER=/usr/bin/pager PERL=/usr/bin/perl R_UNZIPCMD=/usr/bin/unzip R_ZIPCMD=/usr/bin/zip R_PRINTCMD=/usr/bin/lpr LIBnn=lib AWK=/usr/bin/awk CC="ccache gcc" CFLAGS="-ggdb -pipe -std=gnu99 -Wall -pedantic" CXX="ccache g++" CXXFLAGS="-ggdb -pipe -Wall -pedantic" FC="ccache gfortran" F77="ccache gfortran" MAKE="make -j4" ../r-devel/R/configure --prefix=/usr/local/lib/R-devel --enable-R-shlib --with-blas...
2011 Nov 27
0
/usr/bin/ld: cannot find -lmysqlclient_r installing ruby gem mysql2.... in Fedora Linux + MySQL 5.5.15...
...rubies/ruby-1.9.2-p290/ include/ruby-1.9.1 -I. -DHAVE_RB_THREAD_BLOCKING_REGION -DHAVE_MYSQL_H -DHAVE_ERRMSG_H -DHAVE_MYSQLD_ERROR_H -D_FILE_OFFSET_BITS=64 -I/usr/ include/mysql -g -pipe -m32 -fPIC -g -static-libgcc -fno-omit-frame- pointer -fno-strict-aliasing -DMY_PTHREAD_FASTMUTEX=1 -fPIC -O3 -ggdb - Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite- strings -Wno-missing-field-initializers -Wno-long-long -fPIC -Wall - funroll-loops -o client.o -c client.c gcc -I. -I/home/dinooz/.rvm/rubies/ruby-1.9.2-p290/include/ruby-1.9.1/ i686-linux -I/home/dinooz/.rvm/rubies/ruby-1.9...
2015 Jul 21
2
' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit
...[R] Error 1 *** Done -- now run 'make install' and the complete output of the make part of that script is below: R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory: /usr/local/lib/R-devel C compiler: ccache gcc -ggdb -pipe -std=gnu99 -Wall -pedantic Fortran 77 compiler: ccache gfortran -g -O2 C++ compiler: ccache g++ -ggdb -pipe -Wall -pedantic C++11 compiler: ccache g++ -std=c++11 -ggdb -pipe -Wall -pedantic Fortran 90/95 compiler: ccache gfortran -g -O2 Obj-C com...
2011 May 27
2
Can't install RedCloth gem, fails to compile
...es/ruby-1.9.2-p180/bin/ruby extconf.rb checking for main() in -lc... yes creating Makefile make gcc -I. -I/opt/rubies/ruby-1.9.2-p180/include/ruby-1.9.1/x86_64-linux - -I/opt/rubies/ruby-1.9.2-p180/include/ruby-1.9.1/ruby/backward - -I/opt/rubies/ruby-1.9.2-p180/include/ruby-1.9.1 -I. -fPIC -O3 -ggdb - -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith - -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC - -O0 -Wall -Werror -o redcloth_inline.o -c redcloth_inline.c ragel/redcloth_inline.c.rl: In function ?red_block?: ragel/redcloth_inline.c.rl:99:9: error: variab...
2010 Aug 10
0
[LLVMdev] sqlite3 crashing jit
...llvm > added. It should create executable `test.llvm' which is a just a > script that invokes `lli' on `test.llvm.bc'. This crashes lli (for > me). Can you provide a stacktrace? > > In an effort to debug this, I've built llvm-2.6 with > -disable-optimized and -ggdb against the llvm-gcc frontend because I Did you try llvm-2.7? Best regards, --Edwin