Networking and network programming.

0 views
Skip to first unread message

Atiqur Rahman

unread,
Feb 6, 2009, 11:37:28 AM2/6/09
to Unix.Solaris
Assignment: Designing a peer-to-peer file transfer program
======================================================
This is fix for server program for Solaris or OpenSolaris
To compile the server If you apply command
$ make all

That is not enough instead you have to use this command
$ gmake all platform=SUN

Notice, the dependencies must exist in the same directory:

common.c
common.h
md5.c
md5.h
makefile
sample.rdtkey

Whereas these files are must

server.c
server.h

If you don't use gmake(gnu make) it uses make which is provided by
SUN. So use gmake instead.

gmake is equivalent to Linux make in this sense.
Reply all
Reply to author
Forward
0 new messages