<HTML>
<HEAD>
<TITLE>How Do You Link in Xcode?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Lucida Bright"><SPAN STYLE='font-size:18.0px'>I am trying to build my own projects from scratch that use GMP on my Mac using Xcode. I found all of the great information at <a href="http://www.apple.com/acg/">&lt;http://www.apple.com/acg/&gt;</a> on Multiprecision Floating-point Arithmetic on Apple Systems. With it I was able to download, compile, and install GMP just fine. I was also able to compile, link, and run the example (preconstructed) projects for computing e and pi just fine, too. Now, I want to create my own project from scratch and link in the GMP libraries (for C++). Of course, I can duplicate one of the example projects, throw away Apple's code, put mine in, and that works, though it's kind of a kludgy way to do things. I'm unfamiliar enough with Xcode not to know how to link GMP libraries into a brand new project. Can anyone give me a brief recipe? Thanks!<BR>
<BR>
Jim<BR>
</SPAN></FONT>
</BODY>
</HTML>