Fedora X86/64bit :: Get The Statically Linked 64 Bit Libraries For GCC ?

Sep 17, 2009

I am relatively new to fedora. We just install a 64 bit server with FC11. Everything seems to work fine until we start to compile and link some of our existing applications that use statically linked libraries such as libm.a. We are using GCC version 4.4.1 20090725.

I search online and there are a few people reporting similar issues. There are no resolution on those questions. And I can't seem to find any repositories that have those libraries. Would appreciate if anyone can direct me to the right place. This is fairly urgent as it is holdiing up the deployment of the system.

View 3 Replies


ADVERTISEMENT

Fedora X86/64bit :: Libraries To Support 32bit Eclipse Based IDE?

Oct 26, 2010

Specifically what libraries do I need to install to support a 32-bit Eclipse-based IDE? the IDE is only available in 32-bit, so i tried installing glibc (32-bit version) but nothing happens. Here's the site were the IDE available is [URL].

View 1 Replies View Related

General :: How To Have A Mix Of Linked And Not Linked Files Without Linking Every File

Feb 20, 2010

I've got a shared (Windows/multiuser Linux) laptop, and I've got installed World of Warcraft and some steam games in Windows. With steam games, there is (almost) no problems. I've installed steam in Linux, and soft linked the 'steamapps' directory (per-game compatibility is another issue). With WoW, the problem is different. I would like to have almost (but not) all files. Under World of Warcraft, every file and directory must be linked except the Interface directory and WTF/config.wtf file (so every user can play with their own settings and addons). How can I have a mix of linked and not linked files without linking every file? If I link manually every file/dir, when updating from Linux other users and Windows Wow is not updated; when updating from Windows, new files remains "unlinked".

View 3 Replies View Related

Fedora :: USB Stick Listing - Sdb Linked To Sda

Jul 19, 2011

I've plugged a usb stick into my server.
cat /proc/partitions
8 0 1981440 sda
8 1 990720 sda1
8 2 436288 sda2

However when I do:
ls /dev/sd*
/dev/sda
/dev/sda1
/dev/sda2
/dev/sdb
/dev/sdb1
/dev/sda2

I'm sure I got no other devices connected that /dev/sdb would point to
cd /sys/block/sda
[root@footy sda]# ll
lrwxrwxrwx 1 root root 0 Jul 18 16:27 device ->
../../devices/pci0000:00/0000:00:03.2/usb1/1-1/1-1:1.0/host0/target0:0:0/0:0:0:0
[root@footy sda]# cd /sys/block/sdb
[root@footy sdb]# ll
lrwxrwxrwx 1 root root 0 Jul 18 16:27 device ->
../../devices/pci0000:00/0000:00:03.2/usb1/1-1/1-1:1.0/host0/target0:0:0/0:0:0:1

What does this imply, sdb linked to sda?

View 2 Replies View Related

Programming :: Link One Library Statically Others Dynamically - Gcc - G++

Jul 6, 2011

I would like to make gcc to link one lib (pthread in the example) statically, and the rest dynamically.

(See the example .c file at the end of this post.)

compiles fine, but every lib is linked dynamically.


Now every lib is linked statically

Not a dynamic executable

I would like to link the libpthread statically and the rest dynamically. Is it possible?

[url]says if I give the full path to the .a lib then it will be linked statically:

So for me it does not work.

On other sites I found that I should use -Wl,-Bstatic -lpthread -Wl,-Bdynamic, but it also doesn't work:

So, how can I do that?

Machine: Linux 2.6.16.60-0.27-bigsmp #1 SMP Mon Jul 28 13:06:32 UTC 2008 i686 i686 i386 GNU/Linux SLED 10

As an example I used a little demo program from [url]

Here is the code:

View 4 Replies View Related

General :: Configuring IPv6 Automatically And IPv4 Statically?

May 6, 2011

I've got a Ubuntu Linux box that has two IPv4 addresses and an IPv6 address. This is my current /etc/network/interfaces:

auto lo
iface lo inet loopback
auto eth0 eth0:0

[code]....

View 1 Replies View Related

Programming :: Compile Iputils Package Statically And Getting Error

Sep 13, 2010

I am trying to compile the iputils package on FC12 statically but badly stuck up on a below error. My requirement is; I need to have ping utility built statically.

Any clue whats missing here? Per my understanding its trying to locate the glibc and when I search for glibc rpm I can see all those packages are properly installed.

[root@bastionNUX iputils-s20100418]# make LDFLAGS="-static -s"
gcc -static -s ping.o ping_common.o -o ping
/usr/bin/ld: cannot find -lc

[Code].....

View 6 Replies View Related

Fedora Installation :: Soft Linked Yum Cache For Upgrade Doesn't Work?

Jul 4, 2009

I tried to upgrade to Leonidas from Cambridge, but didn't have enough space on the partition /, so I soft linked /var/cache/yum (or whatever) to a larger partition, but now the upgrade does not find the subdirectory called preupdate (it's there in the linked dir, checked). Is there any more sofisticated way around than changing parition sizes and copying and stuff?

