• 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 little-used C library functions?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking little-used C library functions?


  • Subject: Re: Linking little-used C library functions?
  • From: Jens Alfke <email@hidden>
  • Date: Sun, 25 May 2014 10:55:33 -0700


On May 25, 2014, at 10:19 AM, William Squires <email@hidden> wrote:

I need to import the C library that implements curses.h (if there is one for MacOS X 64 bit) - I'm guessing that, because it's so little used (compared to <stdio.h>, say), that it's not part of the "standard" package you get when you create a new console app. I know one can import a framework (and how to do so) in Xcode, but what about C libraries?

It works exactly the same way. Go to Build Phases in the target editor, flip open Libraries, click the + button, type “curses” to find libcurses, and add it.

—Jens
 _______________________________________________
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

References: 
 >Linking little-used C library functions? (From: William Squires <email@hidden>)

  • Prev by Date: Linking little-used C library functions?
  • Next by Date: Re: Linking little-used C library functions?
  • Previous by thread: Linking little-used C library functions?
  • Next by thread: Re: Linking little-used C library functions?
  • Index(es):
    • Date
    • Thread