Ubuntu :: Unable To Find X Libraries When Configuring Firefox With Intel C Compiler

Apr 5, 2010

I'm using Karmic 64bit.

I tried to build firefox with PGO using Intel C Compiler (icc), but, configure gave this error message.

Code:
configure: error: Could not find the following X libraries: -lX11 -lXext -lXt
*** Fix above errors and then restart with "make -f client.mk build"
When I tried it using gcc, there's no error msg. What can I do?
My .mozconfig file is...
Code:
export CC=icc

[Code]....

View 2 Replies


ADVERTISEMENT

Software :: Intel Fortran Compiler - Program Does Not Find New Version

May 19, 2010

I want to compile MFiX which is a simulation software. Therefore, I installed the Intel Fortran Compiler Ver. 11.x When compiling, I can only choose between Ver.9.x and 10.x.

This is a part of the error message when choosing either:

Is there a possibility to link the program to the newer compiler version?

I'm using Centos 5.4.

View 5 Replies View Related

Ubuntu :: Configuring Samba With GUI / Unable To Find Smbconftool

May 17, 2010

I'm trying to configure Samba with a GUI. I also can't find smbcontool, which I used on my previous 9.10 installation. Is the same thing available for 10.04? I can't seem to find it, no matter how many repos I enable.

View 3 Replies View Related

Debian Hardware :: Unable To Find Suitable Destination To Install 32-bit Compatibility Libraries

Feb 24, 2016

I am trying to install some NVIDIA drivers on my machine. I went through the process and got this message:

Code: Select allWARNING: Unable to find a suitable destination to install 32-bit compatibility libraries. Your system may not be set up for 32-bit compatibility. 32-bit compatibility files will not be installed; if you wish to install them, re-run the installation and set a valid directory with the --compat32-libdir option. URL...Where in I ran this in the terminal to create the 32-bit document tree.

Code: Select allsudo apt-get install ia32-libs

E: Package 'ia32-libs' has no installation candidate.

I really just want to get these NVIDIA drivers up and running. I already installed and updated the headers to just be able to half-way install the drivers (the second monitor works now).

View 6 Replies View Related

General :: Run Console Application Of My Compiler - Error While Loading Shared Libraries

Jun 22, 2011

I have a platform independent compiler. so, i created the common api's and platform api's using my complier. so i have this library files named cmn_api.a & platform_api.a in my auto/linjtag/lib.(they will be created when we run the makefile of the compiler).

The problem is when i'm trying to run the console application of my compiler. i have a menu.c from which i choose different modes and i operated on that.

When i tried to open one of the executable i'm getting this error:

View 4 Replies View Related

Ubuntu :: Adding Intel Compiler To Bash?

May 4, 2010

I'm still a beginner in Linux world, and I would like to learn something more about bash. I installed recently the Intel Fortran compiler. I know where the executable of the compiler is, but I don't know how to make it as a global command, the path is:

/opt/intel/Compiler/11.1/072/bin/intel64/ifort

I would like to write "ifort" in whatever directory and get the compile to do its job. What I know is that this is done by bash. Could someone please explain how this is done?

View 1 Replies View Related

Software :: MFiX Using Intel Fortan Compiler 11.1?

Sep 29, 2010

MFiX is some kind of numerical open source software, which is written by Fortan.

MY OS: Ubuntu 10.04 LTS(64 bit)
AMD Atholon 4200+/3G DDR2/
Intel Fortan Compiler: 11.1/073(Latest)
MFiX: Downloads from www.mfix.org
Problems:

(1)When I compile MFiX by make_mfix, it shows that:

32 bit Linux system detected, please select compiler.

[Code]...

View 3 Replies View Related

Fedora :: Installing Intel Compiler - Missing Critical Pre-requisite ?

Dec 30, 2009

I am trying to install the intel compiler onto my 64 bit machine to compile fortran and I cannot get past this error.

When I run the install package it looks for the neccesary pre requisites tell me that I need

I was trying to follow this guide [url] and the only library that installed correctly was the last one, the 64 bit one.

When i type yum install (one of the above libraries) it comes back and says that it is already present which cannot be correct since the install program asks for them.

View 1 Replies View Related

Programming :: Change The Compiler Pgi To Intel - P4_error: Interrupt SIGSEGV: 11

Jul 9, 2010

I changed the complier PGI to Intel. But i had some error message p4_error: interrupt SIGSEGV: 11 This error message was occured using intel compiler I don't know what is the ploblem.

View 2 Replies View Related

OpenSUSE Hardware :: Configuring Intel Graphics Driver

Aug 24, 2010

My system occasionally, not often, but enough to bring me to do something about it, keeps freezing. Hard lock-ups. This is a known bug for openSUSE 11.3 and intel video cards. So, I tried some suggestions and updated my kernel to 2.6.35. Nope. Same prob. I updated Xorg, mesa, drm, cairo (had to go to Factory for that one). I finally got all the requirements met as listed on Intel Linux Graphics: 2010Q2 and I download the intel 2d driver, since it's newer than what comes with openSUSE, even in Factory (xorg-x11-driver-video-intel-legacy 2.9.1).Now, when I go to compile the driver, it errors out on ./configure.how do I let this intel driver package know where xorg-server is?

