I'm a linux virgin and have only been programming c++ for 2 weeks, so please bear with me.
I'm trying to set the default g++ to 4.7.2 which I'm told by my host is installed (I'm also told that c++11 is also installed); however, neither of us know how to set the default g++ to 4.7.2 because g++ --version gives
g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-54)
Copyright (C) 2006 Free Software Foundation
I want to remove java5 completely from my ubuntu 11.04 system. On executing java -version, it showing -
java version "1.5.0"
gij (GNU libgcj) version 4.4.5
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
How can I remove it?
hi
i have a strange problem with precompiled crosstoolchains
i use it to build my bins for fritzbox
on debian wheezy
Code:
root@BIGNAS:/opt/simplebuild/toolchains/fritz33xx/bin# ./mips-linux-uclibc-gcc --version
mips-linux-uclibc-gcc (GCC) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even
Hi everyone,
I would like to install the new odepkg into my octave installation.
I started octave by
Code:
sudo octave
Code:
GNU Octave, version 3.6.1
Copyright (C) 2012 John W.
I wanted to upgrade mercurial version on OpenSUSE box.
This is what I had
test99:~/TEST_AREA/hgplayarea # hg --version
Mercurial Distributed SCM (version 1.5)
Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
This is free software; see the source for copying conditions.
I am trying to open kernel core dump file. And what I am getting:
gdb app core.23605
GNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-32.el5)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
I ame curenty configure the ps3 to run with loki render farm.
For that program to work correctly, i need blender installed and at least java 1.6.0.
I can install all correctly, exept java. What ever i do, i cant seem to get java to work.
I alreade did the following things:
Hey everyone, I'm trying to compile a program.
Hello guys,
I'm having problems trying to debug my code.
I have a simple code hello.c
=====================
#include <stdio.h>
main()
{
printf("hello, world\n");
}
======================
I compiled it : gcc -g hello.c -o hello
I wanted to debug it:
=================
gdb hello
GNU gdb (GDB) 7.0
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL