|
From: Steven G. J. <st...@ab...> - 2002-03-12 02:09:46
|
On Mon, 11 Mar 2002, Ruilian Jiang wrote: > When I compile the changed maketopo.c file (cc maketopo.c or gcc > maketopo.c), Got lots of error messages as following: You need to link with the vis5d libraries; you can't just use 'cc maketopo.c'. The easiest thing to do is to just type: make maketopo Steven |