Debian :: Configure: Error: Cannot Find The Flags To Link With Boost Date_time
Feb 17, 2011
I'm trying to cross compile something and it requires a recent version of Boost. I'm using squeeze and gnome and my updates are all up to date. I could not get through the 'configure' stage with Boost dev packages from the debian repository, so I went to the Boost web site. I thought the package requires boost 1.44 or later, so I downloaded 1.45.0 from the site and proceeded to build and install it. I think I installed it right, using /usr/local/ as the prefix. Back at my main project, I try to configure my build and I get some of the following text and then the configure stops.
Code:
checking for Boost's header version... 1_45
checking for the toolset name used by Boost for arm-none-linux-gnueabi-g++... configure: WARNING: could not figure out which toolset name to use for arm-none-linux-gnueabi-g++
checking boost/date_time/posix_time/posix_time.hpp usability... yes
[code]....
I cannot get past the 'date_time' thing. Does anyone know what is meant by 'flags to link with Boost date_time' ?
View 2 Replies
ADVERTISEMENT
Mar 16, 2010
I cannot seem to find any good documentation on the role of flags -Bdynamic and -Bstatic in g++. The man pages are not very helpful either.I found an example on the web:"gcc object1.o object2.o -Wl,-Bstatic -lapplejuice -Wl,-Bdynamic -lorangejuice -o binary".According to which -Bstatic instructs the linker to statically link
the applejuice library and to dynamically link the orangejuice library. If orangejuice uses the applejuice library anywhere however,the applejuice is also linked dynamically. Is it correct to assume that this is correct and describes the true functionality of those two flags in gcc? (ie: Bstatic and Bdynamic are used for mixing static and shared libraries during linking)Is it correct to assume that the same applies to g++ as well?
View 2 Replies
View Related
May 5, 2010
I am trying to install gcc 4.2.4 I specifcially need C++ 4.2.4 and gfortran 4.2.4. I successfully installed gcc 4.4.1 through yast. However, the software I am trying to compile will not compile with 4.4.1. After contacting the software support, they inform me that it will only compile with 4.2.4. So, I searched yast with no luck. I have found a .tar.bz2 on the internet. I attempted to configure and then build. I get the following error after running the make command.
configure: error: cannot find neither zip nor jar, cannot continue
View 9 Replies
View Related
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
Mar 26, 2011
i am trying to connect my AWUS036H to my Compaq CQ60 laptop running Ubuntu 10.10. when i check ifconfig, one minute my wlan1 is there, next minute its not, if i try to do a sudo ifconfig wlan1 up i get, wlan1: ERROR while getting interface flags: No such device and when i try it again it accepts the command no probs, i suspect this is because the device is in and out every few seconds. when i checked rfkill, i found a hard block which i resolved with unblock all, i have checked the unit under windows and it works just fine so i suspect it is a problem with my ubuntu
View 2 Replies
View Related
Jun 28, 2011
While using wifi slax every gos ok until i get wlan0 error while getting interface flags no such device how can i fix this.
View 1 Replies
View Related
Apr 9, 2010
I am having an odd problem with a program I'm trying to run which is supposed to connect to a network. The messages printed when I start up the program are:
SIOCSIFNETMASK: No such device
192.168.11.50: ERROR while getting interface flags: No such device
SIOCADDRT: File exists
One reason this is particularly odd is that the network itself appears to be working fine, otherwise. I can connect to the internet on my computer and everything, but the program is not able to connect to it, for whatever reason. I've tried tinkering with the settings but nothing worked.
View 3 Replies
View Related
Mar 29, 2011
I wanted to stop hi jacking the work around thread. I'm running Kubuntu 64 bit I started by following this walk through[URL].. everything is fine until i get to Step 5 this line :
sudo ifconfig wlan0 down (on some hardware it is ra0)I receive this output: wlan0: ERROR while getting interface flags: No such device I started browsing other threads to see what else could be happening. I ran this line : sudo lshw -C network
with an output of:
*-network:0 UNCLAIMED
description: Network controller
product: RaLink
vendor: RaLink
physical id: 0
bus info: pci@0000:06:00.0
version: 00
width: 32 bits
[Code]...
View 9 Replies
View Related
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
Jun 14, 2010
yesterday without reason my eth0 dissappeared. I read through various threads, tried couple of things, and now its s back as eth3. If I bring up the network on the console it says [OK], but I cant ping my router or access any website.
BTW: During the proccess I removed network-manager-kde, which I regret now (cause I cant install it again w/o network). Even so my network was configured manually, it would be good to have it now for testing connections. The machine also got no CDROM-drive, I installed via USB.
EDIT: I booted up again, and now eth3 is gone again I get the former error message when I restart the network: "eth3: ERROR while getting interface flags: No such device"Same with all other ethX. As far as I can see w/ my basic knowledge, the realtek adapter is present and working. ifconfig only shows me "lo" nothing else.
View 9 Replies
View Related
Oct 14, 2010
On Ubuntu Server 10.10 the second bond device won't come up. Someone please advise the correct configuration. Error message when I run /etc/init.d/networking restart:
Code:
SIOCSIFADDR: No such device
bond1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
bond1: ERROR while getting interface flags: No such device
bond1: ERROR while getting interface flags: No such device
Failed to bring up bond1.
[code]...
View 5 Replies
View Related
Nov 18, 2010
I'm trying to upgrade my kernel. When i get to the step where i should build the img for grub (i guess the command below is doing that) I get this error: yaird error: bad device link in /sys/block/sda (fatal)Since I installed debian using a USB drive, HDD1 was /dev/sdb and HDD2 was /dev/sdc, the USB was /dev/sda. Is there a way to force mkinitrd.yaird to build the img for /dev/sdb?
View 1 Replies
View Related
Jul 23, 2015
I'm researching how I want to go about making my own LXDE install without using any of the options from tasksel. I have a few questions about metapackages.
First: Will the apt-get flags "--install-suggests" and "--no-install-recommends" affect what is installed from metapackage dependencies?
For example, if I install the lxde package, it also installs lxde-core. If I do:
Code: Select allsudo apt-get install lxde --no-install-recommends will recommended packages from lxde-core also be excluded?
Second: Is there a way to automatically install the alternative "or" packages listed?
For example, [URL] lists several alternatives to the defaults: audacious instead of lxmusic, transmission instead of deluge, etc.
View 2 Replies
View Related
Jul 21, 2015
Due to some reason every-time I boot the laptop the power governors reset themselves to "ondemand". Which causes my laptop to overheat until it shut-downs. I tried adding this line to grub Code: Select allGRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable" which kinda worked, but only on cpu 0.
Code: Select allcpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: acpi-cpufreq
[code]....
View 3 Replies
View Related
Jun 2, 2010
There is a symlink from /var/www to a personal directory. FollowSymlink and chmod 755 are all set. It works perfectly until each morning I will get a "Symbolic link not allowed or link target not accessible" error. When I do a "sudo service apache2 restart", the problem will go away.
View 1 Replies
View Related
Oct 25, 2010
I installed 10.10 using wubi (Host system is Win XP). I want to create a symbolic link of a file on the host system (Windows c:abc.doc file) in my Ubuntu home ~/ directory.
When I type command ln /host/abc.doc abc.doc It gives me following error ln: creating hard link `abc.doc' => `/host/abc.doc': Invalid cross-device link
View 1 Replies
View Related
Jan 21, 2010
I'm trying install TACACS+ server version 4.0.4.19 from sources. (OS OpenSUSE 11.2) On the ./configure stage i've got the following error message configure: error: Could not find libwrap. You must first install tcp_wrappers. But libwrap library has installed already. I see this by the output of ls command within /lib directory
# ls /lib | grep wrap
libwrap.so.0
libwrap.so.0.7.6
So i suggested option --with-libwrap=/lib could solve the problem. But it is not. Also i was tried make #export LD_LIBRARY_PATH=/lib with no result. The problem is still there.
View 4 Replies
View Related
Dec 8, 2010
i just installed Centos 5.5 Im trying to configure a d-link airplus xtremeG dwl-g520 ? I can't seem to get it working is it possible its not compatible?
View 1 Replies
View Related
Dec 22, 2010
I have CentOS5.4 which runs fine with wired internet but when tried to configure a wireless adpter I am not successful. My Network manager is running fine but I can not see nm-applet.
When I run "for BUSID in $(/sbin/lspci | awk '{ IGNORECASE=1 } /net/ { print $1 }'); do /sbin/lspci -s $BUSID -m; /sbin/lspci -s $BUSID -n; done" I get the following:
01:00.0 "Ethernet controller" "Realtek Semiconductor Co., Ltd." "RTL8111/8168B PCI Express Gigabit Ethernet controller" -r02 "Micro-Star International Co., Ltd." "Unknown device 4180" 01:00.0 0200: 10ec:8168 (rev 02)
View 2 Replies
View Related
Dec 4, 2010
I am trying to compile Clanbomber in Squeeze but I get the following error message when running ./configure:
checking for DirectFB... found
checking for FusionSound... configure: error:
*** FusionSound 1.0.0 or newer is required. The latest
[code]...
View 4 Replies
View Related
Aug 29, 2011
Is there a way to configure Apache so that if a user tries to access a webpage that doesn't exist under mydomain.com, that it redirects that user to the index.php?
View 1 Replies
View Related
Jul 30, 2010
I'm running Slack 13.1 [32 bit] Re: pdfedit from SlackBuilds 13.1. I've installed qt3 per the dependencies w/installpkg. I've pointed pdfedit.SlackBuilds to where qt3 is and it's found fine. The problem arises when the build can't find docbook stylesheets. "checking for docbook xsl... configure: error: unable to find docbook.xsl stylesheet"
I've installed docbook.xsl where it can be found which is in the same folder qt3 support is found and verified my system can find it there,, which it does. I still get the can't find stylesheet error. Is this a glitch or am I overlooking something somewhere along the line?
View 2 Replies
View Related
Dec 29, 2010
Moving stuff from 9.3 to 11.3 I'm running into the problem that I cannot find libmysqlclient.a to link against c programs. mysql-devel provides shared (.so) modules only. Is there a repo providing this or do I have to install mysql-5 from source?
View 3 Replies
View Related
Feb 10, 2011
Does anyone have a download link to OpenSuse 9? I really need it at work for compiling some native code and I can't find it anywhere.
View 4 Replies
View Related
Sep 6, 2011
i'm facing an error 500 internal error and i don't know where to start .... How can i get information about the error in order to fix it ???at /var/log/apache2/error.log i can't find anythingi have virtualmin installed , i searched at/var/log/virtualmin/domainname_error_log but nothing .... where is apache supposed to keep log for 500 errors ?
View 1 Replies
View Related
Aug 14, 2010
I was wondering where to find the drivers for my D-link adapter. It says on the box that it has Linux support, what does that mean? I have already used it without any drivers and it works for a bit but after a week or something it doesn't work anymore (it is connected to the network but no download). What should I do? Would installing the drivers solve the problem?
View 3 Replies
View Related
Jul 22, 2011
I am having issues with 3d I am trying to start up a game called auteria but it displays this error "Could not find a compatible opengl display resolution. Please check your driver configuration. (Error: Couldn't find a matching GLX visual)" I am on ubuntu 10.10 could anybody give me a solution on how to fix this issue?
View 5 Replies
View Related
Mar 23, 2010
I know this is a very silly post, however I just can't find the link to download a previous version of Open SUSE.if someone could direct me to a page where I can download the Open SUSE 10.2
View 1 Replies
View Related
Jan 27, 2010
I seem to be seeing some weird behavior in kubuntu with KDE 4.3.2 and KDE 4.3.5 for Kubuntu 9.10 32-bit.I have a few programs in my home folder. For instance Eclipse and Mendeley. it seems that when i create a Link to Application does not launch them. Here is how I create the links.
-> I right click and create a new "Link to Application"
-> I click on the Application tab and browse to where the shell script, or executable is.
and when I try to launch them it does not work. The link is using the absolute path. I tried setting the working directory and using a relative path but nothing. If I run the link in a terminal it says "Warning: Could not find" and the application I set. Now this seems to not be a problem for system applications like Kate. If i change the link to launch Kate it works perfectly.
View 1 Replies
View Related
Oct 18, 2010
I routinely use Firefox's quick find feature. I press the slash key, /, type what I want to find on the page and it searches as I type. I love it. It's very convenient. But it doesn't work anywhere on this page.
View 5 Replies
View Related