General :: GCC4.4 Is Not Compatible With The Boost.signals1.34.1?

Sep 15, 2010

When I configure the VMware-open-source-view-client using the command configure --host=sh4-linux CC=sh4-linux-gcc CXX=sh4-linux-g++ to configure the VMware-open-source-view-client which is proper running on the ARM architecture.(sh4-linux is a platform in ST).

configure:10578: result: no
configure:10518: checking for exit in -lboost_signals-mt
configure:10578: result: no
configure:10518: checking for exit in -lboost_signals-mt
configure:10578: result: no

[Code]...

View 7 Replies


ADVERTISEMENT

General :: Gcc 3.3.1 Installation Instead Of Gcc4?

Jul 4, 2011

I want to install NS2.28 on fedora 8, for that purpose I need to degrade my gcc 4.... to gcc 3.3.1. I remove gcc4 by using yum remove gcc. now I try to install the old version (gcc3.3.1) for that purpose, I am following the instructions of the website [URL] when I type the following commands :

PATH_HOLD=$PATH &&
export PATH=/opt/gnat/bin:$PATH &&
cd gcc/ada &&
touch treeprs.ads [es]info.h nmake.ad[bs] &&

[code]....

I got this error:

bash: --prefix=/usr/local: No such file or directory. note that I have typed these commands as root.

View 8 Replies View Related

General :: Cannot Install Gcc4.2-c++ Package

May 6, 2011

I am running Mandriva Linux 2010.2 KDE on my Dell Dimension 5150 desktop. Using the software manager, I tried selecting the gcc4.2-c++ package for the compiler but I get the message:

Quote:

the following package cannot be selected:

- gcc4.2-c++-4.2.3-6mnb2.i586

View 14 Replies View Related

General :: Error Compiling A Program With Boost Libraries -> Strerror_r?

Jun 28, 2011

I'm compiling a project that uses boost libraries (1.45.0) for a MIPS target, and when trying to compile with bjam I get the following error:

Code:
libboost_system-mt.a(error_code.o): In function `(anonymous namespace)::generic_error_category::message(int) const':
error_code.cpp:(.text+0x55c): undefined reference to `__glibc_strerror_r'
collect2: ld returned 1 exit status

View 3 Replies View Related

Ubuntu :: Switching From Gcc-4.4 To Gcc4.1?

Dec 2, 2010

I am trying to switch from gcc-4.4 (defaut with the "sudo apt-get install build-essential" command) to gcc-4.1

I was able to install gcc-4.1 using sudo apt-get install gcc-4.1 The command "which gcc-4.1" gives "/usr/bin/gcc-4.1" I suppose this means that it is properly installed. I was also able to uninstall gcc-4.4 using "sudo apt-get remove gcc-4.4" However, the command "gcc --version" gives "/usr/bin/gcc: No such file or directory" This is because the gcc file(?) is named gcc-4.1. A name change should work, I think. But I do not have the rights to rename this file (after right clicking, "rename" is inaccessable).

Is there some way to use sudo apt-get install gcc-4.1 and make it install into/usr/bin/gcc to avoid these issues?

Or maybe direct the OS to usr/bin/gcc-4.1 rather than usr/bin/gcc?

View 1 Replies View Related

Applications :: Migration From GCC3.4.3 To GCC4.1.2?

Apr 29, 2009

I am doing migration from GCC 3.4.3 to GCC 4.1.2.While doing that compilation is success after some errors.But while linking, it throws tons to "undefined reference to" errors.I am using libtool as well but the version is 1.5.10.Whether I need to upgrade libtool too?

View 3 Replies View Related

Programming :: Use Of Auto Keyword In GCC4.4?

Apr 15, 2010

I am using latest GCC version GCC4.4 in my linux. my code snippet:

auto const char *ostr = ((int *)node)->str;

When i compile this, i get an error as follows:

error: auto will change meaning in C++0x;

View 13 Replies View Related

