Talk:Bellman–Ford algorithm: Difference between revisions

Content deleted Content added
'counting to infinity'
No edit summary
Line 14:
 
I didn't know what "counting to infinity" meant in the list of limitations of the distributed algorithm, so I searched around a bit and added a few words expressing what I found. But if anyone has a better explanation, please do add. -- [[User:Orbst|Orbst]] 15:29, 17 April 2006 (UTC)
 
== How do you compile the C code? ==
 
That would be nice if you can modify the C source code so that it compiles with gcc. When I copy/paste the code and compiles it with gcc, it gives me:
 
/usr/lib/gcc/powerpc-linux-gnu/3.4.5/../../../../lib/crt1.o:(.rodata+0x4): undefined reference to `main'
collect2: ld returned 1 exit status