Skip to main content

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

Which code did you base your port from?

	chris


Bryan Hunt wrote:
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

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top