This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
-----Original Message----- From: Mariusz Pagowski <address@hidden> To: John Caron <address@hidden> Date: Friday, September 25, 1998 2:18 PM Subject: Re: 19980921 netcdf for windows nt > > >On Fri, 25 Sep 1998, John Caron wrote: > >> (can you send me the output of cl -ver from your machine?) >C:/netcdf-3.4/src/libsrc~%cl -ver >Microsoft (R) & Digital (TM) AXP C/C++ Optimizing Compiler Version 11.01.7057 >Copyright (C) Microsoft Corp 1984-1997. >Copyright (C) Digital Equipment Corporation 1992-1997. >All rights reserved. oh yeah, you did tell me it was an Alpha machine. This is a different compiler. The one I have allows the older (and undocumented) option /o. > >Command line warning D4002 : ignoring unknown option '-ver' >Command line error D2003 : missing source filename > >> >> so try changing /o to /Fe: > >Thanks for the last one, changing /o to /Fe plus changing df to f77 in all >the msoft.mak's worked. I have done all the tests and it looks ok. > >One more question: >point 15 in about copying netcdf.lib ,.h, .dll etc to some directories >I think I just should create this directories somewhere and put them >in my path? Is it so? Yeah, put them anywhere as long as you add that directory to your path.