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


ADVERTISEMENT

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

General :: Install Atomic Built-in Function On Gcc3.4

Sep 1, 2010

According to [URL], gcc 4.3 supports atomic built-in function "GCC can now use load-linked, store-conditional and sync instructions to implement atomic built-in functions such as __sync_fetch_and_add" However, I am still using gcc 3.4 on my Redhat EL4. How do I get this built-in function installed?

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

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

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

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

Programming :: Open() Function Of Gnu Gcc3.4.6 - Cannot Open Plots / Results.txt

Aug 14, 2010

Dear experts,I have a question about open() function of gcc3.4.6.I write a example:

Code:
using namespace std;
#include<iostream>
#include<fstream>
int main()
{
[Code].....

It can be compiled and ran.The statement file=txt_stream_file is in order to change char* to const char*. But open() function is not work,and out: can not open plots/results.txt The open() function of gcc3.4.6 is:

[Code]....

View 4 Replies View Related

Ubuntu Installation :: Migration From 9.10 To 10.4?

May 2, 2010

I migrated from 9.10 to 10.4 during the package installation I have the error: E: resolvconf: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1 ( In italian because I install the Italian version). The problem is: the file /etc/resol.conf I can't modify or delete from all user, root also.

View 1 Replies View Related

Server :: W2k Pdc To Centos Migration

Feb 14, 2011

I have a Windows 2k server running the AD PDC. 60 desktops users and 6 Windows servers use it as a single sign on server to login. As I plan to install a Centos 5.5 server with Samba for NAS and print sharing, is it possible to migrate the PDC services to the Linux server? I want desktop users and windows servers to authenticate on the Linux server. Is this possible? I have never worked with LDAP services. Worse, should I attempt this migration, it must be completed in a very short time frame.

View 5 Replies View Related

Fedora :: Migration From Fc12 To Fc13?

Aug 10, 2010

Can I migrate from fc12 to fc13 or do I have to do a full re-install? If I can migrate, can you point me to the instructions/working paper/etc.?

View 6 Replies View Related

OpenSUSE :: Vmware Migration And The Testing?

Jun 2, 2011

I'm in the process of testing upgrade -yes, upgrade, no fresh reinstall of my old trusty 11.2 to the unknown 11.4. One of the applications I need is VMware. I'm using vmware server, and I'm thinking of migrating to the player version, because the server is
not supported, it seems.I have installed a small test partition with 11.4, and in it I have installed VMPlayer. It looks nice (I had to install a lot of development packages, gcc, kernel-source, etc - nothing new here). Sound in the guest (I'm testing my virtual Windows Me) works; it wasn't working in the server. Nice surprise.

One missing feature is snapshots. The trick is to simply replicate all the files of the virtual machine to a backup. It is huge space wasted, 9 GB for a small machine, but it is doable. One thing I do not know how to do: VMplayer gives a notice that the virtual machine is version "Workstation 5.xx virtual machine", and that this version'x CMOS is not compatible and will use a default cmos instead. But I have not seen anywhere how to choose or change or upgrade the virtual machine type.

View 9 Replies View Related

OpenSUSE :: KDE4.7 Migration To Kmail2?

Jul 28, 2011

After updating to KDE4.7, and upon opening Contact I was asked if I wanted to migrate to Kmail2 now. I said no as I was told that the migration would take a long time. I thought it would ask me again for the migration the next time I would open Kmail. But no, I now have kmail with no past emails, no adress book no nothing. Is there a way to start the migration again.

View 4 Replies View Related

Ubuntu :: Utf-8 Migration Tool - Won't Recognize

May 20, 2011

I haven't used this tool for a couple of months now and in that time I've had to reinstall ubuntu 10.10 for other needs. so I've gotten the tool back because of certain characters that ubuntu won't recognize, but I'm having an issue with it. I get this when I try to run it: Your current encoding was not found, or you are using the C Locale. Please pick a supported language from usr/share/i18n/SUPPORTED and log in again.

I'm not sure exactly how to do this and wanted to ask here first before I screw something up with the unicode. Also this hasn't happened to me the first time I've used this, but also I didn't perform or install as many other options and devices as last time either.

View 1 Replies View Related

Debian :: Best Way To Migration Etch To Lenny?

Mar 16, 2010

actually my Debian is still in Etch stable version. What is the best way to migrate to stable lenny version

My understanding was :

replacing Etch links in sources.list with Lenny links perform aptitude update & aptitude safe ugrape.

View 1 Replies View Related

General :: Thunderbird Migration From Windows

Apr 5, 2011

My wife has decided to give linux a try. I've installed Mint Linux 10 for her.Last week (bad timing) I converted her to Thunderbird. Now I have the task of moving all her mail folders and account settings from Thunderbird under Windows 7 to Thunderbird under linux.Other postings say all I have to do is copy the Windows profile directory to her home directory and rename it .thunderbird.

Doesn't work. When I start Thunderbird all it displays is a window for new account details.I tried just copying the <gibberish>.default directory across and renaming it to the one that was there. Again, no luck.Before it started using sqlite things were simple!I backed up with MozBackup, and then noticed that it only works with Windows.

View 2 Replies View Related

Hardware :: Full Software Migration To New PC?

Feb 21, 2010

I want to change my old computer,but i want to keep my software.I know that i can install operating systems on new computers' hard disk and then transferring files and settings is possible,i also know that ,i can copy some software on DVDs and use them on my new PC,but ,i do not know exactly how to migrate my operating systems without any loss or disorder. Regarding that my hard disks on old computer,can not be used on new computers because of their connection cable to main-board(sata),although it might be temporarily possible by connecting them to/as CD/DVD ROM site ,so how do i transfer the whole data to new hard disk,without any loss or disorder,and how to configure that all? I ask this because i know some programs do not work if they are moved (even in the same computer) and,operating systems are installed(and configured) in a computer,so is it possible to transfer this installed operating system with a new configuration ? I need this transfer because in many cases i have lost the main source( CD,DVD,or downloaded files,and also some operating systems need activation and or registration,buying and,i won,t be able to install them again.

View 7 Replies View Related

Networking :: Old PBX Migration To Jive VOIP PBX?

Apr 15, 2010

I was given a project of installing a new Jive VOIP PBX and will be migrating it from an older Avaya PBX. I need to perform in order to migrate the DID's and extensions and etc from the old system to the new? It is something that I have never done and have been ask to perform a miracle. I have never used JIVE VOIP PBX's and am familiar with Trixbox stuff but for smaller business and nothing of this size.

[URL]

View 3 Replies View Related

General :: Migration Cpanel To Plesk?

Apr 8, 2011

The thing is I need a bigger server, but at the same time I'm having problems with cpanel and centos and I'm quite bored. So now I want to migrate from my cpanel server to the plesk server keeping the domain and it's content. I tried to create a ticket in plesk support but either I didn't bought the server yet. So, what's the quickier and safest way to migrate? Is there any script?

View 1 Replies View Related

General :: Migration From HPUX To REL5?

Jan 31, 2011

We have our source codes migrated from HP-UX to LINUX REL 5. In some of the scripts, certain flags like -DHPUX -DUNIX have been use. I wanted to know, what can replace these flags in LINUX? then certain optimization flags are also used like +O2, etc. these give an error as O2:command not found in Linux. What can be the proper replacement for them?

View 1 Replies View Related

Server :: Dovecot / Postfix Migration

Feb 26, 2010

Im a fairly new linux person and have a hopefully easy question. I am running centos with dovecot and postfix for the mail. Im using imap so all the mail is on the server. Im also using thawte certificates. What is the easiest way to move all of this over to a more stable box? The box i have now is a major POS.

View 4 Replies View Related

Server :: Migration Of Spamassassin Settings From An Old To A New?

Feb 12, 2010

I'm migrating a mailserver from an old to a new mailserver. The new mailserver is based on ISPConfig 3.0.6.1. I would like to migrate what spamassassin learnt in the past from the old mailserver to the new one. Now the question:

- The 2 spamassassin versions are different. Is it a problem?
- Can I just migrate the database with this commands???
Code:
sa-learn --backup > sadb.bkp
sa-learn --restore ./sadb.bkp

-how to migrate SpamAssasins Auto White List and all others SpamAssassins databases?

View 1 Replies View Related

Server :: Sendmail To Postfix Migration?

Oct 25, 2010

I have a lightweight admin background, but good enough to set up most servers. I have switched from sendmail to postfix for the first time, but I keep going around in circles on the following. In sendmail, I used to maintain a table (mailertable) where I would redirect email like this

[Code]....

I happily mapped any incoming email address of any valid hosted domain either to go out to it's final destination via smtp, or if the person has a local mailbox, it delivered locally. Any errors could be forced, and a catch-all for the domain could be directed also.

I've struggled with virtual hosts and transport and a combination of the two to come up with the same result for postfix. I have this feeling I'm missing something really simple, or I am not 'getting it' when I'm doing something postfixy and I still have sendmaily expectations. right path so I will at least know I'm pointing in the right direction and working with the right files to achieve my aims? Postfix is so amazingly powerful and flexible, I'm having trouble figuring this bit out.

I have this feeling I just need a calm hand on my shoulder, a friendly smile and a hand pointing me the right way..

View 6 Replies View Related

Software :: XFree86 To X Org Manual Migration?

Sep 11, 2009

I want to manually migrate my XFree86 settings to another box running XOrg. Both boxes have exact same H/W config. Only diff is that one runs sarge, other runs etch. What is the strategy to do that?

View 2 Replies View Related

Debian Installation :: Migration From Lenny 32 Bit To 64bit

May 13, 2010

currently I'm running postgresql-8.3 server on lenny 32 bits. There are also installed some standard packages but in the near future I'd like to install mysql server on the same machine. I believe that 64 bit system will be faster so I decided to change from 32 to 64 bit. how to migrate postgresql database from 32 to 64 bits. I have postgresql data dir on separate volume. Will it be possible if I just use it as it is now in new 64 bit system with the same postgresql server config files or do I have to dump data and restore it in new installation ?

View 1 Replies View Related

Debian Configuration :: Migration To Bind 9.10 In Wheezy 7.1

Nov 13, 2015

I want to migrate to bind 9.10 in debian wheezy. I don't want to take the source code from debian Sid since its an experimental version. So I have taken source code from official bind forum and compiled in debian wheezy. The compilation is successful but I am having problem in running the binary in debian wheezy. It's not honoring the binary even though I run it. I am not getting error messages on console but still it is not running.

I want to know whether its feasible to do this Or is it dependent on any other system libraries to make it run ?

Last few lines from Strace Dump
==============================

capget(0x20080522, 0, NULL) = 0
capget(0x20080522, 0, {0, CAP_CHOWN|CAP_DAC_READ_SEARCH|CAP_SETGID|CAP_SETUID|CAP_NET_BIND_SERVICE|CAP_SYS_CHROOT|CAP_SYS_RESOURCE, 0}) = 0
getuid() = 1007

[Code] .....

View 1 Replies View Related

OpenSUSE Network :: Ip-forwarding After Migration To Suse-11.2?

Jan 12, 2010

Ethernet configuration:
- eth0 private net
- eth1 internet

eth1 is connected to a cable modem and uses dhcp. After migrating to suse-11.2 ip-forwarding (once the system is up and running) is sometimes deactivated and i have no clue why. /etc/syslog.conf has an entry net.ipv4.ip_forwarding = 1

i have modified the SuSE-scripts /sbin/SuSEfirewall /sbin/ifup-dhcp /etc/init.d/SuSEfirewall2_setup to make sure each time my firewall-rules are loaded ip-forwarding is explicitly enabled. This worked perfectly with suse-11.0. Now ip-forwarding is enabled after a system reboot or after one of the above scripts is called, but somewhere somehow ip-forwarding is always deactivated and i have no idea how this happens. This may happen after 5 minutes or after 5 hours. As a workaround i created a cronjob running every 5 minutes issuing a sysctl-command to enable ip-forwarding.

View 9 Replies View Related

Ubuntu Installation :: Migration Assistant After Instsall?

Apr 24, 2010

I started using ubuntu now again as my second os. when i want to do some gaming i still need windows most of the times and some windows apps i just cant find equal versions in ubuntu at least not as user friendly yet. Now my question is this. I did not migrate my music to ubuntu during the installation due to i simply forgot so is there anyway to simply relaunch just the Migration assistant ? All i want is that my music from windows appears when i go to my music folder this will also make it easier for me when i use amarok.

View 1 Replies View Related







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