Programming :: Can't Get The Character That Have Initialized Used Gcc4.5.2 To Compile Program?

May 21, 2011

I write a small program to learn overflow. But when I input more than 5 characters (exceed the boundaries of the buffer),I can't get the character that I have initialized. I used gcc4.5.2 to compile this program. Then I used gdb to debug it. I found that when I input more than 5 characters, the variable 'test' was set to 0(ASCII code or '00').

[Code]...

View 8 Replies View Related

CentOS 5 :: Building Boost On 64-bit?

Nov 20, 2009

I'm trying to build boost on a 64-bit CentOS 5.4 install. I have Python 2.6.4 built and installed at /opt/Python_2.6.4/, and I've appended the user-config.jam file with:

using python : 2.6 : /opt/Python_2.6.4/python : /opt/Python_2.6.4/Include : /opt/Python_2.6.4/Lib ;

The standard system Python is 2.4.1 but the tools I'm using require 2.6, so I've built this version and installed it independently of the system version 2.4.1 to avoid any conflicts.

As I'm sure you've already imagined, I get the error:

LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)

I see that this is a long standing bug, but I have yet to find a fix. I've tried various CCFLAGS, CXXFLAGS, etc. to push for a 64-bit compile or a 32-bit compile (-m64 or -m32).

The offending file is pyport.h - is there a 64-bit friendly version that I don't know about?

View 2 Replies View Related

CentOS 5 :: Installation Of Boost 1.44?

Sep 13, 2010

how do I install boost 1.44? The whole time I have something wrong .. how I install?

View 13 Replies View Related

General :: Break - UPS Compatible With Box?

Jun 7, 2010

