From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14124 invoked by alias); 28 Jul 2008 08:41:29 -0000 Received: (qmail 14107 invoked by uid 22791); 28 Jul 2008 08:41:28 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Jul 2008 08:40:46 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m6S8egaT026921; Mon, 28 Jul 2008 04:40:42 -0400 Received: from zebedee.pink (vpn-12-103.rdu.redhat.com [10.11.12.103]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6S8eeEY018593; Mon, 28 Jul 2008 04:40:40 -0400 Message-ID: <488D85FE.8060102@redhat.com> Date: Mon, 28 Jul 2008 11:41:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: "Vardhan, Sundara (GE Infra, Energy)" CC: Rob Sherry , gcc-help@gcc.gnu.org Subject: Re: Link error References: <8E460D1B58F94945A20AA70D4D41430D052DEAB4@ALPMLVEM08.e2k.ad.ge.com> In-Reply-To: <8E460D1B58F94945A20AA70D4D41430D052DEAB4@ALPMLVEM08.e2k.ad.ge.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-07/txt/msg00289.txt.bz2 Vardhan, Sundara (GE Infra, Energy) wrote: > AIX is 5.3, gcc is 4.2.3 and ld is 2.18. Yes I downloaded the source and compiled it locally on AIX > > We have a product running successfully on Solaris and AIX for many years and we have recently > decided to port to Linux. This was done successfully. Since we used gcc on Linux, we decided > to go with gcc on all the OS platforms we support. Towards this goal, I downloaded gcc 4.2.3 > on AIX and Solaris. Compiled on AIX and installed it successfully. When I tried to use this gcc to > compile the product code, the below error occurs only in couple of places. > > What does this error mean? `.___memmove' is missing. > > Do you want me to send the compile/load line? Yes. > Thanks for your help. You've probably incorrectly installed gcc. Andrew.