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 - idea

I just dusted off Steven's book and now see that the pty code came from the System V section. I'm wondering if I can simply replace that with the code from the BSD section? I might try that this weekend.

Bryan

On Nov 6, 2003, at 2:29 AM, Bryan Hunt wrote:

I grabbed the files from the linux project.

On Nov 5, 2003, at 1:15 PM, Chris McKillop wrote:

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

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

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



Back to the top