Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] OS X port problem

I've started working on the OS X port and have a problem that I don't know how to fix. I get the following link errors when trying to build the pty code:

ld: Undefined symbols:
_getpt
_grantpt
_ptsname
_unlockpt

There are no man pages for these functions, and searching google produced nothing useful other than a post that appeared to indicate that these functions were missing from darwin. Suggestions? I've never done any pty programming.

Bryan



Back to the top