View 3 Replies View Related

Ubuntu Installation :: Can't Find The Option Foe The G++ Compiler

Jul 29, 2010

I cannot install g++ on my ubuntu...i can't find the option foe the G++ compiler in the Ubuntu Software centre...and while typing G++ in the terminal I get a message that tells me to add some pentium...

View 1 Replies View Related

Fedora :: Cannot Find Compiler G77 ?

Nov 7, 2009

I have recently installed Fedora 11 and I am having some trouble with it. While installing another program I get the message: make: g77: Command not found

I tied to look for the compiler to install using yum search g77

And got the following list:

I was wondering if it is in some obscure repository, which would seem odd to me. I have the following repositories available (as shown in yumex) :

View 2 Replies View Related

Ubuntu Multimedia :: Configuring An Intel Corporation Mobile GM965/GL960 To Work In Jaunty?

Apr 22, 2010

About a year ago, I installed ubuntu on my ThinkPad X61, which was running windows. I basically just overwrote the hard drive, assigning one partition to the install. The graphics have always been a little buggy when it comes to 3d rendering or flash. Flash graphics flicker a lot and 3d rendering leaves trails or doesn't show up at all. Is there a way to configure the graphics card? I'm completely unexperienced when it comes to graphics cards and don't know where to start. I don't even know how to access its settings.

View 1 Replies View Related

General :: Find Equivalent Cc Options For Gcc Compiler ?

May 30, 2011

I am comiling some programs on Linux using gcc previously compiled using cc compiler on Solaris. Below are some of the confusions:

1. There is -xildoff option in cc which is giving error "language ildoff not recognized". xildoff in cc is for switching off the option of incremental editor ild. Is there anything equivalent on gcc?

2. There is runtime link option in cc as -R but gcc just says "unrecognised option". Does gcc only supports LD_RUN_PATH?

3. There is -Xa option to force cc to chose a particular flavor of c.Its for default c and K&R C. gcc has -std option but not sure which one is equivalent to -Xa in c. It seems -std=c90?

View 2 Replies View Related

CentOS 5 :: Can't Find A C Compiler To Configure Gcc & Python 3.1.3

Dec 27, 2010

i have installed on my home PC CentOS 5.5, and downloaded Python 3.1.3 source, when I have tried to run the configuration file I have got

checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux2
checking machine type as reported by uname -m... x86_64

[Code]....

I have tried downloading gcc and installing it, but got the same message. So, I can't find any C compiler, and I can't install one.

View 4 Replies View Related

Ubuntu :: Program Find The 32-bit Libraries On A 64-bit System?

May 19, 2010

A 32-bit program (Cisco AnyConnect VPN Client) appears to be trying to load a library from /usr/lib even though the 32-bit library is installed in /usr/lib32:

ak@myo5a:~$ /opt/cisco/vpn/bin/vpnui
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

[code]....

View 7 Replies View Related

Software :: Cannot Find Mpicc Libraries

Jan 6, 2011

I am trying to compile some software written by a colleague in the lab that uses mpicc. When it is compiled on his account, it works fine, but fails on mine (on the same machine). When I type simply

>mpicc

I get the error

/usr/lib64/mpi/mpi-openmpi-intel/usr/bin/mpicc: error while loading shared libraries: libintlc.so.5: cannot open shared object file: No such file or directory

I am hesitant to mess around in .bashrc or .aliases before I have a little more information.

View 4 Replies View Related

Programming :: Gcc Cannot Find FastCGI Libraries

Jan 6, 2010

I've been trying for days now to build my first FastCGI application using gcc.

This is the output:

Code:

I believe I wouldn't have to refer to the lib path, but I added the -L flag to be sure.

The directory /usr/lib includes (among others) these files:

Code:

I have tried to follow these instructions. The files in the tar.gz archive provided by FastCGI.com no longer corresponds to the instructions there, but I was still able to run the ./configure and make commands so I believe FastCGI is installed.

But why can not the library be properly linked to? Really hope you can help me out on this one!

View 2 Replies View Related

Ubuntu Installation :: Could Not Find Platform Independent Libraries <prefix>

Oct 13, 2010

I ran 'sudo apt-get install python', which completed successfully. According to [URL] this should have created the directory /usr/lib/python2.6, but I do not see any such directory.This is causing problems:

$ python
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]

[code]....

I've tried 'apt-get purge python' and then reinstalling but this has not resolved the issue.

View 6 Replies View Related

Debian :: Find The System Libraries Online?

Sep 14, 2010

I accidentally deleted one of the libraries in /lib or /usr/lib and now when I boot into Debian, it won't load the GUI. I get an error message saying that something failed because the library needed did not exist (I couldn't read it because the text was scrolling by so fast, so I don't know exactly what it said). I need to find an archive or something of all the system libraries for Lenny so I can reinstall them. Is there a place online where I can download them?

