• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Linking problem: failed with exit code 1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking problem: failed with exit code 1


  • Subject: Re: Linking problem: failed with exit code 1
  • From: "Mark Wagner" <email@hidden>
  • Date: Fri, 5 May 2006 13:05:51 -0700

On 5/5/06, Michael Ryan Bannon <email@hidden> wrote:

Hello,

I've seen this topic on the list already, so I hope you don't mind me asking
again.
I'm getting the following error during linking:

Command /usr/bin/g++-4.9 failed with exit code 1

That's the only error.  It doesn't say why the link failed...just that.
I'm using Xcode 2.2 on a Mac Intel.

collect2: ld returned 1 exit status

     /usr/bin/ld: multiple definitions of symbol raiseAmount(ActionType)
     /usr/bin/ld: multiple definitions of symbol __Z11raiseAmount10ActionType.eh
     /usr/bin/ld: multiple definitions of symbol isRaise(ActionType)
     /usr/bin/ld: multiple definitions of symbol __Z7isRaise10ActionType.eh

Looks to me like these four errors are your problem: you've got four functions defined in more than one place (or possibly two functions defined with both C linkage and C++ linkage. I'm not certain on the name mangling here).

--
Mark Wagner
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Linking problem: failed with exit code 1
      • From: Michael Ryan Bannon <email@hidden>
References: 
 >Linking problem: failed with exit code 1 (From: Michael Ryan Bannon <email@hidden>)

  • Prev by Date: Linking problem: failed with exit code 1
  • Next by Date: Re: Linking problem: failed with exit code 1
  • Previous by thread: Linking problem: failed with exit code 1
  • Next by thread: Re: Linking problem: failed with exit code 1
  • Index(es):
    • Date
    • Thread