Using DDP
Using DDP
- Subject: Using DDP
- From: Stefan Heinsen <email@hidden>
- Date: Wed, 23 Oct 2002 16:10:38 +0200
I am trying to compile netatalk in OSX, but i getting linker-errors:
_ddp_open, _ddp_close and _rtmp_netinfo are not defined.
i tried to link against all frameworks, but can't find it. it should
be in the system framework i think. can someone help me finding
the right library?
the other posibility in netatalk is to use bsd-sockets, but when
i use
s = socket(AF_APPLETALK, SOCK_DGRAM, 0);
then s == -1 and errno is set to -43 (not implemented) which
is hard to believe since its appletalk ;)
is there something wrong with the socket-call?
any help?
thanks in advance
Stefan Heinsen
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.