View 7 Replies View Related

Debian Configuration :: Programs Can't Find Libraries

Jun 24, 2015

As title says, running unetbootin throws this error [URL]...... I can easily find the files myself (go to synaptic > look at installed files > scroll down) and I can't remove/purge because they would require me to remove some important software (XFCE).

FIX: Required some more 32 libraries.

View 6 Replies View Related

Fedora :: Where To Find The Qt Libraries - Building An Rpm Failed

Apr 5, 2010

where can i find the qt libraries..?? building an rpm failed.

Code:
checking for Qt libraries... no :-(
configure: error:

I can't find the Qt libraries. It is recommended to set the QTDIR environment variable. Install the Qt libraries, or if you have them installed, override this check with the --with-qt-libraries argument, and I'll take your word for it. i got qt and qt-devel

View 7 Replies View Related

General :: Libraries - App Doesn't Find A .so File?

Aug 4, 2010

I have just downloaded, configure'd, make'd and make install'ed the Google Log Library to my computer. It built all required files (as far as I can see) and copied the .so file (libglog.so.0.0.0) to /usr/local/lib. Then it created two symbolic links called "libglog.so.0" and "libglog.so" that point to that shared object file:

lrwxrwxrwx 1 16 /usr/local/lib/libglog.so -> libglog.so.0.0.0
lrwxrwxrwx 1 16 /usr/local/lib/libglog.so.0 -> libglog.so.0.0.0
-rwxr-xr-x 1 498381 /usr/local/lib/libglog.so.0.0.0

Now I'm trying to execute a program that uses the library, but when I start it, I get the error message that it can't open the so-file:

cloud:/home/blam/redirector/redirector2# ./redirector ./redirector: error while loading shared libraries: libglog.so.0: cannot open shared object file: No such file or directory

/usr/local/lib is included in my /etc/ld.so.conf file, and another library that's located in this directory is loaded correctly.

View 1 Replies View Related

Software :: Installation - Unable To Use Gcc Compiler

Mar 19, 2010

i have installed fedora linux 7.0 but i have done mistake i guess i m unable to use gcc compiler,i cant run my programs using cc.so how can i install it now over fedora,any links to software or i should reinstall it again

View 6 Replies View Related

General :: Unable To Install Gcc - Gfortran 4.3.3 Compiler

Jan 20, 2010

i am not able to install gfortran compiler. i have

1)gcc-fortran-4.3.3.tar.gz.sig
2) gcc-fortran-4.3.3.tar.gz

i got the public key and verified it using coomand

[Code]....

View 12 Replies View Related

General :: Unable To Install Due To C Compiler Error

Mar 3, 2010

Have just installed Red Hat on my HP machine (previously running Windows). Thereafter I've been struggling to install various software like flash, media player etc.While most have been successful with much help from this forum, am stuck with the installation of xine media player. also my 320GB external HDD (in NTFS format) is not being read by the system. I downloaded some ntfs drivers but am getting the same C compiler error.

View 2 Replies View Related

Red Hat / Fedora :: Configuring The Firefox On 13?

Jul 14, 2010

I have managed to install java, flash and acrobat plugins but haven't been able to make Firefox play wmv, wmp files. I am following instructions from myguides.net website and when I search for test player on google at the webpage PluginDoc: Windows Media Player Plugin Test Player (XP/Vista) and it doesn't work.

View 1 Replies View Related

OpenSUSE Install :: Update The Various Libraries To Be Able To Get A Updated Version Of Firefox Installed?

Aug 10, 2010

I havent used Linux in a long time. I dug up an old copy of Suse (version8.2), and installed it on an old 599MHZ PC. Ive been trying to update the various libraries to be able to get a updated version of Firefox installed. Is there any chance that this can work? I need to know if Im wasting my time and should just put winxp on this PC. Also, I cant get any repositories working. I assume the default ones I have on the Suse installation are bad and the ones for the later versions will not work.

View 9 Replies View Related

Software :: Build A C Compiler Without An Existing C Compiler?

Dec 14, 2010

So for those of you who has built GCC from source would know that you can't install GCC without an existing GCC. So my question is, what would happen if all computers in the world suddenly just died, and all you had was the computer in front of you, and a copy of GCC 4.5. How would you install that?

I ask because I would like to install GCC 4.5 on my old powerbook G4 mac without installing a binary GCC provided by Tiger 10.4 disks. I would like to build GCC from source, without an existing GCC to complicate updating.

View 6 Replies View Related

Ubuntu :: Unable To Gain Access To Libraries I Need To Install Printer / Solve It?

Dec 21, 2010

I am running ubuntu 10.10 on a sony vaio f115. I am trying to install the printers for a brother mfc5460cn. I have used apt-get and aptitude, I have used sudo and sh all to no avail. I always get the same messages: cannot lock administration library (var/lib/pkg/) (11 temporarily unavailable) and cannot get lock/var/lib/dpkg/lock - open (11 temporarily unavailable)
How do I gain access to these libraries?

View 2 Replies View Related







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