View 4 Replies View Related

General :: Can't Statically Decide Virtual Address Of The Function At Compile Time?

Feb 8, 2010

I have read a couple of articles on how dynamic linking works (those stuff about got, plt and lazy binding), and I am still not sure why you need to do dynamic linking in such a complicated way.Suppose your program uses a function in a shared library that needs to be linked dynamically at run time (like a printf). Why can't you statically decide the virtual address of the function at compile time? After all, all you need to do is to enter the page table entry corresponding to the address of the function if the library has been already loaded to a physical page frame.

View 3 Replies View Related

General :: Use Always The Latest Versions Of The Libraries And Don't Save The Old Libraries For Compatibility?

May 11, 2011

Why many Linux distros are trying to use always the latest versions of the libraries and don't save the old libraries for compatibility? I mean, I can see libtiff for example, i can found a libtiff.so.5 on my /usr/lib, but doesn't store a libtiff.so.4 or 3 just for binary applications or games. For this example, I need libtiff.so.4 for uplink.

That should happen too on the old version of sims for linux, some ID games or others.What's wrong with storing old libraries? PD: Yay, my first post on 3 years!

View 6 Replies View Related

Fedora X86/64bit :: Install Skype On A 64bit Fc14 And The 32bit Doesn't Work

Feb 16, 2011

I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.

View 8 Replies View Related

Fedora X86/64bit :: Skype Static Version On 64bit FC10

Mar 16, 2009

Downloaded from here: [URL] then ,it is 32-bit and I need to know what all 32-bit libs are needed as dependency for skype to work. I am on Gnome Fedora and purposefully selected static version of skype to prevent installation of libqt4.

View 2 Replies View Related

Fedora X86/64bit :: Same Fortran Code, Different Results For 32 And 64bit System?

Jan 15, 2010

I have the simple fortran codes as:

Code:
integer :: i1=2455121, i2=2455121
real :: s1=0.19123840, s2=0.20749992
real*8 :: a1, a2
a1=i1+s1; a2=i2+s2

[Code]....

When s1 and s2 are stated with 'real*8', the 64bit and 32bit systems get the same results.

View 6 Replies View Related

Fedora X86/64bit :: No Sound In F X86 64bit In Sony Vaio Laptop?

May 24, 2010

I just bought sony vaio laptop(EB16) couple of days before.I had window 7 OS. Two days before i downloaded Fedora-12-x86_64-DVD & installed in my PC.Everything is working fine except when i play any video or audio file such as .avi, .mp3 from any player such as vlc player, movie player ,xine etc , i don't get any sound.I tried to search this problem in internet but still i am not able to resolve this problem.

[Code]...

View 14 Replies View Related

Fedora X86/64bit :: F15 64bit Send Receive Sms Via Usb ZTE Mobile Modem?

Aug 18, 2011

Im trying to set up my 3G modem to recive and send sms but I had no luck so far

Code:

Bus 002 Device 010: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF636Im I tried with gnokii and wammu and many other things and did not want anything to do

View 1 Replies View Related

Fedora X86/64bit :: Work Correctly With Firefox 3.5 And F11 64bit?

Aug 15, 2009

Can anyone get the website below to work correctly with Firefox 3.5 and F11 64bit?[URL]...All I see is the background scrolling slowly and jerkily, none of the buttons at the bottom work. Reboot into Windows 7 and IE8: the same site is fast, smooth, the buttons work and the product details appear correctly in the centre of the screen.

I've tried disabling all adblock /pop up block options, ensured all javascript options are enabled and no change. Could this be a problem with the 64 bit flash player (installed from leigh's sticky thread) or a problem with OpenJDK?

View 4 Replies View Related

X86/64bit :: Official NVIDIA Drivers For 64bit Of Fedora?

Feb 4, 2010

Only asking if there is any official NVIDIA drivers for 64bit of fedora ?

And, What is the best alternatives ?

Also, What is the best graphics card to use with Fedora 64bit so i buy it ?

View 3 Replies View Related

General :: Using Dynamic Libraries As Static Libraries?

May 6, 2010

Is there any way to use a dynamic libraries as a static libraries instead when compiling, so that my resulting executable won't have them as dependencies?

View 3 Replies View Related

Fedora X86/64bit :: BBC IPlayer Desktop And AIR On 64bit?

Oct 17, 2009

Edit: now working, thanks very much Leigh and Dangermouse.

Anyone successfully installed AIR and iPlayer on F11?

I've switched to 32 bit Adobe flash, tried Autoten for AIR and Dangermouse's advice for iPlayer: url.html but it's not working, and trying to install AIR from url results in an endless busy downloading graphic .

I assume my problem is a lack of required packages, though I searched the repositories using YUM extender for the packages listed here: url.html and can't see them either as installed or available.

View 14 Replies View Related

Fedora X86/64bit :: IBM Lotus Symphony On 64bit 11?

