Hi,
> /lib/modules/2.6.19-1.2288.2.4.fc5/kernel/net/tipc/tipc.ko If you are just running the demo program locally, then as root do this: # modprobe tipc # lsmod | grep tipc tipc 136924 0 Check the last few lines of /var/log/messages for something like: Apr 9 09:32:44 box kernel: [921660.371317] TIPC: Activated (version 1.6.2 compiled Mar 24 2007 22:04:58) Apr 9 09:32:44 box kernel: [921660.371485] NET: Registered protocol family 30 Apr 9 09:32:44 box kernel: [921660.371488] TIPC: Started in single node mode > Now I just want to run this simple Hello_world demo. > There is a Makefile under this directory.So before to You should just be able to type make as a normal user. You might have to get the kernel header files and/or specify the path to the kernel headers in the Makefile. Then just follow the tipc demo directions to run the test programs. > run the Makefile under hello_world what should I do > can you please tell me.I have read also the README > file. > Is there any configuration needed?from User_guide it > is not clear The following files: Debug_Guide.txt Migration_Guide.txt Programmers_Guide.txt Users_Guide.txt are available as part of the tipc-1.6.2.tar.gz (and other versions) on tipc.sf.net. If you get stuck, just post again. Good luck, // Randy ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
