|
From: Ruilian J. <jr...@tw...> - 2002-03-11 23:50:57
|
Hi, When I compile the changed maketopo.c file (cc maketopo.c or gcc maketopo.c), Got lots of error messages as following: /tmp/ccFhdrBv.o: In function `write_topo': /tmp/ccFhdrBv.o(.text+0x295): undefined reference to `write_bytes' On Tue, 5 Mar 2002 dl...@tw... wrote: /tmp/ccFhdrBv.o(.text+0x2a6): undefined reference to `write_float4' /tmp/ccFhdrBv.o(.text+0x2b7): undefined reference to `write_float4'> /tmp/ccFhdrBv.o(.text+0x2c8): undefined reference to `write_float4'> /tmp/ccFhdrBv.o(.text+0x2d9): undefined reference to `write_float4'> ---------- Forwarded message ---------- /tmp/ccFhdrBv.o(.text+0x2ea): undefined reference to `write_int4'> /tmp/ccFhdrBv.o(.text+0x2fb): undefined reference to `write_int4'> /tmp/ccFhdrBv.o(.text+0x315): undefined reference to `write_int2_array'> So how can I compile the new maketopo.c and makemap.c successfully? Where can I get the functions such as "`write_bytes", "write_float4"... Thank you very much! Ruilian Jiang > From: Bill Hibbard <hi...@fa...> To: > dl...@tw... > Wed, 12 Jul 2000 12:44:54 -0500 > Subject: Re: Vis5d help > > > I am running MM5 with 3km scale and using Vis5d to display the results. > > But the background map is too coarse. I want to add county line into > > background map. How can I do it? Is there any program I can use to > > generate the new map? > > > > You can find county outlines at: > > > > ftp://www.ssec.wisc.edu/pub/vis5d-5.2/OUTLCO > > > > You can generate your own map and topography files using > > the maketopo.c and makemap.c programs in the visad-n.n/util > > directory. > > > > Good luck, > > Bill > > ---------------------------------------------------------- > > Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 > > hi...@fa... 608-263-4427 fax: 608-263-6738 > > http://www.ssec.wisc.edu/~billh/vis.html > > |