Oct 18, 2009

I want to install IBM Lotus Symphony on my 64 bit system, but yum only finds 32 bit version.

View 14 Replies View Related

Fedora X86/64bit :: 13 64bit Won't Recognise Any HD To Load Into?

Sep 1, 2010

i have a asus K8N-DL MB with 2xAMD64 opteron270 and 4G ram3x1TB drives in raid 5 using onboard SIL controllerand 2 SATA drives also on SIL but not raidedhad previously had F10 64 bit loaded whick workedtried to upgrade and failed (destroyed data)tried a fresh install low level formatted the 3x1TB and made them into raidleft other drives as is
takes a long time to boot into the point of trying to find HDthen nothing found

View 8 Replies View Related

Fedora X86/64bit :: Bash Check For 64bit?

Jun 21, 2011

As i just started to write scripts, i'd obviously like automize some actions, therefor i'd like to check the users system if its 64bit. Is there a function to check this?

were's a good start to get into bash scripting, the files i use as template gave pretty much good info, but yet i have no idea what i'm actualy doing

View 4 Replies View Related

Fedora X86/64bit :: F15 64bit Hardware Requirment?

Sep 2, 2011

Iam trying to install F15 64bit but I failed my hardware as folow

mb : asus m5a88m
cpu: amd phenom ii x6 1100t
ram: 8 gb 2x4gb Kingston 1333
hdd : wd 1tb sata3
wd 1tb sata2
vga: ati 4250 b/in

installation media: downloaded dvd image burned the image installed correctly inside vmware and work as expected but the media boot to the first screen quistion and when press ok for new installatin the answer is a serious of errors messages (a lot of it). did my hardware not compatible??

View 4 Replies View Related

Fedora X86/64bit :: Fedora 10 64bit Not Supporting 7gig RAM?

Mar 5, 2009

I have Intel Pentium Dual Core E2180 / 2 GHz processor. i just upgraded my system with 4 memory sticks i.e. 7GB of RAM due to my requirements. Now the issue that i am facing is that my 32bit fedora system does not showing and suppoting more than 3.XX gigs of RAM when i consult "/proc/meminfo", "free -m" and "top". Now i have done two thing, first i have installed a PAE version of kernel. In result of this my system become two slow with the following error at startup. Error: starting udev: wait timeout. will continue in the background <Failed> Secondly, i installed a 64bit version of Fedora 10 but still it showing not more than 3GB of memory. Also a kernel bug system alerts me of not supporting more than 3gigs of RAM and ask me to send that bug to[URL]

View 14 Replies View Related

Fedora X86/64bit :: Error: "Missing Dependency: Libnetfilter_conntrack.so.1()(64bit) Is Needed By Package Iptstate-2.2.1-5.fc11.x86_64 (installed)"

Nov 10, 2009

Today I got update notification. I type in terminal yum update, and get this error: Quote: Error: Missing Dependency: libnetfilter_conntrack.so.1()(64bit) is needed by package iptstate-2.2.1-5.fc11.x86_64 (installed) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest

I removed iptstate.x86_64, again run yum update, and than, ibnetfilter_conntrack got installed. I tried to install iptstate.x86_64 again, but i get Quote:

[Code]...

View 2 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

Fedora Installation :: Checking For Libraries Currently In Use?

Jul 19, 2010

I have just installed from the Live Cd (Fedora 13). So far so good except that I have just installed the updates (which has taken some time) .

The updater screen shows a full progress bar and next to the progress bar is this text " checking for libraries currently in use" this has been at least one hour showing the same thing, it hasn't changed (PC is still running OK). Does this mean I can safely quit and the updates will be OK or should I keep waiting for a reboot screen or updates success message ? Is this normal, if so how long does it usually take to complete?

View 1 Replies View Related

Fedora :: Linking To X Development Libraries In GTK+

Oct 17, 2010

I am running Fedora 13 on a ASUS G71G Trying to install GTK+ 2.4.8; after installing all the dependencies(Pango, Glib2.0, ATK), I ran ./configure from my GTK+ directory. It configured for a while, then this happened: checking for X... no configure: error: X development libraries not found I tried linking them with PKG_CONFIG_PATH=<path to X lib directory>, but I got the same error message. How do I get GTK+ to recognize the X development libraries? Additionally, does the default build of X11 on Fedora 13 contain the appropriate libraries? Ive included the GTK+ configure scripts as an attachment.

View 1 Replies View Related

Red Hat / Fedora :: Installing Libraries And Packages From Cd Or Dvd?

Sep 7, 2009

i wanna install packages for my RHLE how can i do that ,i tried in the add/remove software menu ,but i didn't work
i tried rpm tools but the problem is how can i specify what i want from the cd like cmake library for example.

View 2 Replies View Related

Red Hat / Fedora :: How To Install Libnet Libraries Using Yum

Mar 7, 2010

I'm new with linux. Trying my hand at socket programming. How to instaal libnet libraries using yum.

View 3 Replies View Related







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