• 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
Xcode build settings (such as llvm-config)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode build settings (such as llvm-config)


  • Subject: Xcode build settings (such as llvm-config)
  • From: Samuel Williams <email@hidden>
  • Date: Wed, 7 Apr 2010 17:26:23 +1200

Hello,

I want to execute a command to get a list of libraries for inclusion into my application

llvm-config --libs

Gives me: -lLLVMXCoreCodeGen -lLLVMXCoreAsmPrinter -lLLVMXCoreInfo -lLLVMSystemZCodeGen -lLLVMSystemZAsmPrinter -lLLVMSystemZInfo [snip]

Normally it is used such as

	export LDFLAGS=`llvm-config --libs`

or

	g++ `llvm-config --libs --cflags`

I tried putting this in a Run Script build phase but it didn't work. I also couldn't figure out how to put this into the Build Settings.

Is it possible to do this?

Kind regards,
Samuel_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: "iPhone Programming For OS X Coders"?
  • Next by Date: Localized name of trash folder
  • Previous by thread: Re: multiple-page print support in NSView
  • Next by thread: Localized name of trash folder
  • Index(es):
    • Date
    • Thread