• 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: How to include Frameworks without using Project Builder?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to include Frameworks without using Project Builder?


  • Subject: Re: How to include Frameworks without using Project Builder?
  • From: Ian Ollmann <email@hidden>
  • Date: Sat, 13 Apr 2002 01:29:27 -0700

> I'm porting Open Mash (http://www.openmash.org/) vat to Mac OS X using
> XFree86 and command-line gcc (Apple's version). I've run into a problem
> where I can't seem to access the CoreAudio/AudioHardware.h header to
> define some symbols when linking.

To link against frameworks, use -framework frameworkName.

Example for CoreAudio.framework:

gcc -O3 -framework CoreAudio main.c


Ian

---------------------------------------------------
Ian Ollmann, Ph.D. email@hidden
---------------------------------------------------
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: How to include Frameworks without using Project Builder?
  • Next by Date: Re: [coreaudio] How to include Frameworks without using Project Builder?
  • Previous by thread: Re: How to include Frameworks without using Project Builder?
  • Next by thread: Re: How to include Frameworks without using Project Builder?
  • Index(es):
    • Date
    • Thread