Re: How to include Frameworks without using Project Builder?
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.