I'm buying this unit from deal extreme: it's a bitorrent downloader, with NAS capability. I'm interested in sharing an external HD in it, with media and backup purposes. I'm afraid of energy problems (don't know if this is the correct term), corrupting my mounted drives (like after a storm), so I thought about buying an UPS that sends a "signal" to my Linux box, and a script in my Linux box would unmout everything to avoid problems.Do this "UPS signal" feature exists? Do you have model suggestions?

View 1 Replies View Related

Red Hat / Fedora :: Applications Compiled For 4 Enterprise - Gcc3.4 - On 5 Enterprise - Gcc4.1

Apr 28, 2010

To run applications compiled for RedHat 4 Enterprise (gcc3.4) on RedHat 5 Enterprise (gcc4.1), what should I do?

View 4 Replies View Related

Fedora :: Compiling Boost Asio ?

Dec 24, 2009

I've been playing around with this forever now, I am trying to do the example timer using boost asio's example, I keep getting an undefined reference error for boost::system and pthread errors, so after a bit off googling I went back to boosts' to follow their advice it didnt help one bit I know where the boost system lib is /usr/lib and the include directives are in /usr/includes however, when issuing the command they said that needs to be done as in the example with gcc nothing happens just file not find and I am inputting the correct path.

View 1 Replies View Related

Fedora :: Boost Libraries Not Found

May 23, 2010

I installed Boost 1.43.0 on Fedora 12 32 bits, using standard build from the source code procedure:

./bootstrap.sh
./bjam
./bjam install

I see all Boost libraries in /usr/local/lib. Now I build my own program depending on the Boost libraries, and it is built successfully. However, when I try to execute my program, it shows "Library not found" message:

Code:
[alex@localhost ~]$ sixfpdconsole

sixfpdconsole: error while loading shared libraries: libboost_system.so.1.43.0: cannot open shared object file: No such file or directory

[alex@localhost ~]$ ldd /usr/local/bin/sixfpdconsole
linux-gate.so.1 => (0x009d1000)
libboost_system.so.1.43.0 => not found
libboost_thread.so.1.43.0 => not found

[Code]....

View 2 Replies View Related

OpenSUSE Install :: Select Usb-hdd As The First Boost?

Aug 15, 2010

My computer don't have a DVD driver. So I want to install Opensuse 11.3 via a U dish.I burn live CD in U dish. And select Usb-hdd as the first boost. But I am failed.

View 9 Replies View Related

Ubuntu :: Boost The Four Language Limitation?

Oct 27, 2010

In the menue of Kubuntu 10.10 (live-CD) for selecting the keyboard layouts
appears a message saying that there is a limit of selecting maximum four keyboard layouts, if I try to select a fifth one. That is very little four people involved/dealing with languages or for computers shared by several people from different countries. Does anybody knows anything about this limit and how to increase this number? In windows you can select more than a dozen languages. Where is the problem? Is it a problem of the KDE or of the linux kernel or what kind of problem is it? An other user told that this problem exists also in other versions e.g. in Ubuntu.

View 9 Replies View Related

Ubuntu :: Boost The Microphone Audio?

May 11, 2011

I was looking for a way to boost the microphone audio (I tried in the menu sound preferences but it did not work) and thefore I installed alsa driver and alsa mixer.Now linux can't find both input audio device and both output audio device.how boost the microphone audio?? (remember that I have just tried with sound preferences menu).

View 1 Replies View Related

Software :: Installing Boost On RHEL 5.2?

Nov 8, 2010

I have RHEL 5.2, with Boost 1.33 installed. I downloaded boost_1_44_0.tar.bz2. and built it. On completion it showed:

Code:
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
/home/dfe/Archive/boost_1_44_0
The following directory should be added to linker library paths:
/home/dfe/Archive/boost_1_44_0/stage/lib
I have been able to compile programs using CC -I/home/dfe/Archive/boost_1_44_0 -L/home/dfe/Archive/boost_1_44_0/stage/lib yourprogram.cpp

but...it's annoying that I have to add these paths for every program that I compile. Isn't there any way to make version 1.44 the default version (so that I won't have to include these paths when I compile)?

1. When I do "rpm -q boost", it shows boost-1.33.1-10.el5. Why is that so, when I've installed version 1.44? Did I have to remove the existing rpm before building the new version of boost?

2. Is there a better way to install the latest version of Boost?

View 1 Replies View Related

Slackware :: SSD - Trying To Boost Server Performance?

Jun 22, 2010

Just want to know if solid state drive supported by slackware 13.1? Coz I want it to try to boost my server performance???

View 5 Replies View Related

CentOS 5 :: Boost C++ Libraries Installation?

Nov 10, 2009

the installation procedure of boost c++ libraries .. i.e boost 1.34.1 on centos..

View 5 Replies View Related

General :: How To Tell What Distros Compatible With Processor

Jul 23, 2010

I have an old mini-desktop computer I want to have as a spare machine for internet browsing and checking email. It has a copy of XP currently, but the previous owner didn't put the key in so I can't get onto it at all. I plan on putting linux on it, just not sure what it can handle. It has 384 megs of RAM I believe, and the processor is a via C3, so I'm not even sure if I can run linux on it. I've checked the faqs and googled a bit, but I can't tell if it's i486, i586, or one of those things, and I'm not sure what linux distros(if any) are compatible. Will linux mint be able to run on a 900mhz processor of this sort and 384 megs of RAM? I'm thinking no, but it's the only linux distro I've dabbled with before. If not, will ubuntu? Will opensuse?

View 5 Replies View Related

General :: Looking For DVB-T / DVB-S Cards That Compatible With Ubuntu 11.04?

Jul 8, 2011

It's 2011....I'm here in the UK...looking to find a DVB TV card that can be made to work with 11.04

Looking for something that is currently available.

View 4 Replies View Related

General :: Download A Compatible PC Suit?

Jun 10, 2011

I have a techno t9 phone which I Would like touse with may classmate pc.How can I download a compitable PC suit?

View 5 Replies View Related

General :: 10.04 LTS Scanner Compatible With Ubuntu?

May 4, 2010

What is the best scanner to use with ubuntu 10.04 LTS were drivers that come with Ubuntu are compatible.

Recently purchases a Brother Laser printer model 2142, drivers were already install, I am very impressed with Ubuntu, surpasses windows as I was a hard core windows user.

View 1 Replies View Related

Ubuntu Networking :: Boost WiFi The Signal?

Feb 9, 2010

i'm surrounded by concrete block wall but have found an unlocked wifi signal. but i need to do something to help boost the signal. my HP laptop has a built in wifi card and i'm looking for something that i could use or do to help boost the signal.

View 2 Replies View Related

Security :: World Banding Together To Boost Cybersecurity?

May 3, 2010

As governments around the world amass armies of hackers to protect their countries' computer networks and possibly attack others, the idea of getting officials together to discuss shared threats such as cybercrime is challenging.

"You just don't pick up the phone and call your counterparts in these countries," said retired Lt. Gen. Harry Raduege Jr., former head of the federal agency responsible for securing the military's and the president's communications technologies. "They're always guarded in those areas, and they're always wondering if there's some other motive" behind the outreach.

So the idea behind an international security conference in Dallas this week is to get government officials, industry executives and others talking, informally, about where they might find common ground.

View 6 Replies View Related

Software :: Error - Cannot Detect Boost Library

Feb 17, 2010

I am new to linux and trying to install one software and it is constantly throwing me an error eventhough I downloaded and latest version of boost and tryed to add it to its path: The error is: "We could not detect the boost library(version1.38 or higher). If you have a stages boost library(still not installed) please specify $boost_root in your envireonment and do not give a PATH to --with-bost option. IF you are sure you have boost installed, then check 7youe version number looking in<boost/version.hpp>"

View 1 Replies View Related

Programming :: Include Boost In Eclipse Project?

Dec 14, 2010

I'm using Eclipse to build a small c++ program using boost.

Code:

#include<iostream>
#include<string>
#include <boost/regex.hpp>

[code]....

I can right click on boost::regex and it takes me to the header file regex_fwd.hpp, but when I go to build it, it gives me the error:

Code:

DescriptionResourcePathLocationType
/usr/include/boost/regex/v4/basic_regex.hpp undefined reference to `boost::basic_regex<char, boost::regex_traits<char, boost::cpp_regex_traits<char> >

[code]...

View 6 Replies View Related

General :: Drivers - Picking A Compatible Motherboard

May 25, 2010

Last time I bought a new computer (I build them myself) I got a motherboard that had really poor linux support for a long time. Specifically the audio. I had to wait months before the kernel supported the on board audio chipset. That is exactly the situation I'm trying to avoid this time around.

I have some specific questions about "server motherboards" actually. I looked at a few models of server motherboards by intel, and some random models on newegg. I wasn't able to see much of a difference from regular desktop motherboard other than most had two sockets, and support for much more ram. These boards seem more popular with Linux users. Why?

AMD and Intel both have server CPUs as well. Some question, what's the difference?

To make this question more concrete, I was looking at this this motherboard. The main questions about it that I can't answer are:

Can I get a motherboard without on board raid and audio? I wanted to get a hardware raid controller and a PCI audio card. I thought a server motherboard would be cheaper and not have these "extras", since who wants an audio card on a server?

Where can I found out about Linux support for the components on this board? "Intel ICH10R", "Realtek ALC889", "Marvell 88E8056"

I'm buying this computer to work as a Linux desktop for a lot of compiling, coding and audio/video work, but I don't want to rule out the possibility of installing windows and playing some games at one point. (even if the last game I got has been sitting in its box unopened for almost a year). Is it a good idea to buy a "server motherboard" and play games on it, or are desktop boards better value for this?

The ultimate solution for me would be a motherboard that had GPL divers for onboard LAN, a single CPU socket, lots of PCI express and PCI. USB 3.0, and no fancy hard disk controllers since I'll be getting a separate one.

View 4 Replies View Related

General :: Create Windows Compatible Self-extract-zip?

Jan 17, 2011

Possible Duplicate: How to create a zip file compatible with windows under linux Is that possible. What software will do that?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved